• Resolved blackessej

    (@blackessej)


    I’m trying to create either a custom header (i.e. header-home.php) or an if statement that allows me to have a slideshow on the home page only. Something like this:

    `<?php if ( is_home() ):
    do_action(‘slideshow_deploy’, ’25’);
    endif; ?>`

    But nothing seems to be working. I can’t get the slideshow to show up on only the home page. Suggestions?

    Site is in development here: http://www.terrywilsonati.com/

  • The topic ‘custom header for index.php’ is closed to new replies.