Removed Licenced footer from wordpres theme

sarhad12

Newbie
Joined
Jun 2, 2011
Messages
5
Reaction score
0
Footer :
  1. <div class="span-24">
  2. <div id="footer">Copyright © <a href="<?php bloginfo('home'); ?>"><strong><?php bloginfo('name'); ?></strong></a> - <?php bloginfo('description'); ?></div>
  3. <?php // This theme is released free for use under creative commons licence.
  4. // All links in the footer should remain intact.
  5. // These links are all family friendly and will not hurt your site in any way.
  6. // Warning! Your site may stop working if these links are edited or deleted
  7. // You can buy this theme without footer links online at ?>
  8. <div id="footer2">Powered by "><strong>WordPress</strong></a> | Designed by: Themes</a> | Thanks to <a Themes Gallery</a>, <a ">Free WordPress 4 Themes</a></div>
  9. </div>
  10. </div>
  11. </div>
  12. <?php
  13. wp_footer();
  14. echo get_theme_option("footer") . "\n";
  15. ?>
  16. </body>
  17. </html>
 
Back
Top