Viewing 3 replies - 1 through 3 (of 3 total)
  • the plugin seems to be following whatever is set in dashboard – settings – reading – post pages how at most…

    you possibly need to hack content-slideshow.php of the plugin files and add the ‘posts_per_page’ parameter into this line:

    $args = array( 'meta_key' => 'content_slider', 'meta_value'=> '1', 'suppress_filters' => 0, 'post_type' => array('post', 'page'), 'orderby' => $sort, 'order' => $order);
    Thread Starter nickaster

    (@nickaster)

    Interesting… thanks!

    Hi
    in content-slideshow.php you have to add to the array $args (be careful to put it in both arrays for $args in that file)

    ‘posts_per_page’ => “number of pages that you want without quotes”

    regards
    Sani

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: WP Content Slideshow] What about less than 5?’ is closed to new replies.