Community Tags
Community Tags
Description
Community Tags is useful if you would like the community to be able to add tags to your posts. This is particularly useful for photos. Once a user adds a tag the tag is held in a proposed tags array and held for moderation.
Installation
e.g.
- Upload
plugin-name.phpto the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place
<?php $post_id = the_ID(); <div id="tagthis-$post_id" class="tagthis" style="display:none"></div> ?>in your post loop.
Faq
Can I moderate the tags?
Yes, currently the plugin requires that you moderate the tags.

