How can I specify TWO seperate HEADER.PHP files one for one section of my site, and one for another section of my site...
Any help would be GREATLY appreciated.
How can I specify TWO seperate HEADER.PHP files one for one section of my site, and one for another section of my site...
Any help would be GREATLY appreciated.
no worries, fixed it myself by duplicating HEADER.PHP, renaming it to something more relevant and using;
<?php include("abc.php"); ?>
instead of;
<?php get_header; ?>
Bit clumsy, but does the job ;)
You must log in to post.