Display correct tags when calling a tag-page with more than one tag.
As of April 2026, MultiTags is a WordPress seo plugin with 10 active installations and a 5/5 rating from 1 reviews. It has been downloaded 3.4K+ times in total. Requires WordPress 2.8+ and PHP false+. Available on WordPress.org since 2010. Last updated 11 years ago — may have compatibility concerns. Top alternative: Yoast SEO – Advanced SEO with real-time….
Ever noticed that on tag-pages multiple tags are possible? E.g. if you want to show all
posts having “tag1” AND “tag2”, just go to
http://yourwordpressblog/tag/tag1+tag2
But only “tag1” is correctly displayed (see screenshots).
With this plugin you can use more than one tag correctly. This is especially interesting if
you want to optimize some key phrases (like “tag1 tag2”) for searchengines.
Moreover this plugin can add the description of the tags to your tag-pages, simply put
<?php echo multi_tags_get_description('<p>', '</p>'); ?>
into your theme-file “tag.php”.
To display the correct tags, just replace the call to
single_tag_title( '', false )
with
if (function_exists('multi_tags_get_title'))
echo mul…| WordPress | 2.8+ requiredTested up to 4.1.42 |
| PHP | false+ required |
Adapted to wordpress >= 4
Corrected feed-url-code in readme.txt
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.