Ali AlaaThe logo is comprised of to A letters joined together representing my initials.

#WordPress

Published on:

Reading Time: 1 minute

Managing WordPress Metadata in Gutenberg Using a Sidebar Plugin

In this article, we will discuss metaboxes and metafields in WordPress. Specifically, we’ll cover how to replace the old PHP metaboxes in Gutenberg and extend Gutenberg’s sidebar to add a React component that will be used to manipulate the metadata using the global JavaScript Redux-like stores. Note that metadata in Gutenberg can also be manipulated using blocks. And both ways are discussed in my ...

Published on:

Reading Time: 1 minute

Automating your WordPress Theme Development Workflow with Gulp

This is a two-part series that I wrote for CSS Tricks on creating a Gulp workflow for WordPress theme development. The first part covers a lot of ground for the initial setup, including Gulp installation and an outline of the tasks we want it to run. The second part goes deep into the tasks Gulp will run by breaking down what each task does and how to tailor them to streamline theme development.He...