Deskripsyon
A plugin to extend WordPress Gutenberg editor and allow for dynamic blocks to be built using custom queries.
Custom Query Block
Our first block, Custom Query Block allow for dynamic blocks to be built using custom queries.
The Custom Query Block comes with 3 basic templates which are stored in the plugin /templates directory.
You can override or create your own templates for the block to use by creating a /template-parts/blocks/ sub folder in your theme.
The plugin will scan active themes for this directory and pull in all PHP templates from this directory so you can select them
via the Custom Query Block inspector settings.
Templates can contain anything you like and you’ll have access to the $attributes array which has all the selection data for
that particular block, as well as the $post_query object for that block.
Features
- Developer Friendly
- User Friendly
- Custom Templates
Blocks
Ang plugin na ito ay nagbibigay ng 1 block.
- Custom Query
Mga Review
Mga Contributor at Developer
Ang “Blockbuddy” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.
Mga ContributorIsalin ang “Blockbuddy” sa iyong wika.
Interesado sa development?
Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.
Changelog
0.1
- Initial Release