1. Home
  2. Docs
  3. MovieStream
  4. List Based on Meta & Taxonomy

List Based on Meta & Taxonomy

Type

  • post
  • series

Taxonomy

  • category
  • post_tag
  • genre
  • director
  • actor
  • country
  • quality
  • years
  • network

Meta key & value

  • Status (Ongoing, Completed)
  • Type (TV, OVA, Special, ONA, Music)

Order by

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

Order

  • DESC
  • ASC

Shortcode

[lt tax="#" slug="#" key="#" value="#"]

where is taxonomy slug?? click here

In this tutorial, I give an example to create ongoing action list.

  • Go to Pages > Add New
  • In the main editor, write the shortcode like this (for example create Ongoing Series page)
    [lt type="series" key="status" value="ongoing"]

Another example

  • create Action list for movie and series
    [lt tax="genre" slug="action"]
  • create ongoing action list for series only
    [lt type="series" tax="genre" slug="action" key="status" value="ongoing"]