Post Tags and Archives

Post Tags and Archives Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 5,832 downloads
Post Tags and Archives Icon

Try plugin: Post Tags and Archives

We'll create fresh WordPress site with Post Tags and Archives installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Post Tags and Archives

Display the Tag Cloud or the Archive directly in posts and pages, and change their look in the options.

1


0


0


0


0

updated: 10 years ago
since: 11 years ago
author: Thomas Schmall

Description

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)