• Resolved Azunga

    (@azunga)


    This is the short code I’m using for a custom post type called “Projects” with a category called “Featured”.

    [recent_post_carousel slides_to_show=”3″ slides_to_scroll=”1″ post_type=”projects” taxonomy=”featured” show_content=”false” recent_post_carousel media_size=”medium” show_date=”false” show_category_name=”false” show_read_more=”false” dots=”false”]

    It’s showing all posts in the Projects CPT. Is it possible to only show posts in the featured category?

Viewing 1 replies (of 1 total)
  • Hello,

    Thanks for reaching here…

    You want to display the carousel category wise so please pass the “category” parameter in your shortcode and pass the category ID in the category parameter.

    Please refer to the below shortcode.
    Ex: [recent_post_carousel post_type="your post type pass here" taxonomy="your taxonomy pass here" category="your category ID pass here"]

    Note:- Please do not copy and paste the shortcode parameter because it causes the quote(“) issue. Please write manually.

    Thanks,

Viewing 1 replies (of 1 total)

The topic ‘Custom post taxonomy not working’ is closed to new replies.