Taxonomies

Taxonomy Shortcodes (Genres, Country, Year)

Estimated reading: 2 minutes 42 views

Display taxonomy terms such as Genres, Years, Countries, Languages, and more.
These shortcodes help you build filter sections, navigation menus, and category-based browsing pages.

📌 Available Shortcodes

ShortcodeDescription
movie_engine_taxonomiesMain flexible taxonomy shortcode
movie_engine_genresAlias for genres
movie_engine_yearsAlias for years
movie_engine_taxonomy_termsDisplay terms of a specific taxonomy

📦 1. Main Shortcode

Basic Usage

[movie_engine_taxonomies]

Example

[movie_engine_taxonomies type="genre" layout="grid" columns="6"]

Core Parameters

Controls which taxonomy is displayed.

ParameterTypeDefaultDescription
typestringgenreTaxonomy type (genre, year, country, language, etc.)
limitnumber—Number of terms to show
orderbystringnameSorting method
orderstringASCSort direction
hide_emptystringtrueHide empty terms

🔹 Example (Core Query)

[movie_engine_taxonomies type="genre" orderby="name"]

Layout & Display

Control how taxonomy items are displayed.

ParameterTypeDefaultDescription
layoutstringgridLayout type (grid, slider, list)
columnsnumber4Desktop columns
columns_laptopnumber4Laptop columns
columns_tabletnumber3Tablet columns
columns_mobilenumber2Mobile columns
gapstring—Space between items (px)
stylestringdefaultDisplay style

🔹 Example (Layout)

[movie_engine_taxonomies type="genre" columns="5" layout="grid"]

Slider Options

Only applies when layout="slider".

ParameterTypeDefaultDescription
autoplaystringfalseEnable autoplay
autoplay_speednumber3000Slide delay
loopstringfalseInfinite loop
pause_on_hoverstringtruePause on hover
show_dotsstringfalseShow dots

🔹 Example (Slider)

[movie_engine_taxonomies type="genre" layout="slider" autoplay="true"]

Content Options

Control what appears inside each taxonomy item.

ParameterTypeDefaultDescription
show_countstringtrueShow number of items
show_imagestringtrueShow term image (if available)
show_namestringtrueShow taxonomy name

🔹 Example (Content)

[movie_engine_taxonomies show_count="true"]

Section Header

ParameterTypeDefaultDescription
titlestring—Section title
show_view_allstringfalseShow “View All” link
view_all_urlstring—Custom URL

Styling

ParameterTypeDefaultDescription
custom_classstring—Custom CSS class

Supported Values

type (taxonomy)

  • genre
  • year
  • country
  • language
  • tag
  • studio
  • network

👉 You can also use custom taxonomy slugs

layout

  • grid
  • slider
  • list

orderby

  • name
  • count
  • id

order

  • ASC
  • DESC

🔗 Alias Shortcodes

These are shortcuts for common taxonomy types:

🎬 Genres

[movie_engine_genres]

👉 Same as:

[movie_engine_taxonomies type="genre"]

Years

[movie_engine_years]

👉 Same as:

[movie_engine_taxonomies type="year"]

Taxonomy Terms

[movie_engine_taxonomy_terms taxonomy="genre"]

Use this for custom taxonomy display.

Behavior Notes

  • Works with all registered taxonomies
  • Supports custom taxonomy slugs
  • Clicking a term redirects to:
    • Archive page OR
    • Filtered library page
  • Empty terms are hidden when hide_empty="true"
  • The slider disables automatically if there are few items

Example Shortcodes

Genre Grid

[movie_engine_taxonomies type="genre" columns="6"]

Country Slider

[movie_engine_taxonomies type="country" layout="slider" autoplay="true"]

Year List

[movie_engine_years layout="list"]

Custom Taxonomy

[movie_engine_taxonomies type="network"]

Share this Doc

Taxonomy Shortcodes (Genres, Country, Year)

Or copy link

CONTENTS