How I can give one page of a WordPress site different header content than the rest?
I'm trying to help a friend tweak his WordPress-powered site, which you can see at
nickwinnick.com, if you like.
As you'd expect, all the various pages (.../about/, ../blog/, ../services/, etc) have the same text in the header: Alacrity Editing | Editorial and publishing, yadda yadda.
So, Question: How can I make the page at ../blog/ have different text in it's header, like "Nick's Blog | Something, something...?
The desired text doesn't have to be dynamically generated from anywhere, I'm happy to hard-code it into a template. I'm just not clear on which theme files to modify, or perhaps not clear on how to modify them...
I have messed around customizing WP themes before, so you don't have to dumb-down any advice too much.
Thanks in advance for any help!
Then add the following part to the top of the file
<> /*
Template Name: My Customs Page theme
*/
?>
Now you can remove the default get_header() and get_footer() functions from the file and format it as you need.
Then from the WP admin panel create a new page and select the "My Customs Page theme" from the dropdown menu in your right hand side.>
posted by WizKid at 12:46 PM on May 26, 2010