• Resolved robphat

    (@robphat)


    I am combining the MAS video plugin with the PostX plugin to created various grids that will highlight episodes from the TV shows. The PostX plugin lets you select the post type and taxonomies of the posts to display in the grid. “Episode” is one of selections available to display in the grid, but I want to make grids that only display the episodes from 1 TV show. However, there is no taxonomy in MAS video Episodes so I can make a grid only show Episodes from a particular TV show. So my question is how can we add additional taxonomies to a single Episode so we can use Mas video with other plugins to create more complex grid designs?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello there,

    Thank you for trying our plugin. Episodes are custom post types and has genre and tag as its taxonomies. These taxonomies can be enabled by using this code:

    add_filter( 'masvideos_is_episode_archive', '__return_true' );

    In most cases, you can use any of these 2 taxonomies. In case you want to go for additional taxonomies, you can use the register_taxonomy WordPress function to add your own custom taxonomies.

    Hope this helps. Let us know if you have any other questions or need further help.

    Thanks,
    Ibrahim

    Thread Starter robphat

    (@robphat)

    Thanks. Worked!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Additional taxonomies’ is closed to new replies.