الوصف
Post Tags and Categories for Pages adds the stock WordPress categories
for all of your pages. Pages will show up in the stock WordPress archive
queries.
This WILL NOT add any display of categories or tags to your template files. There are simply to
many ways that things could be displayed in a theme so we don’t do it. If you need to add this
then look at using WordPress functions like the_category()
and other category or tag function supplied in WordPress.
التنصيب
-
Extract post-tags-categories-pages/ to your wp-content/plugins/
folder. -
Activate the plugin.
المراجعات
المساهمون والمطوّرون
“Post Tags and Categories for Pages” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.
المساهمونترجمة ”Post Tags and Categories for Pages“ إلى لغتك.
مُهتم بالتطوير؟
تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.
سجل التغييرات
1.4
- prevented it from setting
post_type
on archive/search pages and ifpost_type
was already set thanks macbookandrew
1.3
- making the README more clear for end users
1.1
- made it a class based plugin
- cleaned up TODO notes that I have no reference for now
- brought it in to line better with WordPress coding standards
1.0
- released on WordPress repository