-
The value of open source
•
Continue Reading: The value of open sourceWhat’s the value in using and contributing to an open source project? Well beyond the price, it’s really quite remarkable.
-
Creating Gutenberg blocks with Advanced Custom Fields
•
Continue Reading: Creating Gutenberg blocks with Advanced Custom FieldsPlaying with Gutenberg can be fun. But creating blocks in JavaScript can be tough. But ACF will be giving developers help in the future.
-
After WordPress 5.0 everyone needs to take a breath
•
Continue Reading: After WordPress 5.0 everyone needs to take a breathWordPress 5.0 came out last week and was met with almost every emotion under the sun. There’s at least a bit of a divide in the community. So now what?
-
Object-oriented programming in a Gutenberg world
•
Continue Reading: Object-oriented programming in a Gutenberg worldSo now that we know why object-oriented programming might be good for your next WordPress plugin, let’s try it with a plugin that creates custom Gutenberg blocks.
-
Object-oriented programming in WordPress plugins
•
Continue Reading: Object-oriented programming in WordPress pluginsCreating a WordPress plugin is pretty simple. It’s just another functions.php file, right? But what if you tried creating a plugin with object-oriented programming.
-
Patience will be needed with Gutenberg
•
Continue Reading: Patience will be needed with GutenbergGutenberg continues to be a divisive topic inside the WordPress sphere. But as you begin to try out the new editor, heed this advice: be patient.
-
My Git setup
•
Continue Reading: My Git setupGetting going with a Git workflow can be a bit of a challenge at first. So here’s how I set up my projects to help get you started.
-
What Git is and how to use it
•
Continue Reading: What Git is and how to use itLooking to fix problems with losing code either through losing files or it getting written over by other team members? You should look into using Git.
-
What I’ve learned so far in developing a theme suited for Gutenberg
•
Continue Reading: What I’ve learned so far in developing a theme suited for GutenbergRecently I started creating a premium WordPress theme that relies a lot on Gutenberg with the idea of having it ready when it’s rolled into core. So here are a few thoughts on developing a theme for the new editor.
-
What We Can Learn from USA Today and GDPR
•
Continue Reading: What We Can Learn from USA Today and GDPRWhen the GDPR went into effect in May, USA Today released a site for EU visitors that was about 5.2MB less than the normal site. So is there anything we can learn from that?