![]() |
|
||||||
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
||||
|
||||
|
have a look at this tutorial it gives examples
http://www.ruhanirabin.com/different-he ... wordpress/ essentially what you want to do is copy over all the header info and then just change the image calls or menu calls save as header1.php then change your call to <?php include(TEMPLATEPATH."/header1.php");?> and if you are only do this on page that would be the way to go rather than the conditional tag.
__________________
Fat Cat Designs | "Creativity takes courage." Henri Matisse Make life easier use FireFox and these Customizing tools: Firebug - Web Developer New to Genesis? See our Guide for Beginners! Recommended StudioPress Designer StudioPress on Facebook |
|
#3
|
|||
|
|||
|
Thanks I'm going to try that its just the one page I want to change header.
|
|
#4
|
|||
|
|||
|
Quote:
Ok where exactly do I paste the code once I've copied the header info and which part of the header info do I copy, I've been trying to do this but I get errors. Your help is appreciated :) |
|
#5
|
|||
|
|||
|
Someone Please help
I knows the basics of customising WP theme, but I really need help on this on, please advise exacly the steps where i should put codes for changing a header on a page, as mentioned before I've read the tutorials for this but I cant really figure out exactly where to place codes etc. Many Thanks |
|
#6
|
||||
|
||||
|
copy EVERYTHING from header.php put it in a file save the file as header1.php now change the logo or banner or whatever it is you wanted to be different. Upload.
Choose the template that this header will be on. for instance create myspecialpage.php and at the top of the page put <? /* Template Name: My Special Page */ ?> <?php include(TEMPLATEPATH."/header1.php");?> <div id="content"> <div id="contentleft"> <div class="postarea"> <?php include(TEMPLATEPATH."/breadcrumb.php");?> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="aheadline"> <h1><?php the_title(); ?></h1> </div> <div class="clear"></div> <?php the_content(__('Read more', 'studiopress'));?><div style="clear:both;"></div><?php edit_post_link('('.__('Edit', 'studiopress').')', '', ''); ?> <?php endwhile; else: ?> <?php _e('Sorry, no posts matched your criteria.', 'studiopress'); ?></p><?php endif; ?> </div> </div> <?php include(TEMPLATEPATH."/sidebar.php");?> </div> <?php // The main column ends ?> <?php get_footer(); ?>
__________________
Fat Cat Designs | "Creativity takes courage." Henri Matisse Make life easier use FireFox and these Customizing tools: Firebug - Web Developer New to Genesis? See our Guide for Beginners! Recommended StudioPress Designer StudioPress on Facebook |
|
#7
|
|||
|
|||
|
Thanks so much for this. :)
|
| Thread Tools | |
| Display Modes | |
|
|
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 |
© Copyright 2012 Copyblogger Media LLC · StudioPress™ is a trademark of Copyblogger Media LLC
Privacy Policy | Refund Policy | Terms of Service | Affiliate Program | Contact Us