• Resolved fornarina

    (@fornarina)


    Hi,

    I want to display one category, but I can’t do it with this parameter:

    [recent_post_carousel category=”X,X,X”]

    Because I want, if the post have one specific category, don’t show in the carousel. But with this parameter, it show the post because it have an other categories.

    For example:
    – Post 1 have the categories A, B, C.
    – Post 2 have the categories A, C.
    – I want to display the category B.
    – It must show only post 2, because post 2 don’t have the category B.

    But with this parameter ([recent_post_carousel category=”X,X,X”]) it shows posts 1 and 2 because both have and other categories.

    Do you understand me? I think I don’t explain very well… sorry.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Sorry for the inconvenience, your requirement exclude_category parameter in our plugin but the exclude_category parameter is not available in the free version.

    Second way for your solution you are to pass our “posts” parameter and add your required display all post id in this parameter.
    [recent_post_carousel category="1,2,3"]

    Please check and let me know if you have anything else.

    Thanks,

    Thread Starter fornarina

    (@fornarina)

    Thanks for your fast message. But sorry, I don’t understand what is your second way.

    I did ir yesterday (put in the parameter all the categories except the category that I wanted to hide, but it also shows the posts because they have other categories that it shows with that parameter.

    Can you explain more what is the second way if it’s different from what I tried already?

    Thanks so much

    Hello,

    Please pass a “posts” parameter and add your post_id pass.
    [recent_post_carousel posts="1,2,3"]

    Thanks,

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

The topic ‘Don’t show some post if have specific category’ is closed to new replies.