• I have a category called “Clients” and I used this shortcode to show only posts with that specific category:

    [ic_add_posts category='clients']

    Right now I have 2 posts with Clients category selected, but on the page it shows only one post, the first one published.

    What’s going on, why both posts are not displayed?

    EDIT: When I’m logged in, I can see both posts. But when I logout, I can only see one. And the posts are publicly visible, there’s no private option selected.

    • This topic was modified 4 years, 9 months ago by razvan-rat.
Viewing 1 replies (of 1 total)
  • Hi razvan-rat,
    Can you please try replacing the shortcode with the one provided below.
    [ic_add_posts category='clients' showposts='-1']
    It will display all the posts that are having ‘clients’ category assigned.

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin don’t display all the posts’ is closed to new replies.