WP Manifestindependent plugin directory
manifest / editor / wordpress-blocks

Mosaic Blocks archived

WordPress Blocks Plugin which provides a simple set of functions to register new Gutenberg Blocks.

by Creode · github.com/creode/wordpress-blocks · website

1stars
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/creode/wordpress-blocks/archive/refs/heads/3.x.zip

From the readme

WordPress Blocks This is a WordPress plugin which contains a few blocks to assist in starting out a new project. The blocks are built using the WordPress ACF and the block editor. This module also contains infrastructure to assist in the creation of template based blocks. Installation Installation of this can be done using composer: composer require creode/wordpress-blocks Usage This plugin once installed will be added to the mu-plugin folder so it is ready for it to be used in your project. Creating new blocks In order to create new blocks, you can add a new class to your theme or plugin and extend the CreodeBlocks\Block class. If you are utilising WPCLI for your project, you can use the following command to create a new block class: This will create a newly configured block class and template file within your theme, inside the blocks directory. The theme argument is optional and will default to the current theme. It will also output a couple of lines that can be copy and pasted into your functions.php file to include the block class and get started quickly. Creating child blocks Child blocks are defined within your block class inside the childblocks() function. You can jus

Read the full README on GitHub →

Releases

TagPublished
3.0.0 Dec 17, 2025
2.13.5 Nov 17, 2025
2.13.4 Nov 17, 2025
2.13.3 Nov 14, 2025
2.13.2 Nov 14, 2025
2.13.1 Nov 14, 2025
2.13.0 Nov 13, 2025
2.12.0 Nov 13, 2025
2.11.0 Nov 12, 2025
2.10.0 Nov 11, 2025
2.9.0 Nov 11, 2025
2.8.0 Nov 11, 2025
2.7.0 Nov 11, 2025
2.6.2 Nov 11, 2025
2.6.1 Nov 11, 2025
2.6.0 Oct 15, 2025
2.5.0 Oct 15, 2025
2.4.0 Oct 14, 2025
2.3.0 Sep 4, 2025
2.2.0 Aug 27, 2025
2.1.1 Aug 26, 2025
2.1.0 Aug 18, 2025
2.0.0 Aug 14, 2025
1.10.1 Aug 8, 2025
1.10.0 Aug 4, 2025

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.