Linux 软件免费装
Banner图

Category Extra

开发者 AGriboed
更新时间 2016年9月8日 22:29
捐献地址: 去捐款
PHP版本: 4 及以上
WordPress版本: 4.6.1
版权: GPLv2 or later

标签

categories tag taxonomy order category reorder category base category password category color tag order taxonomy order taxonomy password

下载

详情介绍:

Plugin extends capabilities of the categories, taxonomies and tags. Support and suggestions: Skype: agriboed Email Languages

安装:

  1. Upload the category-extra folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress. After activation, go to menu "Settings" - "Category Extra"
  3. Configure the plugin
  4. Enjoy!

屏幕截图:

  • Settings
  • Work area

常见问题:

How can I add image to the category in my template?

You can insert construction in your theme: ` ' ); ?> First parameter - it's begin of html tag before url of image, second - after url. Usually, it's. You also can pass into the function the third parameter - object WP_Term (if you use this construction not on category page; exactly use Taxonomy object) and fourth parameter - echo (true/false) to output result immediately or put result into the variable.true` is default.

How can I add top text on the category page in my template?

You can insert construction in your theme: ` You also can pass into the function parameter echo (true/false) to output result immediately or put result into variable.true` is default.

How can I add bottom text on the the category in my template?

You can insert construction in your theme: ` You also can pass into the function parameter echo (true/false) to output result immediately.true` is default.

How can I set password to view the category?

Insert before calling have_posts() this function on category page template: ` ` Plugin will protect the category, and if need show password form. After password will be entered, user can seen posts of this category.

更新日志:

1.0.0