Skype: bluewindlab
TailwindCSS setup for the Sage WordPress theme

TailwindCSS setup for the Sage WordPress theme

TailwindCSS is the most popular utility-based CSS framework. The best thing about this framework is that we do not need to write any custom CSS code. Although we have to add lots of classes into the HTML code. The sage theme comes with the TailWindCSS framework setup. So, in this tutorial I will try to […]

Install the Sage WordPress theme in LocalWP

Install the Sage WordPress theme in LocalWP

Sage is a powerful WordPress starter theme that uses the power of Laravel and allows developers to write clean code for WordPress theme development. It comes with bud.js to compile the styles and scripts and provides an amazing experience for frontend development. In this tutorial, we will learn how to install the Sage WordPress theme […]

Set up Bedrock on LocalWP installation

Set up Bedrock on LocalWP installation

Bedrock serves as a robust WordPress boilerplate, facilitating the professional organization of a WordPress project. It uses WordPress core functionalities but provides a subdirectory to add all the custom WordPress themes and plugin codes. The best part of Bedrock is that it uses Composer to install WordPress themes, plugins, and other PHP dependencies. Additionally, you […]

Setup Google Analytics using Google Tag Manager

Setup Google Analytics using Google Tag Manager

In this tutorial, we will learn how to add Google Analytics to a WordPress website through Google Tag Manager. Previously, we used to add Google Analytics code directly to a WordPress website’s header section. Now, we will handle all the functionality of Google Analytics using the Google Tag Manager code. This will enable us to […]

Back To Top