Different header image for each page
-
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 – https://codex.www.ads-software.com/Forum_Welcome#Posting_Code ]
Many thanks
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Different header image for each page’ is closed to new replies.