Support » Plugin: Network Latest Posts » Pagination Not Working

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter DoctaStooge

    (@doctastooge)

    This is the current short code that was created by the WISIWYG editor:

    [nlposts title=”Recent Posts” title_only=false thumbnail=true paginate=true posts_per_page=20 sort_by_date=true thumbnail_wh=100×100 excerpt_length=50 auto_excerpt=true]

    Plugin Author Jose Luis SAYAGO

    (@iluminatus)

    Hello DoctaStooge,

    Sorry for the late response, I think the problem is your shortcode is missing one important parameter which is: number_posts. The default is set to 10 which will retrieve 10 posts only (the 10 posts we see in your site).

    So if you want to display 20 posts per page out of lets say 100, then you could set your shortcode like this:

    [nlposts title="Recent Posts"
           title_only=false
           number_posts=100
           thumbnail=true
           paginate=true
           posts_per_page=20
           sort_by_date=true
           thumbnail_wh=100x100
           excerpt_length=50
           auto_excerpt=true
    ]

    Please let me know if it works,
    Cheers.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pagination Not Working’ is closed to new replies.