• Resolved onedna

    (@onedna)


    How I can show posts from Category and Taxonomy ?

    category = movie-name
    taxonomy = cast-name

    now show the posts which are assigned on Movie Name and Cast Name

Viewing 1 replies (of 1 total)
  • Plugin Contributor zymeth25

    (@zymeth25)

    The answer to your question is in the plugin’s documentation. Refer to it for details on how shortcode parameters work.

    An example that will display posts that both have the ‘dog’ category and ‘bar’ term in ‘foo’ taxonomy assigned:
    [catlist name="dog" taxonomy="foo" terms="bar"]

    You have to specify both the taxonomy and the term.

Viewing 1 replies (of 1 total)

The topic ‘category + taxonomy’ is closed to new replies.