Adds post-tags functionality for pages.
This plugin is a follow-up to the post which I wrote a few years ago. – The idea was (and still is) to equip pages with tags and include their number in a combined posts and pages tag-cloud.
TagPages is fully compatible with https/SSL/TLS-sites and WordPress multisite network.
Plugin’s website:https://www.bernhard-riedl.com/projects/
Author’s website:https://www.bernhard-riedl.com/
Copy the tagpages
directory into your WordPress plugins directory (usually wp-content/plugins). Hint: You can also conduct this step within your Admin Menu.
In the WordPress Admin Menu go to the Plugins tab and activate the TagPages plugin.
Be happy and celebrate! (and maybe you want to add a link to https://www.bernhard-riedl.com/projects/)
Copy the tagpages
directory into your WordPress plugins directory (usually wp-content/plugins). Hint: You can also conduct this step within your Admin Menu.
In the WordPress Admin Menu go to the Plugins tab and activate the TagPages plugin.
Be happy and celebrate! (and maybe you want to add a link to https://www.bernhard-riedl.com/projects/)
You can use for example the built-in Theme Editor of WordPress to edit page.php
(if such a template exists for your theme). WordPress provides two template functions which can be used out-of-the-box: the_tags
and get_the_tags
.
For further information about themes, please refer to the WordPress Codex Pages for Theme Development or the user’s manual of our theme.
Not at all. – TagPages is based on the built-in WordPress taxonomy. – Even if you change the theme or deactivate TagPages, your tags and their relations to posts and pages will not be harmed. 😉
The reason for that is that we combine the number of occurrences of tags used in posts and pages in the taxonomy Post Tags
. Though, if you click on the number of a certain tag, WordPress will only show the related posts or pages of the selected tag.
Sorry folks, no it doesn’t. – But you can have a look at my post, which explains how to establish tags functionality for pages in WordPress 2.3 – 2.9.