Easing Slider in Home Page Only – "Double" Home Page Header
-
Hi,
I’m new to WordPress, I’m currently using Twentyeleven Theme and Easing Slider.
It works fine, but since I’ve tried to get the slider just in the home page header, I get a “double” header: the slider image above and the default header image below.
This happens just in the home page, all the other page keep their featured image as intended. Please note that if I try to remove image header using the dashboard I get just the slider in the home page, and no images at all in the other pages.
The actual php code of my header.php looks like this:
_______________________________________________________
<?php
if ( is_home() ) {
if ( function_exists( “easingsliderlite” ) ) {
easingsliderlite();
}
}
?><?php
// Check to see if the header image has been removed
$header_image = get_header_image();
if ( $header_image ) :
…
_______________________________________________________I’ve tried all the other different codes I found in similar posts,
but the problem remains the same.Please help!
Many thanks in advance.
A.
- The topic ‘Easing Slider in Home Page Only – "Double" Home Page Header’ is closed to new replies.