Add tags to Pages, just as you would do with Posts
Add tags to a Page just as you would do with a Post.
This plugin adds the ‘post_tag’ taxonomy to the Page post type.
This enables the tags metabox in the New or Edit Page interface. To show tagged
Pages on a tags archive page or in a feed, it uses the ‘pre_get_posts’ hook
to change the post_type query parameter to ‘any’.
The plugin has no settings, does not alter the database and only uses hooks to
achieve it’s goal. It also should work perfectly fine with Multisite installations.
If this plugin meets your expectations and you use it commercially
please consider a donation to one of these organisations or your country’s equivalents:
Credits:
Tag icon used in the WordPress plugin repository and found in /assets/icon*
From the series ‘Flat Shadows’ By Shannon E Thomas
Thanks Shannon E Thomas and to[icon] for sharing your work!
WordPress repository header image found in /assets:
‘Crew Baggage Tag’
From the Leslie Grimes Moser Photo set. Moser was a flight attendant for Capitol Airlines.
Repository: San Diego Air and Space Museum Archive
Thanks San Diego Air and Space Museum Archive & Flickr Commons – flickr.com/commons
tag-pages
directory to the /wp-content/plugins/
directoryIf you don’t see the tags of tagged Pages, make sure your theme supports displaying tags for Pages.
This plugin does nothing to make tags appear on your website. Tag Pages makes it possible to add tags to your Pages in the WordPress database.
It is your theme’s responsibility to display tags (if any) on your website. Make sure the theme you are using supports displaying tags on Pages.
Yes, the Gutenberg block editor is supported from version 1.0.2 and upwards.
NB: The Classic Editor plugin is also supported.
Yes and no. Let me explain:
I consider this plugin to be feature complete and unless bugs are found there will be no development on this plugin. In other words this plugin is in maintenance mode and will be maintained for the foreseeable future.
Due to other obligations I’m not always able to keep up with WordPress version’s and updating this readme’s ‘Tested up to’ version number.
However, unless WordPress significantly changes the way taxonomies work (and breaking backwards compatibility in the process) this plugin should continue to work fine even though the ‘Tested up to’ might be of a lower version number.
As always, when in doubt, test it 🙂 (and when it does give you issues, feel free to leave a comment).
Fixes
Fixes