This plugin is outdated and might not be supported anymore
Post Tags and Archives

Post Tags and Archives

Details
View on WordPress

Tag clouds and Archives are useful for visitors, but also for search engines to find and index what topics your blog relates to. “Post Tags and Archives” makes it easy to add Tag Clouds or Archives to posts and pages via shortcodes.
Before, you could only put it in the sidebar or widgets. That could hurt the search ranking for relevant terms and crowds the sidebar. So one either had to truncate the cloud and archive – or get rid of them (or use some more complicated trickery).
Now you can just drop them in your posts and change the look easily via the options.

Options

Should be self-explanatory.

The advanced features: Please be careful with the HTML parts.
The archive-format setting “options for dropdown-menu” is for people who want to setup forms. You have to add a proper form yourself – with select/post and all. Then this feature will add all archives (in the type you chose) as

TODO

  • add products tag support
    Probably like this:
    $args = array(
    ‘number’ => 15,
    ‘taxonomy’ => ‘product_tag’
    );
    return $args;Theoretically functional: from WP 1.5 (most features from: 2.5. “separator”-option from 2.9, “Tags-Order” for tags feature only from 3.5)

Details

Plugin code:
post-tags-and-archive
Plugin version:
1.1.1
Outdated:
Yes
WP version:
2.3 or higher
PHP version:
or higher
Test up to WP version:
5.6.14
Total installations:
100
Last updated:
2014-04-16
Rating:
Times rated:
1
archive
archives
cloud
tag-cloud
tags