开发者 | AGriboed |
---|---|
更新时间 | 2016年9月8日 22:29 |
捐献地址: | 去捐款 |
PHP版本: | 4 及以上 |
WordPress版本: | 4.6.1 |
版权: | GPLv2 or later |
category-extra
folder to the /wp-content/plugins/
directoryYou 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.
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.
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.
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.