SlideShare a Scribd company logo
#WCATH2019
Gutenberg Blocks Development
for programmers with NO time
Mauricio Gelves - @maugelves
#WCATH2019
Mauricio Gelves
@maugelves
Software Engineer
Freelance WordPress Developer
Brand Ambassador at
Web: maugelves.com
YouTube: mauriciogelves
Instagram: @maugelves
Twitter: @maugelves
#WCATH2019
Register the Gutenberg block
Which are the steps?
Create custom fields with ACF
Export fields to JSON y PHP
Create HTML/CSS to render the block
<?php
function wcath_create_talk_gb_block() {
// register a testimonial block
acf_register_block( [
'name' => 'talk',
'title' => __( 'Talk', DOMAIN_NAME ),
'description’ => __('Block with basic info of the talk.', DOMAIN_NAME),
'render_callback' => 'talk_block_render_callback',
'category' => 'wcathens',
'icon' => 'image-filter',
'mode' => 'auto',
'keywords' => [ 'talk', 'quote' ],
'enqueue_style' => get_template_directory_uri() . 'blocks/testimonial/
testimonial.css',
] );
}
add_action('acf/init', 'wcath_create_talk_gb_block');
#WCATH2019
Register the Gutenberg block
Which are the steps?
Create custom fields with ACF
Export fields to JSON y PHP
Create HTML/CSS to render the block
#WCATH2019
Custom Fields with ACF
Gutenberg Blocks Development for Programmers with no time
#WCATH2019
Register the Gutenberg block
Which are the steps?
Create custom fields with ACF
Export fields to JSON y PHP
Create HTML/CSS to render the block
#WCATH2019
Register the Gutenberg block
Which are the steps?
Create custom fields with ACF
Export fields to JSON y PHP
Create HTML/CSS to render the block
<?php
// Title.
?>
<div class="talk__meta">
<h3 class="talk__h"><?php the_field( 'wcath_gb_talk_title' ); ?></h3>
<p class="talk__b"><?php the_field( 'wcath_gb_talk_description' ); ?></p>
</div><!-- END .talk__meta -->
#WCATH2019
WCAthens Theme
http://bit.ly/2VNOTPJ
#WCATH2019
THANKS
ευχαριστώ

More Related Content

What's hot (17)

PPTX
Web Design Course - Lecture 21 - Bootstrap Jumbotron, Thumbnails, Alerts, Pro...
Al-Mamun Sarkar
 
PDF
Mume HTML5 Intro
Gonzalo Parra
 
PDF
An Impromptu Introduction to HTML5 Canvas
Ben Hodgson
 
PPTX
Desktop, Web e Mobile
Paulo Moura
 
PDF
CSS-in-JS: unexpected lessons for Drupal component design
John Albin Wilkins
 
PPT
Javascript
timsplin
 
PDF
20111014 mu me_html5
Erik Duval
 
PDF
COSTRUIRE INTERFACCE WEB UTILIZZANDO REACTJS (Gabriele Petronella)
InSide Training
 
PPTX
Appsplash'16 session (3) "Ui components"
Hany Halim
 
PPTX
Css multi background
AbhishekMondal42
 
PDF
Sviluppo di interfacce web con React.JS
InSide Training
 
PPTX
Geekspeak: Javascript
lisakennelly
 
DOCX
Hyperlink
JarsormizikTV
 
ZIP
Amberjack Lightning Talk
Jazkarta, Inc.
 
PPTX
JS.Chi CSS Animations
Justin Meyer
 
PDF
Get Moving! (with HTML5 canvas)
Seth McLaughlin
 
PDF
Future of Web Development
Zeno Rocha
 
Web Design Course - Lecture 21 - Bootstrap Jumbotron, Thumbnails, Alerts, Pro...
Al-Mamun Sarkar
 
Mume HTML5 Intro
Gonzalo Parra
 
An Impromptu Introduction to HTML5 Canvas
Ben Hodgson
 
Desktop, Web e Mobile
Paulo Moura
 
CSS-in-JS: unexpected lessons for Drupal component design
John Albin Wilkins
 
Javascript
timsplin
 
20111014 mu me_html5
Erik Duval
 
COSTRUIRE INTERFACCE WEB UTILIZZANDO REACTJS (Gabriele Petronella)
InSide Training
 
Appsplash'16 session (3) "Ui components"
Hany Halim
 
Css multi background
AbhishekMondal42
 
Sviluppo di interfacce web con React.JS
InSide Training
 
Geekspeak: Javascript
lisakennelly
 
Hyperlink
JarsormizikTV
 
Amberjack Lightning Talk
Jazkarta, Inc.
 
JS.Chi CSS Animations
Justin Meyer
 
Get Moving! (with HTML5 canvas)
Seth McLaughlin
 
Future of Web Development
Zeno Rocha
 

Similar to Gutenberg Blocks Development for Programmers with no time (20)

PDF
Gutenberg Blocks Development for Programmers with NO time
Mauricio Gelves
 
PDF
webinale2011_Chris Mills_Brave new world of HTML5Html5
smueller_sandsmedia
 
PDF
Brave new world of HTML5
Chris Mills
 
PPTX
Building Potent WordPress Websites
Kyle Cearley
 
PDF
HTML5 (and friends) - History, overview and current status - jsDay Verona 11....
Patrick Lauke
 
PDF
HTML5 Design
Christopher Schmitt
 
ODP
HTML5 e CSS3 (slides della sessione tenuta al DIMI di Udine)
Gabriele Gigliotti
 
PDF
Html5 intro
Kevin DeRudder
 
PPTX
Build and save your own Gutenberg Block Patterns
Plasterdog Web Design
 
PPTX
Html5 - Novas Tags na Prática!
Rômulo Reis de Oliveira
 
PDF
Preview of WebST Web Components with Smalltalk
Noury Bouraqadi
 
KEY
HTML5 for Mobile
Hiroshi Omata
 
PPTX
JavaScript DOM - Dynamic interactive Code
Laurence Svekis ✔
 
PPTX
The Rich Standard: Getting Familiar with HTML5
Todd Anglin
 
PDF
What you need to know bout html5
Kevin DeRudder
 
KEY
HTML5 Intro
PavingWays Ltd.
 
PDF
HTML 5 - Overview
Marcelio Leal
 
PDF
[PSU Web 2011] HTML5 Design
Christopher Schmitt
 
PDF
html5
NebberCracker01
 
PDF
Introduccion a HTML5
Pablo Garaizar
 
Gutenberg Blocks Development for Programmers with NO time
Mauricio Gelves
 
webinale2011_Chris Mills_Brave new world of HTML5Html5
smueller_sandsmedia
 
Brave new world of HTML5
Chris Mills
 
Building Potent WordPress Websites
Kyle Cearley
 
HTML5 (and friends) - History, overview and current status - jsDay Verona 11....
Patrick Lauke
 
HTML5 Design
Christopher Schmitt
 
HTML5 e CSS3 (slides della sessione tenuta al DIMI di Udine)
Gabriele Gigliotti
 
Html5 intro
Kevin DeRudder
 
Build and save your own Gutenberg Block Patterns
Plasterdog Web Design
 
Html5 - Novas Tags na Prática!
Rômulo Reis de Oliveira
 
Preview of WebST Web Components with Smalltalk
Noury Bouraqadi
 
HTML5 for Mobile
Hiroshi Omata
 
JavaScript DOM - Dynamic interactive Code
Laurence Svekis ✔
 
The Rich Standard: Getting Familiar with HTML5
Todd Anglin
 
What you need to know bout html5
Kevin DeRudder
 
HTML5 Intro
PavingWays Ltd.
 
HTML 5 - Overview
Marcelio Leal
 
[PSU Web 2011] HTML5 Design
Christopher Schmitt
 
Introduccion a HTML5
Pablo Garaizar
 
Ad

More from Mauricio Gelves (20)

PDF
Introducción a GitFlow
Mauricio Gelves
 
PDF
Segui questi 10 passi per diventare Freelance con WordPress
Mauricio Gelves
 
PDF
Simple tricks to improve the performance of your site
Mauricio Gelves
 
PDF
WordPress: el mejor amigo para tu emprendimiento
Mauricio Gelves
 
PDF
Sviluppo dei blocchi di Gutenberg per programmatori senza tempo
Mauricio Gelves
 
PDF
Flexbox y Grid: Los mejores amigos del maquetador
Mauricio Gelves
 
PDF
Desarrollo de bloques de Gutenberg para programadores con poco tiempo
Mauricio Gelves
 
PDF
Código Bonito con PHP
Mauricio Gelves
 
PDF
Follow these 10 steps to become a freelancer with WordPress
Mauricio Gelves
 
PDF
Domina el CSS de tu Web con la ténica BEM (bonito, elegante y molón)
Mauricio Gelves
 
PDF
10 pasos para convertirte en Freelance con WordPress
Mauricio Gelves
 
PDF
Gutenberg: Pros and Cons for this big change in WordPress
Mauricio Gelves
 
PDF
Il database di WordPress: Dodici tabelle che servono per fare di tutto e di più.
Mauricio Gelves
 
PDF
Vive de vacaciones con WordPress
Mauricio Gelves
 
PDF
Quiero aprender WordPress ¿Por donde empiezo?
Mauricio Gelves
 
PDF
Vive de tus sueños con WordPress
Mauricio Gelves
 
PDF
Taller de Iniciación a WordPress
Mauricio Gelves
 
PDF
WordPress Database: What's behind those 12 tables
Mauricio Gelves
 
PDF
La base de datos de WordPress
Mauricio Gelves
 
PPTX
Pruebas de aceptación - Automatiza el testing de Frontend y échate a dormir
Mauricio Gelves
 
Introducción a GitFlow
Mauricio Gelves
 
Segui questi 10 passi per diventare Freelance con WordPress
Mauricio Gelves
 
Simple tricks to improve the performance of your site
Mauricio Gelves
 
WordPress: el mejor amigo para tu emprendimiento
Mauricio Gelves
 
Sviluppo dei blocchi di Gutenberg per programmatori senza tempo
Mauricio Gelves
 
Flexbox y Grid: Los mejores amigos del maquetador
Mauricio Gelves
 
Desarrollo de bloques de Gutenberg para programadores con poco tiempo
Mauricio Gelves
 
Código Bonito con PHP
Mauricio Gelves
 
Follow these 10 steps to become a freelancer with WordPress
Mauricio Gelves
 
Domina el CSS de tu Web con la ténica BEM (bonito, elegante y molón)
Mauricio Gelves
 
10 pasos para convertirte en Freelance con WordPress
Mauricio Gelves
 
Gutenberg: Pros and Cons for this big change in WordPress
Mauricio Gelves
 
Il database di WordPress: Dodici tabelle che servono per fare di tutto e di più.
Mauricio Gelves
 
Vive de vacaciones con WordPress
Mauricio Gelves
 
Quiero aprender WordPress ¿Por donde empiezo?
Mauricio Gelves
 
Vive de tus sueños con WordPress
Mauricio Gelves
 
Taller de Iniciación a WordPress
Mauricio Gelves
 
WordPress Database: What's behind those 12 tables
Mauricio Gelves
 
La base de datos de WordPress
Mauricio Gelves
 
Pruebas de aceptación - Automatiza el testing de Frontend y échate a dormir
Mauricio Gelves
 
Ad

Recently uploaded (20)

PPTX
L1A Season 1 Guide made by A hegy Eng Grammar fixed
toszolder91
 
PDF
Build Fast, Scale Faster: Milvus vs. Zilliz Cloud for Production-Ready AI
Zilliz
 
PPT
Computer Securityyyyyyyy - Chapter 2.ppt
SolomonSB
 
PPTX
英国假毕业证诺森比亚大学成绩单GPA修改UNN学生卡网上可查学历成绩单
Taqyea
 
PDF
AI_MOD_1.pdf artificial intelligence notes
shreyarrce
 
PPTX
Cost_of_Quality_Presentation_Software_Engineering.pptx
farispalayi
 
PPT
introductio to computers by arthur janry
RamananMuthukrishnan
 
PPTX
法国巴黎第二大学本科毕业证{Paris 2学费发票Paris 2成绩单}办理方法
Taqyea
 
PPTX
ZARA-Case.pptx djdkkdjnddkdoodkdxjidjdnhdjjdjx
RonnelPineda2
 
PPTX
PM200.pptxghjgfhjghjghjghjghjghjghjghjghjghj
breadpaan921
 
PPTX
ONLINE BIRTH CERTIFICATE APPLICATION SYSYTEM PPT.pptx
ShyamasreeDutta
 
PPTX
sajflsajfljsdfljslfjslfsdfas;fdsfksadfjlsdflkjslgfs;lfjlsajfl;sajfasfd.pptx
theknightme
 
PDF
Azure_DevOps introduction for CI/CD and Agile
henrymails
 
PPTX
Lec15_Mutability Immutability-converted.pptx
khanjahanzaib1
 
PDF
The-Hidden-Dangers-of-Skipping-Penetration-Testing.pdf.pdf
naksh4thra
 
PPTX
一比一原版(LaTech毕业证)路易斯安那理工大学毕业证如何办理
Taqyea
 
PPTX
internet básico presentacion es una red global
70965857
 
PPTX
原版西班牙莱昂大学毕业证(León毕业证书)如何办理
Taqyea
 
PPTX
INTEGRATION OF ICT IN LEARNING AND INCORPORATIING TECHNOLOGY
kvshardwork1235
 
PPTX
本科硕士学历佛罗里达大学毕业证(UF毕业证书)24小时在线办理
Taqyea
 
L1A Season 1 Guide made by A hegy Eng Grammar fixed
toszolder91
 
Build Fast, Scale Faster: Milvus vs. Zilliz Cloud for Production-Ready AI
Zilliz
 
Computer Securityyyyyyyy - Chapter 2.ppt
SolomonSB
 
英国假毕业证诺森比亚大学成绩单GPA修改UNN学生卡网上可查学历成绩单
Taqyea
 
AI_MOD_1.pdf artificial intelligence notes
shreyarrce
 
Cost_of_Quality_Presentation_Software_Engineering.pptx
farispalayi
 
introductio to computers by arthur janry
RamananMuthukrishnan
 
法国巴黎第二大学本科毕业证{Paris 2学费发票Paris 2成绩单}办理方法
Taqyea
 
ZARA-Case.pptx djdkkdjnddkdoodkdxjidjdnhdjjdjx
RonnelPineda2
 
PM200.pptxghjgfhjghjghjghjghjghjghjghjghjghj
breadpaan921
 
ONLINE BIRTH CERTIFICATE APPLICATION SYSYTEM PPT.pptx
ShyamasreeDutta
 
sajflsajfljsdfljslfjslfsdfas;fdsfksadfjlsdflkjslgfs;lfjlsajfl;sajfasfd.pptx
theknightme
 
Azure_DevOps introduction for CI/CD and Agile
henrymails
 
Lec15_Mutability Immutability-converted.pptx
khanjahanzaib1
 
The-Hidden-Dangers-of-Skipping-Penetration-Testing.pdf.pdf
naksh4thra
 
一比一原版(LaTech毕业证)路易斯安那理工大学毕业证如何办理
Taqyea
 
internet básico presentacion es una red global
70965857
 
原版西班牙莱昂大学毕业证(León毕业证书)如何办理
Taqyea
 
INTEGRATION OF ICT IN LEARNING AND INCORPORATIING TECHNOLOGY
kvshardwork1235
 
本科硕士学历佛罗里达大学毕业证(UF毕业证书)24小时在线办理
Taqyea
 

Gutenberg Blocks Development for Programmers with no time