Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author A. Jones

    (@nomadcoder)

    This is also covered in the instructions in the read me and the FAQ.

    WordPress uses posts per page to control how many posts show up (In “Readings Settings”, look at “Blog pages show at most”. You will see that it is set to 10.

    To override this in the thumbnail plugin, use a fixed value for posts_per_page or try setting the posts_per_page value to ’999′. All of the thumbnails for your posts (as long as you do not have more than 999 posts), should display.

    This should work:

    [thumbnailgrid posts_per_page =’999′]

    Plugin Author A. Jones

    (@nomadcoder)

    I updated my demo to illustrate the use of posts_per_page.

    https://www.nomadcoder.com/thumbnail-grid-demo/

    Just a heads up, be sure to add the shortcode in the TEXT editor or it won’t work. So adding this code for example:

    [thumbnailgrid cat=’7′ type=’post’ posts_per_page =’7′ order=’RAND’]

    will show 20 posts from category 7 randomly.

    Glad to see this, I was just about to post bout this – you may want to add the “posts_per_page =’999′” option in your FAQ as it only addresses the default state.

    Thanks for a great plug-in!!

    Ciao,

    L

    Plugin Author A. Jones

    (@nomadcoder)

    Will do. Thank you! It would be greatly appreciated if you could rate the plugin!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Displays 10 Posts No Matter What’ is closed to new replies.