Περιγραφή
Adds categories and tags functionality for your pages.
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 and only uses hooks to
achieve it’s goal. It works perfectly fine with Multisite installations.
This plugin WILL NOT add any display of categories or tags to your template files.
Plugin’s website: http://technotes.marziocarro.com/category/wordpress-plugins/
Author’s website: http://technotes.marziocarro.com/
Στιγμιότυπα
Εγκατάσταση
-
Copy the
category-tag-pages
directory into your WordPress plugins directory (usually wp-content/plugins). -
In the WordPress Admin Menu go to the Plugins tab and activate the ‘Category Tag Pages’ plugin.
Συχνές Ερωτήσεις
- Why do the Post Tags sections for posts and pages in the 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
. Though, if you click on the number of a certain tag, WordPress will only show the related posts or pages of the selected tag. - Why do the Post Categories sections for posts and pages in the Admin Menu show the same category count?
-
For the same reason above. The only difference is that it uses the taxonomy
category
.
Κριτικές
Συνεισφέροντες & Προγραμματιστές
“Category Tag Pages” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Category Tag Pages” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.0
initial release