This plugin addsthe 'post tag and the 'category taxonomies, which are the names of the existing taxonomies used for tags and categories the Post type 'page.
This enables the categories metabox and the tags metabox in the New or Edit Page interface..
The plugin has no settings, does not alter the database uses hooks to achieve it's goal.
screenshot of WordPress backend Pages section with the Categories metabox and the Tags metabox marked red...
In WordPress Admin Menu go to the Plugins tab and activate 'Category Tag Pages plugin...
Why do Post Tags sections for posts and pages in Admin Menu show the same tag count..
The reason for that is that WordPress combines the number of occurrences of tags used in posts and pages in the taxonomy post tag.
, if you click on the number of certain tag, WordPress will show the related posts or pages of the selected tag...
Why do Post Categories sections for posts and pages in Admin Menu show the category count..
Browse the code, check out SVN repository, or subscribe to the development log by RSS...
Read more