Hi,
Am trying to make another template because I have a page that needs a lot of code in the header and instead of putting it in every page, am simply going to create a new template for this..
Is it simply a case of making two copies of the header and add the code into one of them and save it as a different file name? then calling that on the template..
so <?php get_header(); ?>
<div id="content">
goes to
<?php get_header3D(); ?>
<div id="content">
?
I have tried this and it comes up with a fatal error, so am guessing that I need more work to go into it..
Anyone have any ideas?
thanks