get tags for current posts
-
How do I return only tags from the current post.
I am using this to return all of the tags
<?php if ( function_exists('wp_tag_cloud') ) : ?> <div class = "titleLinks">Popular Tags</div> <ul> <?php wp_tag_cloud('smallest=8&largest=22'); ?> </ul> <?php endif; ?>
but also want a “current post tags” section too
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘get tags for current posts’ is closed to new replies.