Taxonomy
- post_tag
- genres
- director
- cast
- country
- studio
- season
- network
Meta key & value
- sub (Sub, Dub, RAW)
- hot (Yes, No)
- status (Ongoing, Completed)
- censor (Censored, Uncensored)
- type (Drama, TV Show, Anime, Movie, Special)
Order by
- title (by name)
- modified (by modified post)
- date (by date post)
- rand (random)
Order
- DESC
- ASC
Shortcode
[ch title="#" tax="#" slug="#" key="#" value="#" orderby="#" order="#" total="#" style="#" more="#"]
where is taxonomy slug?? click here
In this tutorial, I give an example to create latest ‘action’ anime with view more link to https://dramastream.themesia.com/genres/action/ and using style 2.
- Goto DramaStream settings > Homepage
- In the Shortcode Area, write the shortcode like this
[ch title="Latest Action Anime" tax="genres" slug="action" key="type" value="anime" orderby="modified" total="5" style="2" more="https://dramastream.themesia.com/genres/action"]
Another example, i create latest update drama series
[ch title="Latest Drama" key="type" value="drama" orderby="modified" total="5" style="1"]
Create top rating
[ch title='Top Rating' key='skor' value='' orderby='meta_value_num' order='DESC' total='10']
Example create latest added action and adventure genres
[ch title="Latest Added Action & Adventure" tax="genres" slug="action,adventure" orderby="date" total="5"]
Example create latest added anime and movie
[ch title="Latest Added Anime & Movie" key="type" value="anime,movie" orderby="date" total="5"]