Hey are multiple Headers possible in Wordpress? What I mean is I have header.php for the blog and so forth, but the About Us page I want a different Header, so I copied Header.php edit it in notepad, take out the things I don't want, rename it to header3.php and upload via ftp. I edit the Page.php template to pull the header3 but I get a fatal error... Call to undefined function: get_header3() in wp-content/themes/PublicRecordsGuy/PublicRecordsGuy/page.php on line 1 What am I missing?
no I haven't. I'm so new this field, that I have a lot to learn. I did finally figure out how to edit the header.php and create a header2.php and call it in the page template. I like it. Thanks.