• Hi,

    I have been reading through posts on here to find an answer, I am trying to change the header image (banner) for the home page only, everytime I add code that people suggest on here, I get stuck on (1) where to put it (2) exactly what to change on the code e.g. image url etc. here’s the header.php

    <?php
    
    ?>
    <!DOCTYPE html>
    <html <?php language_attributes(); ?>>
    <head>
    <?php themeblvd_head(); ?>
    </head>
    <body
    <?php do_action('wsi_first_load_mode'); ?>
    <?php body_class(); ?>>
    <?php themeblvd_before(); ?>
    <div id="wrapper">
    	<div id="container">
    
    		<?php themeblvd_header_before(); ?>
    
    		<!-- HEADER (start) -->
    
    		<div id="top">
    			<header id="branding" role="banner">
    				<div class="content">
    					<?php
    					/**
    					 * Display header elements.
    					 */
    					themeblvd_header_top();
    					themeblvd_header_above();
    					themeblvd_header_content();
    					themeblvd_header_menu();
    					?>
    				</div><!-- .content (end) -->
    			</header><!-- #branding (end) -->
    		</div><!-- #top (end) -->
    
    		<!-- HEADER (end) -->
    
    		<?php themeblvd_header_after(); ?>

    [please mark any posted code – http://codex.wordpress.org/Forum_Welcome#Posting_Code ]

    Many thanks

Viewing 9 replies - 1 through 9 (of 9 total)
  • Thread Starter jamiesbw

    (@jamiesbw)

    I forgot to mention, I tried to follow this example;

    example

    I’m new to using WP (about 2 weeks) now and I’m having the exact same problem you were 8 months ago. Did you get answers to your questions? If yes, would you please share with me the solution? Thank you!

    Why are you using an old copy of WordPress? Were you aware that your site is currently running a very real risk of being hacked. You need to upgrade WordPress asap.

    Possibly try: http://wordpress.org/plugins/unique-headers/

    Otherwise, please start a new thread per http://codex.wordpress.org/Forum_Welcome#Where_To_Post and include info about your theme/site so we can be of better help.

    I’m using 3.5.1 I can’t find a newer version.

    Then why are you posting in a topic relating to WordPress 3.4.2? Please post your own topic.

    You’ll have to forgive me I’m probably the only 50 year old kindergartner in this forum. I’m a quick learner, but just started using WP and I’m a bull in a china cabinet right now. Thanks for your help!

    Sorry to be such a bother esmi! As I said before, I’m new at this WP thing! I was unaware this forum was not related to my needs. Although I’m sure my mistake did not cause you irreparable harm. Have a good day! p.s. you responded to my post asking if I was aware I was using an outdated version of WP and went to exhort me to update immediately at the risk of some security threat. My curiosity is, why are you still using an outdated version?

    Pardon? I don’t follow you….

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Different header image for each page’ is closed to new replies.