Sometimes I like to have multiple footers for a site, or at least one for the homepage and one for the rest of the site. Fortunetly, wordpress makes this really easy to do.
WordPress has a special template tag for including them into your theme:
This function will accept only one parameter, a string, which works like the sidebar
function. Used without a parameter it will fetch the footer.php file and insert it.
So let’s say I want to have one footer for the homepage and then one for the rest of the site. I am going to use footer.php for the homepage and then create a second for the rest of the site. You could do it however you want.
First step, copy the footer.php file and rename it footer-interior.php. Now make the changes to the file that you want for the footer and upload it back to your site.
So now we need to call our interior footer. We call it like this. < ?php get_footer("interior"); ?>
The get_footer() template tag will retrieve the theme files “footer-interior.php” .
Simple as that.
* Don’t forget the quotes or it will not work.
Google Adds Countdown Widget
Google just announced a new countdown widget that makes it easy for advertisers to place countdown times within their ad copy dynamically. With a countdown widget, you can create a sense of urgency for customers to buy what you have now versus later. This includes the ability to set the following messaging in your ad…
Penguin Continues To Roll Out
Typically when Google launches a new algorithm update, it is over pretty fast and everyone is scrambling to figure out what to do next. This certainly has not been the case with Google Penguin 3. We’ve been seeing a lot of activity around sites impacted by Google’s Penguin algorithm over the past few weeks. When…
Google Launches Adwords Editor 11
Yesterday Google announced the latest version of Adwords editor, now version 11. This version has been completely re-written, which is a good thing because the old version felt like it was done for windows 95. For those of you not familiar with adwords editior, it is a faster way manage your adwords account than simply…