• Resolved irenesalomo

    (@irenesalomo)


    Hi there, I’m using the latest version of the plugin and WordPress.
    How could I show only the latest post from each categories? I have 4 post categories, so there will need to be 4 latest posts.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor zymeth25

    (@zymeth25)

    The only way is to do it like this:

    [catlist name="Category1" numberposts=1]
    [catlist name="Category2" numberposts=1]
    [catlist name="Category3" numberposts=1]
    [catlist name="Category4" numberposts=1]
    

    i.e. a separate shortcode for each category displaying only one post each.

    • This reply was modified 4 years, 2 months ago by zymeth25.
    Thread Starter irenesalomo

    (@irenesalomo)

    Thank you so much! It works like what I need.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Show only Latest Post per Category’ is closed to new replies.