• Resolved AlphaWhiskey

    (@alphawhiskey)


    Greetings,

    I have a slider on my home page of Twenty Thirteen child theme. I do not want this slider displayed on the posts page. I’m using this code in the index.php file.

    if ( is_home() ) :
    	get_header();
    elseif ( is_page(24) ) :
    	get_header( 'myheader' );
    else :
    	get_header();
    endif; ?>

    Page 24 is the posts page and the header “myheader” does not contain the slideshow short code. Myheader works properly on other pages of the site but for some reason the slideshow still shows on the posts page.

    Thanks in advance for any help!

Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can't get "get_header" to work in Twenty Thirteen posts page’ is closed to new replies.