StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
  #1  
Old 06-15-2009, 07:04 AM
londonva londonva is offline
Registered User
Pro Plus Member
 
Join Date: Jun 2009
Posts: 138
Default How to change header on a page

Hi I'd like to show a different header on a page http://blogdesign4u.com ie Gym page.

I've read the tutorial http://chasesagum.com/different-header- ... -wordpress

Which suggest locate your header.php file and located the <div> for your header. Replace it with this code:

<?php if (is_front_page()) { ?>
<div id=”header”> <!– This is the Header id that you want on your Front Page” –>
<?php } else { ?>
<div id=”<?php echo $post->post_name; ?>”> <!– An alternative header is defined, based on the page title –>
<?php } ?>


I replaced this code but it changed my header to the default text header, so I reverted back to my header.

And then the tutorial recommends this

Now you define each “header” div in your style.css file. The name of the <div> is associated with each static page title. So for example, if you have an About page your div would be #about in your CSS file

I came unstuck here as I don't really know what to change here within the style.css. Hope someone can share an easy way to do this.

Many Thanks :)

Many Thanks in advance
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Which header tag do I change for the home page? kellymccausey General Discussion 3 03-15-2010 03:43 PM
Full page header change - have got stuck - help please maison2 General Discussion 4 08-09-2009 01:39 PM
change header page title colors eduki General Discussion 2 07-13-2009 12:55 PM


All times are GMT -5. The time now is 02:01 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.