
How to Compile SCSS With PHP: Add Variables to WordPress Customizer for Compiling Theme CSS
This tutorial will show you how to add theme settings such as colors in WordPress Customizer and compile the theme SCSS with the chosen variables in PHP.
This tutorial will show you how to add theme settings such as colors in WordPress Customizer and compile the theme SCSS with the chosen variables in PHP.
This guide goes into detail how to code in your theme and use WordPress Gutenberg editor to create great-looking and modern frontpages or landing pages.
This post explains how to set up block styles for blocks in Gutenberg, with either PHP or Javascript - and touches upon ideas to solve stylesheets.
In this guide we'll dive into how to properly use AJAX in WordPress. We'll go through how to add AJAX requests in admin and frontend, and handling security.
Today we will learn where and how to add code outside the templates in our theme. We do this by adding the theme's functions.php file. Along the way we'll also learn how to add your stylesheets and scripts the proper way.
This post goes into detail with code examples of how to add scripts and styles to WordPress the correct way, both files and outputting variables.