• I am changing the structure of my site and added a new taxonomy on top of tags and categories. How can I display a custom taxonomy in the shortcode output?

    I also need “taxonomyname-termname” class in the html similar to category for design reasons.

    Thanks

Viewing 2 replies - 31 through 32 (of 32 total)
  • Plugin Author johnzenausa

    (@johnzenausa)

    Can you give me a link?

    Plugin Author johnzenausa

    (@johnzenausa)

    As far as the shortcode goes you would need the following:

    taxonomy_type='custom_taxonomy_type' taxonomy='name-of-custom-taxonomy'

    If you just use taxonomy= it will display all taxonomies including tags and categories with the same name. To include multiple taxonomy types just separate with commas.

Viewing 2 replies - 31 through 32 (of 32 total)
  • The topic ‘Custom Taxonomy Support’ is closed to new replies.