Advertisement
Guest User

footer.php junk

a guest
Feb 22nd, 2012
312
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.05 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 /*
  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/?theme=technologic
  9.                 */ ?>
  10.     <div id="credits">Powered by <a href="http://wordpress.org/"><strong>WordPress</strong></a> | Designed by: <a href="http://www.drupalthemesfree.org">free Drupal themes</a> | Thanks to <a href="http://www.e-cweb.net/hostgator-coupon-codes/">hostgator coupon</a> and <a href="http://www.cheaphosting.biz">cheap hosting</a></div>
  11. </div>
  12. </div>
  13. </div>
  14. <?php
  15.      wp_footer();
  16.     echo get_theme_option("footer")  . "\n";
  17. ?>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement