• Your plugin is great. Thank you. I am having problems limiting the number of posts displayed. I have deactivated my plugins with no change in the problem. This is code I use:

    [nlposts number_posts=1 title_only=false display_type=block thumbnail=true auto_excerpt=true full_meta=true thumbnail_wh=200×200 sorting_limit=4]

    What am I doing wrong if I would like to limit the number of posts displayed to 4?

    Thank you!

    https://wordpress.org/plugins/network-latest-posts/

Viewing 1 replies (of 1 total)
  • Plugin Author Jose Luis SAYAGO

    (@iluminatus)

    Hello, in order to limit the total number of posts to display you must include sort_by_date or sort_by_blog along with sorting limit, like this:

    [nlposts number_posts=1
           title_only=false
           display_type=block
           thumbnail=true
           auto_excerpt=true
           full_meta=true
           thumbnail_wh=200x200
           sort_by_date=true
           sorting_limit=4
    ]

    Cheers,
    José Luis.

Viewing 1 replies (of 1 total)
  • The topic ‘Problems limiting number of posts displayed’ is closed to new replies.