Slideshow count
  • askeladdenaskeladden February 2

    Is it possible to increase the max number of posts in a slideshow?

  • askeladdenaskeladden February 2

    Figured this out. It is set in the index.php

        $featuredcat = theme_option('fp_featured');
    $posts = array(
    "posts_per_page"=>"8", // This number
    "cat"=>$featuredcat,
    "ignore_sticky_posts" => 1
    );
    $featured = new WP_Query();
    $featured->query($posts);
    $x = 1;

This discussion has been closed.
← All Discussions

Hey there!

Take a look around, and if you would like to add a comment or start a discussion, register by clicking on the button below.

Register

Categories

In this Discussion

Tagged