• My Website is Turnent.net

    I have been trying to put a slide show on my homepage and “ONLY” my home page all day. Im using a plugin called Featured Slider because it shows the images and resizes them perfectly for album covers. Im still new to editing and stuff but i place:

    <?php include (ABSPATH . ‘/wp-content/plugins/wp-featured-content-slider/content-slider.php’);?>

    this code at the very bottom of the header.php. It places the header exactly where I want it to be, I just can’t find out a way to have the slideshow only on my home page. Please help, Thank you.

    I am using a themekraft custom css theme
    This is the bottom of my header.php

    assiged to the primary position is the one used. If none is assigned, the menu with the lowest ID is used. */ ?>
    <?php wp_nav_menu( array( ‘container_class’ => ‘menu-header’, ‘theme_location’ => ‘primary’,’container’ => ” ) ); ?>
    </div>
    </div>

    <?php do_action( ‘bp_after_header_nav’ ) ?>

    <div class=”clear”></div>

    </div><!– #header –>

    <?php do_action( ‘bp_after_header’ ) ?>
    <?php do_action( ‘bp_before_container’ ) ?>

    <div id=”container”>
    <?php do_action(‘sidebar_left’);?>

    <?php include (ABSPATH . ‘/wp-content/plugins/wp-featured-content-slider/content-slider.php’);?>

The topic ‘Slideshow on Homepage Only, Please Help’ is closed to new replies.