Changeset 2833252
- Timestamp:
- 12/13/2022 07:33:04 PM (3 years ago)
- Location:
- dynamic-blocks/trunk
- Files:
-
- 2 edited
-
plugin.php (modified) (1 diff)
-
readme.md (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dynamic-blocks/trunk/plugin.php
r2833239 r2833252 3 3 * Plugin Name: Dynamic Blocks 4 4 * Plugin URI: https://gutenberglab.com/ 5 * Description: Dynamic Blocks For gutenberg editor 5 * Description: Dynamic Blocks For gutenberg editor let's you add testimonials and clientlogos dynamically to your wordpress pages using CPT only. No need to add any ACF fields or Meta Fields. 6 6 * Author: GutenbergLab.com 7 7 * Author URI: https://profiles.wordpress.org/gutenberglabcom/ -
dynamic-blocks/trunk/readme.md
r2833249 r2833252 12 12 == Description == 13 13 14 Add testimonials and clientlogos dynamically to your wordpress pages using CPT only. No need to add any ACF fields or Meta Fields. These blocks use Gutenberg data to display the testimonials and client logos.14 Dynamic Blocks let's you add testimonials and clientlogos dynamically to your wordpress pages using CPT only. No need to add any ACF fields or Meta Fields. These blocks use Gutenberg data to display the testimonials and client logos. 15 15 16 16 I started developing this plugin for myself. I wanted an easy way to add client logo and testimonials to my wordPress website without depending on ACF fields or meta fields. The result is blocks that are not dependent on theme, ACF or meta fields. I am sure there are many developers like me who would like to do the same. … … 42 42 == Installation == 43 43 44 You need to install CPT plugin and add 2 CPT's 45 46 Install CPT plugin and create 2 CPT's 44 You need to install CPT plugin and create 2 CPT's 47 45 48 46 -1st CPT for Client logo
Note: See TracChangeset
for help on using the changeset viewer.