Post Types Query Block archived
WordPress Plugin: display a list of posts based on (custom) post types as Gutenberg block.
by Armand Philippot · github.com/armandphilippot/post-types-query-block · website
★ 4stars
2forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/armandphilippot/post-types-query-block/archive/refs/heads/main.zipFrom the readme
Post Types Query Block
Post Types Query Block is a WordPress plugin which add a new Gutenberg block. It allows you to query post types and offers different options to customize the display.
Introduction
By default, WordPress Gutenberg offers a Latest Posts block to display the recent posts but it does not include the custom post types or even the pages. So, I decide to create my own block with some settings to make it more reusable.
With Post Types Query Block, you can choose:
- one post type to display among "Posts", "Pages", "Media" and your custom post types.
- the number of posts to display.
- the order ("Title", "Publication date", "Update date", "Author").
- to filter by author, categories and tags.
- the information you want to display (dates, author, featured image, excerpt) with or without label and you can even rewrite the labels.
- the layout (list or grid) and some customization (no bullet lists or the number of grid columns).
Install
Composer install
You can use Composer to install this plugin as a dependency if you use custom installers:
You can specify the version by adding the corresponding tag: dev-main#v1.0.0.
Manual install
You can downl
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.