WP Manifestindependent plugin directory
manifest / editor / acf-guten-blocks

ACF Guten Blocks

:electric_plug: This plugin creates Gutenberg blocks using ACF

by Imran Sayed · github.com/imranhsayed/acf-guten-blocks · website

14stars
5forks

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/imranhsayed/acf-guten-blocks/archive/refs/heads/master.zip

From the readme

ACF Guten Blocks This plugin creates Gutenberg blocks using ACF Getting Started :clipboard: These instructions will get you a copy of the project up and running on your local machine for development purposes. Prerequisites :door: You need to have any WordPress theme activated on your WordPress project, which has ACF Pro Plugin installed and activated. Installation :wrench: 1. Clone the plugin directory in the /wp-content/plugins/ directory, or install a zipped directory of this plugin through the WordPress plugins screen directly ( also remove the -master from the plugin directory ) 2. Activate the plugin through the 'Plugins' screen in WordPress Use :ski: 1. Click on Custom Fields menu item on WordPress dashboard. 2. Create a new Field group called Testimonial and add below fields - Testimonial ( type: text ) - Author ( type: text ) - Role ( type: text ) - Image ( type: image ) - Background Color ( type: text ) - Text Color ( type: text ) 2. Add a new post and select the block called Testimonial 3. Add the values from the of the above custom fields using control panel on the right. 4. Now you will be able to see the content of your block template written in php inside

Read the full README on GitHub →