the_taxonomies [ WordPress Function ]
| Parameters: |
|
| Uses: | |
| Defined at: |
|
Display the taxonomies of a post with available options.
This function can be used within the loop to display the taxonomies for a post without specifying the Post ID. You can also use it outside the Loop to display the taxonomies for a specific post.
The available defaults are: 'post' : default is 0. The post ID to get taxonomies of. 'before' : default is empty string. Display before taxonomies list. 'sep' : default is empty string. Separate every taxonomy with value in this. 'after' : default is empty string. Display this after the taxonomies list. 'template' : The template to use for displaying the taxonomy terms.
Examples [ wp-snippets.com ]
Top Google Search Results
- Function Reference/the taxonomies « WordPress Codex
This template tag can be used within The Loop to display the taxonomies for a post without specifying the Post ID. You can also use it outside The Loop to ...
codex.wordpress.org - wordpress - the_taxonomies 'template' parameter - Stack Overflow
Nov 23, 2011 ... I checked out this post and saw that WP 3.1 allows you to add the parameter " template" to your 'the_taxonomies()' function - this param doesn't ...
stackoverflow.com - custom post types - Use the_taxonomies() to create a simple list ...
Jul 29, 2011 ... I'm trying to create <div class="cat-hidden categories"></div> where categories is a list of the categories the current post is posted in. When just ...
wordpress.stackexchange.com - the_taxonomies (WordPress Function) - WPSeek.com
WordPress lookup for the_taxonomies, a WordPress Function. wpseek.com is a WordPress-centric search tool for developers and theme authors.
wpseek.com