Posts Tagged ‘Footer’

Twitter Conversation in WordPress Using Tweetboard

Now visitors can twitter me from my site. How? Through Tweetboard. It is fun. It is just works by adding this single line JavaScript in your WordPress footer template, footer.php.

WordPress Theme Development 4 – Footer

Normally, main index template file, index.php, consists of get_header();, posts (the loop) and get_footer();. If footer.php file exists, the code inside this file will appear in get_footer(); section. In footer.php, you might want to show WordPress support by having the “powered by” link in this file. I also include the WordPress version, so that the [...]