Support » Themes and Templates » Where's my slider?

  • I’ve been struggling for hours trying to get my theme’s (Perfekto) slider to appear on a static content home page. When initially designing the site (http://www.socialactionrt.org), a colleague removed the slider because I wasn’t ready to use it. She saved the code for me:

    <?php if(is_front_page()){?>
                                                                 <?php include(TEMPLATEPATH . '/slider.php');?>
                                                    <?php } ?>

    I have added this back to the page-home.php template, and now my home page has a big empty white space on it where the slider should be…I’ve added posts to the slider to no avail. Nothing seems to change at all, though I’ve done nothing to the slider.php file. Help!

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Where's my slider?’ is closed to new replies.