Codex tools: Log in
Contents |
This template tag can be used within The Loop to display Links for taxonomies and belonging Terms for a post without specifying the Post ID. You can also use it outside The Loop to display the taxonomies for a specific post.
<?php the_taxonomies( $args ); ?>
A List of Links to your Tags in the taxonomies
Taxonomy Name: <a href='http://yourdomain.com/Term_Slug/'>Term Name/a>.
<?php the_taxonomies('before=<ul>&after=</ul>'); ?>
the_taxonomies() is located in wp-includes/taxonomy.php.
get_the_taxonomies, the_tags, the_category