• hydraglyph

    (@hydraglyph)


    Hi,

    I’ve been using the F8-Lite Theme for a while now with the slideshow on the homepage.

    I would now like to either:

    1. Have the slideshow on the front page but have a static image, the same size as the slideshow on every other page or, if that is not possible,

    2. Have the slideshow on every page.

    I think I have found the correct piece of code that I need to work with:

    <?php /* If this is home */ if (is_front_page()) { ?>
    <?php include (TEMPLATEPATH . '/slideshow.php'); ?>
    <?php } ?>
    
    <?php if ( $paged > 1 ) { ?>
    <?php } ?>

    I’ve tried messing around with it to the best of my knowledge (which is very rudimentary) but I keep breaking the website everytime I change the code.

    Any help would be appreciated!

    Thanks.

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How To Add Slideshow To Every Page With F8-Lite Theme’ is closed to new replies.