1. Home
  2. Docs
  3. AnimeBatch
  4. Series Based on Meta & Taxonomy

Series Based on Meta & Taxonomy

Taxonomy

  • post_tag
  • category
  • studio
  • season

Meta key & value

  • hot (Yes, No)
  • status (Ongoing, Completed)

Order by

  • title (by name)
  • modified (by modified post)
  • date (by date post)
  • rand (random)

Order

  • DESC
  • ASC

Slug Operator

  • OR
  • AND

Shortcode

[ct tax="#" slug="#" key="#" value="#" slug_operator="#" orderby="#" order="#" total="#" style="#"]

where is taxonomy slug?? click here

In this tutorial, I give an example to create latest ongoing ‘action’ anime with style 2.

  • Go to Pages > Add New
  • In the main editor, write the shortcode like this
    [ct tax="post_tag" slug="action" key="status" value="ongoing" orderby="modified" total="15" style="2"]

Multiple Meta Value

Example showing Anime from 2019 or 2020

[ct key="date" value="2019,2020" orderby="modified" value_operator="OR" total="5" style="3"]

Multiple Slug

Example showing Anime TV Series or Movie

[ct tax="category" slug="movie,tv" slug_operator="OR" orderby="modified" total="5" style="3"]

Example showing Anime Action ‘or’ Adventure genre

[ct tax="post_tag" slug="action,adventure" slug_operator="OR" orderby="modified" total="5" style="3"]

Example showing Anime Action ‘and’ Adventure genre

[ct tax="post_tag" slug="action,adventure" slug_operator="AND" orderby="modified" total="5" style="3"]