Opis
Add Custom Dynamic Blocks for Render Post and Posts.
Multiple Posts Block
Posts Block filtered post type. (ex. post, page) and filter posts by multiple categories, tags or custom taxonomy terms.
Override template by your theme. if template-parts/blocks/advanced-posts-blocks/posts.php
exists in your theme, replace default view.
Single Post Block
Single Post/Page Block.
Override template by your theme. if template-parts/blocks/advanced-posts-blocks/post.php
exists in your theme, replace default view.
Children Posts Block
Children Posts Block.
Override template by your theme. if template-parts/blocks/advanced-posts-blocks/children.php
exists in your theme, replace default view.
Override Template
Support template hierarchy. The templates are searched in the following order.
template-parts/blocks/advanced-posts-blocks/{Block_Type}/{Post_Type}-{Style}.php
template-parts/blocks/advanced-posts-blocks/{Block_Type}/{Post_Type}.php
template-parts/blocks/advanced-posts-blocks/{Block_Type}-{Style}.php
-
template-parts/blocks/advanced-posts-blocks/{Block_Type}.php
{Block_Type} is posts, post or children.
Credits
- Icons – Material Design (Apache License Version 2.0)
- feathericon
Reviews
Contributors & Developers
“Advanced Posts Blocks” is open source software. The following people have contributed to this plugin.
Doprinositelji“Advanced Posts Blocks” has been translated into 1 locale. Thank you to the translators for their contributions.
Translate “Advanced Posts Blocks” into your language.
Zainteresirani za razvoj?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Zapis promijena
0.4.0
- use react hooks.
0.3.3
- Term attribute bug fix.
- Term control key fix.
0.3.2
- attribute bug fix.
0.3.0
- [Multiple Posts Block] Support offset attribute.
0.2.2
- Fixed typo.
0.2.0
- Remove wpautop in template.
0.1.6
- Default template bug fix.
0.1.4
- Bug fix.
0.1.0
- first release.