开发者 | codersaiful |
---|---|
更新时间 | 2021年12月3日 20:35 |
PHP版本: | 5.6 及以上 |
WordPress版本: | 5.8.2 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
[WPPCD_Post]
Post title with link from WordPress default post with all category name.
[WPPCD_Post taxs='123,322']
Here: 123,322 are category ID. Mean: Taxnomy ID.
[WPPCD_Post post_type='product']
It will display all product title with link with WooCommerce caegory classified.
[WPPCD_Post post_type='product' term_name='product_tag']
It's depend on WooCommerce, product will display from product, based on WooCommerce tag(product_tag).
[WPPCD_Post taxs='12,34,56,67' post_type='product' term_name='product_tag' term_link='off' posts_per_page='10']
Example with all attr:
Important feature
/wp-content/plugins/post-classified-for-docs
directory, or install the plugin through the WordPress plugins screen directly.No, there is no menu or option in Dashboard menu. All you able to handle using shortcode.
Yes.
Yes. You can. Use attr posts_per_page in your shortcode as attr.
Yes.
use taxs attr. include ID of your Category/Taxnomy.