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.

Clearing Input Forms with Contact Form 7

By Dave Fogel | February 1, 2011

Many websites today will not have labels next to their input boxes anymore. Instead they place the text inside the input box. Contact Form 7 plug in can do this out of the box, but the user has to erase what is in the box before they can type in their information. This is a)…

Site Updates

By Dave Fogel | January 27, 2011

I did some new updates to the site today. This included adding some new images to the web design gallery, updating some homepage content and adding our contact info to the header. The site will be going through a total redesign in the near future when we have some time to work on it. Right…

Testing FireFox 4 beta

By Dave Fogel | January 26, 2011

So I have spent a little bit of time testing the firefox 4.0 beta. So far I really like it. It is very fast and seems to work much better than 3.6. I am looking forward to trying it with more plugins as they become available.

Posted in

Dave Fogel

Leave a Comment