Viewing 1 replies (of 1 total)
  • Plugin Author Curtiss Grymala

    (@cgrymala)

    @thomas.mery – This feature is still kind of being tested. Theoretically, though, you should be able to simply use {taxonomy name}={term id/slug}.

    For instance, if you want to grab posts with “drama” set as the term for their “genre” taxonomy, you would use:

    [post-list post_type=”post” genre=”drama”]

    The plugin attempts to filter out any shortcode attributes that it’s not expecting, and then assign them to the tax_query. You can use the term ID or the term slug.

Viewing 1 replies (of 1 total)
  • The topic ‘How to filter by taxonomy term in post-list shortcode’ is closed to new replies.