Having Multiple Footers in wordpress

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 Penguin update. Making Google Worse than Ever.

By Dave Fogel | April 27, 2012

Google has released a new update and this time its called Penguin. The days of Panda are over and SEO’s all over the world are very unhappy. Penguin seems to have gone too far making search results less relevant than ever. Goolge says these updates are aimed at cleaning up the spammy results from the…

Penality for ‘Over-Optimized’ websites

By Dave Fogel | April 11, 2012

On the SWSX event in America, Google’s Spam team member Matt Cutt’s announced about the new changes in Google search results coming in Weeks/months designed to penalize the Over – Optimized Sites. This announcements give shock to the techies & SEO professional. After Spreading this news over the Web the response by the Matt cutt’s…

Google Panda 3.4

By Dave Fogel | April 11, 2012

Google recently used Twitter to officially announce the release of the latest update to its ranking algorithm, Panda 3.4. This update rolled out on March 24 andis targeting low-quality websites. The update was specifically a refresh to Panda 3.3, so it seems no new signals or algorithm changes were made. What this means is that…

Posted in

Dave Fogel

Leave a Comment