Category class
开发者 |
LordPretender
|
更新时间 |
2017年1月10日 03:50 |
捐献地址: |
去捐款 |
PHP版本: |
3.6.1 及以上 |
WordPress版本: |
3.6.1 |
详情介绍:
With this class (singleton), you will be able to do a lot of things with your categories.
There is a lot of methods available to do what you need, what you want to do.
If a method is missing, thanks to tell me and I will add it, if possible.
安装:
Manual installation
- Upload folder into to the
/wp-content/plugins/
directory
- Activate the plugin through the 'Plugins' menu in WordPress
Automatic installation
- Login to the admin interface.
- Click Plugins in the left hand menu navigation.
- Click on "Add New" next to the Plugins header in the main content area.
- Enter "Category class" (without quotes) in the textbox and click the "Search Plugins" button.
- In the list of relevant plugins click the "Install" link for "Category class" on the right hand side of the page.
- Click the "Install Now" button on the popup page.
- Click "Activate Plugin" to finish installation.
更新日志:
1.3
- New method in CCS_Cat�gorie class. It is now possible to access to sub-categories.
1.2
1.1
- All request are now saved in order and will be used if needed (whereas loading them again).
- stdClass objects are now saved and usable in others plugins.
1.0
- The first version of the plugin.