mlkdev / acfblocks-wordpress-theme

A stripped down version of a custom theme for WordPress focusing on modular extensibility, using self-contained Gutenberg blocks.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ACF Blocks Theme

This demo theme is made available to the public for demonstration purposes, and has been stripped down to two basic Gutenberg block components; a Section block which can be configured with various visual elements, and Basic Card blocks that can contain content and have basic visual configuration options which can be inserted into Section blocks.

In order for the theme to work, ACF Pro must be included in the /includes/acf/ directory. ACF Pro is NOT included in this repository as per the ACF Pro rules which can be found here.

Field registrations are also made available in each /includes/blocks/%name%/fields.x.php file. These can either be imported or the .x portion of the filename can be removed to have functions.php autoload the definition at runtime.


Live Demo

A live demo of these blocks in action can be viewed at the following address: https://acfblocks-theme.mlk.dev/

About

A stripped down version of a custom theme for WordPress focusing on modular extensibility, using self-contained Gutenberg blocks.


Languages

Language:PHP 76.0%Language:CSS 23.6%Language:HTML 0.4%