• Resolved fpmi_cincinnati

    (@fpmi_cincinnati)


    Hi,

    I really need some help with putting the slideshow on all of the pages. I have tried all I know to do with the php code. I need some help!

    The website is http://www.foreverpraiseministries.net.

    I know that I have to add a conditional tag. I just don’t know how to do that.

    Here is the code in the header, after the menu…

    </div> <!– end #menu –>
    <div class=”clear”></div>
    <?php if (!is_home()) get_template_part(‘includes/top_info’); ?>
    <?php if ( get_option(‘feather_featured’) == ‘on’ && is_home()) get_template_part(‘includes/featured’); ?>

    </div> <!– end .container –>
    </div> <!– end #top –>

    How do you add more than one conditional tag?

The topic ‘Slideshow on multiple pages’ is closed to new replies.