Posted by: Vincent on: December 28, 2011
Both the_header and the_footer functions except a $name argument which allows you to specify other headers than the default header.php and footer.php.
Example:
<?php get_header( 'special' ); ?>
WordPress would then look for header-special.php in your theme directory. If you want to specify a different footer file it works the same way.
I rarely see it used but it can be quite useful, perhaps if you want a “clean” header with just the <html> and <head>.
Read more in the WordPress Codex:
get_header
get_footer
WordPress Quick Tips is a blog supplying great tips about WordPress.
We hope to create a great knowledge resource for WordPress developers as well as serving a reminder for all the forgetful ones.
The blog is created and run by Vincent of Oakwood Creative
Theme: Albeo by Design Disease.