Advertisement
Guest User

Untitled

a guest
May 11th, 2011
424
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. <div class="span-24">
  2. <div id="footer">Copyright &copy; <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. http://creativecommons.org/licenses/by/3.0/
  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.  
  8. // You can buy this theme without footer links online at http://newwpthemes.com/buy/ ?>
  9. <div id="footer2">Powered by <a href="http://wordpress.org/"><strong>WordPress</strong></a> | Designed by: <a href="http://www.bestfreewpthemes.org">free wp themes</a> | Thanks to <a href="http://www.e-cweb.net/hostgator-coupon-codes/">coupon code</a> and <a href="http://www.cheaphosting.biz">cheap hosting</a></div>
  10. </div>
  11. </div>
  12. </div>
  13. <?php
  14. wp_footer();
  15. echo get_theme_option("footer") . "\n";
  16. ?>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement