Meta key & value
- sub (Sub, RAW)
- hot (Yes, No)
- status (Ongoing, Upcoming, Completed)
Order by
- title (by name)
- modified (by modified post)
- date (by date post)
- rand (random)
Order
- DESC
- ASC
Shortcode
[cp key="#" value="#" orderby="#" order="#" total="#"]
Displays series based on specific meta
In this tutorial, I give an example to create Ongoing page in the order based on posting time with 10 series per page.
- Goto Pages > Add New
- In the main editor, write the shortcode like this
[cp key="status" value="Ongoing" orderby="date" order="DESC" total="10"]
Multiple Meta Value
Example showing Anime from 2019 or 2020
[cp key="date" value="2019,2020" orderby="modified" total="5"]