Title: Related tags
Author: sneg55
Published: <strong>June 11, 2014</strong>
Last modified: January 27, 2015

---

Search plugins

![](https://ps.w.org/related-tags/assets/banner-772x250.png?rev=1069654)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/related-tags_928045.svg)

# Related tags

 By [sneg55](https://profiles.wordpress.org/sneg55/)

[Download](https://downloads.wordpress.org/plugin/related-tags.zip)

 * [Details](https://ewe.wordpress.org/plugins/related-tags/#description)
 * [Reviews](https://ewe.wordpress.org/plugins/related-tags/#reviews)
 *  [Installation](https://ewe.wordpress.org/plugins/related-tags/#installation)
 * [Development](https://ewe.wordpress.org/plugins/related-tags/#developers)

 [Support](https://wordpress.org/support/plugin/related-tags/)

## Description

Add “related” tags list(link list, plain text list, or my favourite cloud-style 
list) on the tag page, based on posts that have this tag.

When you open tag page i.e example.com/tag/facebook, plugin checking posts that 
marked with tag “Facebook”, check the other tags in these posts, and put the related
tag list back.

Sometimes related tags more useful for users and for SEO purposes.

## Screenshots

 * [[
 * Cloud Style Related tag list
 * [[
 * Link Related tag list
 * [youtube http://www.youtube.com/watch?v=ogKhVaVrvzo]

## Installation

 1. Upload to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Place in your tag template
     (usually it’s archive.php)

 * If you need cloud-style links to related tags:
 * If you need plain text list of related tags:
 * If you need link list of related tags:

Also you can use widget in your sidebar (but keep in mind it shows on only on the
tag page).

you can customize view with $args – is the same with wp_tag_cloud
 and here is defaults:

    ```
    <?php $args = array(
        'smallest'                  => 8,
        'largest'                   => 22,
        'unit'                      => 'pt',
        'number'                    => 45,
        'format'                    => 'flat',
        'separator'                 => "\n",
        'orderby'                   => 'name',
        'order'                     => 'ASC',
        'exclude'                   => null,
        'include'                   => null,
        'topic_count_text_callback' => default_topic_count_text,
        'link'                      => 'view',
        'taxonomy'                  => 'post_tag',
        'echo'                      => true,
        'child_of'                  => null, // see Note!
    ); ?>
    ```

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Related tags” is open source software. The following people have contributed to
this plugin.

Contributors

 *   [ sneg55 ](https://profiles.wordpress.org/sneg55/)

[Translate “Related tags” into your language.](https://translate.wordpress.org/projects/wp-plugins/related-tags)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/related-tags/), check
out the [SVN repository](https://plugins.svn.wordpress.org/related-tags/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/related-tags/) by
[RSS](https://plugins.trac.wordpress.org/log/related-tags/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.2

 * add better readme
 * add

#### 1.1

 * some fixes

#### 1.0

 * first version

## Meta

 *  Version **1.0**
 *  Last updated **11 years ago**
 *  Active installations **10+**
 *  WordPress version ** 3.0.1 or higher **
 *  Tested up to **4.1.42**
 *  Language
 * [English (US)](https://wordpress.org/plugins/related-tags/)
 * Tags
 * [google](https://ewe.wordpress.org/plugins/tags/google/)[related](https://ewe.wordpress.org/plugins/tags/related/)
   [search engine optimization](https://ewe.wordpress.org/plugins/tags/search-engine-optimization/)
   [seo](https://ewe.wordpress.org/plugins/tags/seo/)[tags](https://ewe.wordpress.org/plugins/tags/tags/)
 *  [Advanced View](https://ewe.wordpress.org/plugins/related-tags/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/related-tags/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/related-tags/reviews/)

## Contributors

 *   [ sneg55 ](https://profiles.wordpress.org/sneg55/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/related-tags/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](http://sawinyh.com/)