説明
This WordPress plugin adds default Custom Post Type Widgets to the Block Editor.
You can filter by registered Custom Post Type or Taxonomy on the Block Editor.
Compatibility
- WordPress version 5.8 or later
- Gutenberg version 10.7 or later
Descriptions of Widget Blocks
Latest Posts (Custom Post Type)
display a list of your most recent custom posts.
Archives (Custom Post Type)
display a monthly archive of your custom posts.
Categories (Custom Post Type)
display a list of categories that has custom posts.
Calendar (Custom Post Type)
display a calendar of your site’s posts.
Latest Comments (Custom Post Type)
display a list of your most recent comments.
Tag Cloud (Custom Post Type)
display a list of the your most used tags in a tag cloud.
Search (Custom Post Type)
A search form for your site.
Hooks
Custom Post Type Widgets has its own hooks. See the reference for details.
Reference: https://github.com/thingsym/custom-post-type-widget-blocks#hooks
Test Matrix
For operation compatibility between PHP version and WordPress version, see below Github Actions.
Contribution
Small patches and bug reports can be submitted a issue tracker in Github. Forking on Github is another good way. You can send a pull request.
If you would like to contribute, here are some notes and guidlines.
- All development happens on the develop branch, so it is always the most up-to-date
- The master branch only contains tagged releases
- If you are going to be submitting a pull request, please submit your pull request to the develop branch
- See about forking and pull requests
ブロック
このプラグインは7個のブロックを提供します。
- Latest Posts (Custom Post Type) Display a list of your most recent posts.
- Search (Custom Post Type) Help visitors find your content.
- Categories (Custom Post Type) Display a list of all categories.
- Tag Cloud (Custom Post Type) A cloud of your most used tags.
- Latest Comments (Custom Post Type) Display a list of your most recent comments.
- Archives (Custom Post Type) Display a monthly archive of your posts.
- Calendar (Custom Post Type) A calendar of your site’s posts.
インストール
- Download and unzip files. Or install Custom Post Type Widget Blocks plugin using the WordPress plugin installer. In that case, skip 2.
- Upload “custom-post-type-widget-blocks” to the “/wp-content/plugins/” directory.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- Add a widget block in block category ‘Custom Post Type Widget Blocks’ to the Block Editor.
- Have fun!
IMPORTANT: By default, WordPress will not work Date-based permalinks of custom post type. Recommend that you install the plugin in order to edit the permalink, if you are using a Date-based permalinks.
And try the following: Custom Post Type Rewrite
評価
このプラグインにはレビューがありません。
貢献者と開発者
変更履歴
1.4.0 – 2022.06.10
- tested up to 6.0.0
- fix npm scripts
- update npm dependencies
- add test case
- update japanese translation
- update pot
- add format argument
- add ASC/DESC order option for archive
- add get_year_link_custom_post_type and get_day_link_custom_post_type methods
- add archive type option
- apply textdomain to metadata
- add constants CUSTOM_POST_TYPE_WIDGET_BLOCKS_DISABLE_LINKS_ARCHIVE and CUSTOM_POST_TYPE_WIDGET_BLOCKS_DISABLE_LINKS_CALENDAR
- change arrays from brace to bracket
- fix apply_filters argument
- fix wp-plugin-unit-test.yml
- rename variable name
- add filters
- fix the priority of the rewrite rule of register_post_type()
- change assert from assertEquals to assertSame
1.3.1 – 2022.02.09
- update npm dependencies
- fix scss
- exclude jest config in the archive
1.3.0 – 2022.02.04
- tested up to 5.9.0
- add Upgrade Notice
- update japanese translation
- update pot
- remove global scope
- fix fragment
- add text domain for translation
- add showOnlyTopLevel option to categories block
- improve code structure
- fix classnames
- add jest unit test only php 7.4
- fix to composer install via composer.json
- apply a patch temporarily for CI
- change to Requires at least 5.8.0
- change os to ubuntu-20.04
- bump up yoast/phpunit-polyfills version
- add test case for jest
- move jest.config.js to root path
- fix npm scripts
- update npm dependencies for jest
- fix label
- fix test case
- change scss library from LibSass to dart sass
- set the initial value an empty array
- fix directory with phpunit.xml
- change hook to block_categories_all
- refine code, compliant with the latest source code for standard widget blocks
- fix base styles
- add timeout-minutes to workflows
- add react-hooks plugin settings
- change php distribute folder to blocks for block.json
- fix Cannot read property ‘rest_base’ of undefined
1.2.2 – 2021.07.12
- update dependencies with package.json
- fix .editorconfig
- ReferenceError: Cannot access ‘A’ before initialization
- exclude README.md in package
- fix latest comments layout
- fix class name
- add node-sass with package.json
- add asset-release workflow
1.2.1 – 2021.03.16
- fix npm scripts
- remove CUSTOM_POST_TYPE_WIDGET_BLOCKS_PATH constant
- update japanese translation
- update pot
- improve code with phpcs
- add test case
- add sponsor link
- update wordpress-test-matrix
- add FUNDING.yml
- add donate link
1.2.0 – 2020.11.23
- fix test case
- move hooks
- add load_dynamic_blocks method
- add load_plugin_data method, change version number with wp_enqueue_*
- add load_asset_file method
- remove .travis.yml, change CI/CD to Github Actions
- add workflow for unit test
1.1.1 – 2020.09.15
- check class exists
- imporve code with phpcs, phpmd and phpstan
- reformat
- add strict mode
1.1.0 – 2020.08.18
- update japanese translation
- update pot
- imporve code with phpcs, phpmd and phpstan
- update testunit configuration
- add Disabled to latest posts block
- add unstable__bootstrapServerSideBlockDefinitions
- fix test case
- change wp cache name
- add hooks
- change hook tags
- add loading asset to register_block_type argument
- change asset loading function from wp_enqueue_* to wp_register_*
- add checking register_block_type function
- change wp_enqueue_script dependency setting to use asset file
- add CUSTOM_POST_TYPE_WIDGET_BLOCKS_PATH constant
1.0.1 – 2020.05.06 – for plugin review
- remove prefix
__
with define name - add LICENSE file
1.0.0 – 2020.05.04
- Initial release