• Resolved arskrigitsioniets

    (@arskrigitsioniets)


    I have custom taxonomy “setting” and custom term “sci-fi”.

    I enter the following shortcode: [display-posts taxonomy=”setting” tax_term=”sci-fi”] and the plugin finds no posts. What is the problem?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Bill Erickson

    (@billerickson)

    Is your custom taxonomy applied to posts or a custom post type? The default value for the post_type parameter is post.

    Try changing it to [display-posts post_type=”any” taxonomy=”setting” tax_term=”sci-fi”]

    Thread Starter arskrigitsioniets

    (@arskrigitsioniets)

    The problem was in that I don’t indicate a post_type, thanks.

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

The topic ‘Custom taxonomy doesn’t display’ is closed to new replies.