Post Title List Block
Gutenberg Block that displays recently published posts' titles within an unordered list element (ul).
by Will Skora and the CPL Team · github.com/clevepl/post-title-list-block · website
★ 0stars
0forks
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/clevepl/post-title-list-block/archive/refs/heads/main.zipDeclares an update source (https://gitlab.com/cpl/post-title-list-block/), so updates arrive through the plugin's own updater.
From the readme
Block that displays recently published posts' titles within an unordered list element (ul).
You can control the number of posts and the post type to load. Posts are always published in order of recently published.
Source code available at https://gitlab.com/cpl/post-title-list-block
Created using WordPress' create-block; credit to OsomPress for techniques how to subscribe and load posts in the sidepanel.
You may need to click the block settings sidepanel and wait a second for the post types panel to appear.
1. Download the plugin as a zip file
1. Activate the plugin through the 'Plugins' screen in WordPress
If you wish to heavily customize the block for your own use (e.g. restrict the available post types to select); you will need to complete the following (not very thorough)
1. clone repository
1. inside post-title-list-block directory, run npm install
1. run npm start within that directory;
1. make your code changes
1. ; run npm run build ; additional build commands at the create-block site.
1. This screen shot description corresponds to screenshot-1.(png|jpg|jpeg|gif). Note that the screenshot is taken from
the /assets directory or the directory that contains the stable