Outputs a list of post-relevant keywords different from the categories. (Maybe useful for SEO).
Post_Terms_List.php to the /wp-content/plugins/ directory<?php if (function_exists(post_term_list)) { post_term_list($post->ID); } ?> in your Loop
Requires: 2.0 or higher
Compatible up to: 2.5
Last Updated: 2008-3-31
Downloads: 244
Got something to say? Need help?