Simple Tags in Wordpress 2.3.x
In Wordpress 2.3 you don’t have easy access to your Tags, so I switched from Simple Tagging Plugin to Simple Tags with this new WP Version.
I make it short, to display the Tag Cloud I like to use the ‘if function exists’, so I insert in the Template (mostly in the sidebar) this code:
<?php if (class_exists('SimpleTags')) : ?>
<h3>Keywords - Tags</h3>
<div class="tagcloud">
<?php st_tag_cloud(); ?>
</div>
<?php endif; ?>
In Admin View of Wordpress under Tags I set the Tagcloud Options like this:
![]()
Order tags selection: Random
Order tags display: name-asc
Maximum number of tags… : 80 So I display max 80 of the used Tags sort by Alphabet, randomly choosen
Color and Size you should play a bit..
Now, I think important is the title of the Tag you see at the Cursor. Title should be the tag_name, nothing else…
Advanced usage: &title=&xformat=<a href="%tag_link%" title="%tag_name%" %tag_rel% style="%tag_size% %tag_color%">%tag_name%</a>
SimpleTags, a WordPress plugin for generating lists of Technorati tags ... a simple update on the database. Please check db-update.txt in the zipped distribution ... - A tag is just a "snapshot" of a project in time. In Subversion, this ... Creating a Simple Tag. Once again, svn copy comes to the rescue. If you want to create a ... - How to Make Simple Tags Plug-in Working in WordPress 2.7 ... The developer of this plug-in has not updated it yet but he has announced that it'll be updated very soon. ... - The Simple Tags can be installed in 3 easy steps: Unzip "Simple tags" archive and put all ... You can activate / desactivate a most of Simple Tags features in one clic ! ... - Plugin URI: http://www.herewithme.fr/wordpress-plugins/simple-tags ... This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; ... -
Related Entries
- Flawless Upgrade to Wordpress 2.5
- stolen: Roselyn Sanchez – Boat Trip
- Tata Nano, The World’s Cheapest Car in India
- Britney Spears loses custody of kids
- Lindsay Lohan as Marilyn Monroe: New York Magazine
external sites talking about Simple Tags Wordpress
...be done via simple hacks to your WordPress theme. ... Source: Stepping Into Template Tags at WordPress Codex.
Romik84 on "New blog is duplicated"...you were right, it was Simple Tags plugin. Thanks for the idea :).
ravetildon on "[Plugin: Simple Tags] Simple tags - Can't edit post......simple tags Version 1.7.4.4 ... Can't edit post slugs ... Can't edit/upload pictures... http://wordpress.org/extend/plugins/sim...
WordPress " Simple Tags " WordPress PluginsSimple Tags is the successor of Simple Tagging Plugin This is THE perfect tool to manage ... tags management (rename, delete, merge, search and add tags, edit ...
WordPress " Simple Tags " WordPress PluginsA example tag cloud (with dynamic color and size) Do you have a not yet tagged blog ? ... To help you to add easily tags, Simple Tags has an autocompletion script. ...
SimpleTags - A WordPress Plugin for Technorati TagsSimpleTags, a WordPress plugin for generating lists of Technorati tags ... If updating from an earlier version, you need to perform a simple update on the database. ...



Comments
Got something to say?