Add multiple headers to your wordpress theme
By default, to include the wordpress header in all of your files you use this function: [php] <?php get_header(); ?> [/php] What this function does, it looks for the file called header.php inside the root folder of your theme. But there comes a time when you need to add more than one header to your theme. […]