Quote:
Originally Posted by Fris
edit page.php in your theme directory, inside page.php you will find
<?php get_header(); ?>
<?php get_sidebar(); ?>
instead of that you can just use an include for a different header, do the same with footer.
page.php is the file used for pages
|
friggin amazing, i cant believe i missed that, i will try it when i get home.
thank you so much. much appreciated. it is amazing how the smallest problem can have the simplest solution.