Developing a WordPress Theme From Scratch

Hi and Welcome! This is Part 1 of the 9 part Course about developing a WordPress theme from scratch. Here is the access to the other parts of the Course in the sequential order: WordPress powers more than 35% of the websites on the internet and for a good reason. Our Clients and content managers love … Read more

How to install WordPress locally

Table of Contents (Steps for installing WordPress locally) What is a Web Server? Let’s talk about Local Web Server What goes inside a Local Web Server? How to install WordPress locally on macOS and Windows using MAMP How to install WordPress on any operating system using “Local” by Flywheel (The easiest way to install WordPress) … Read more

Margin vs Padding: Easy Guide

I have written this margin vs padding tutorial for non-techies. So, if you are expecting any CSS tips or snippets, this tutorial is not for you. Margin and padding are technical CSS terms in the world of a Web Page. And in this guide, I will break them down for you in layperson’s terms. Simply … Read more

WordPress Block Editor – An Actionable Guide (2020)

Table of Contents (Steps for mastering the WordPress Block Editor) Introducing the Blocks of the WordPress Block Editor The Columns Block The Image Block The Heading Block How to transform from Heading Block to Paragraph Block How to create nested columns The Group Block Introducing the Block Navigation Introducing the Breadcrumbs Navigation How to create … Read more

How wp_head action hook triggers the wp_enqueue_scripts action hook

The following execution flow clearly explains the link between the wp_head action hook and the wp_enqueue_scripts action hook. Also, This following execution flow applies to every single page on our WordPress website. The only thing that might change from one webpage to another webpage is the template file that WordPress chooses to render a particular webpage. Nothing else will change. 1) The user tries … Read more