from_current
- Default Values: n/a
- Accepted Values: tags, categories, taxonomies, your custom taxonomy and post ID - see notes below
Option Notes
- The option uses a comma separated format eg: from_current="term type,post ID"
- Term types are: tags, categories, taxonomies and single_taxonomy_name
- The post ID is optional, if a post ID is not supplied, the option will use the current post/page ID
- The example below is displaying categories from post 89 ie: this post
Shortcode Samples
- [mctagmap from_current="tags"] : Display tags for current post
- [mctagmap from_current="categories"] : Display categories for current post
- [mctagmap from_current="taxonomies"] : Display taxonomies for current post
- [mctagmap from_current="my_taxonomy"] : Display a single taxonomy for current post
- [mctagmap from_current="tags,1025"] : Display tags from post with ID of 1025
Shortcode used: