Category Archives: Wordpress

How to Install WordPress: A Beginner’s Guide


What is WordPress? It’s a versatile, open-source content management system used to build anything from blogs to business websites to online stores. System Requirements: You need a web server (like Apache), PHP 7.4+, MySQL 5.7+/MariaDB 10.3+, and at least 512MB of RAM. WordPress is the most popular content management system (CMS) in the world, used … Continue reading How to Install WordPress: A Beginner’s Guide

WordPress Block Theme Development


I wanted to explore the ease of developing the latest block based WordPress theme, so, I first went ahead and checked if underscroses dot me, which is a Automatic – the company behind WordPress dot com, backed up theme boilerplace for building WordPress themes and it follows the best practices by default. But _s is … Continue reading WordPress Block Theme Development

LCP Issue Longer Than 2.5s (desktop) – Core Web Vitals


I started getting LCP Issues for desktop and mobile devices on Google Search Console. This Google core web vital issue was affecting almost all of my WordPress sites. I started experimenting with a lot of WordPress plugins, I tried all the best, highly rated page speed optimization plugins but honestly nothing worked for me. Finally, … Continue reading LCP Issue Longer Than 2.5s (desktop) – Core Web Vitals

WordPress Plugin Development – Getting Started Guide


This post will help you get you started with WordPress plugin development. You’ll understand how WordPress plugin work and how to create a simple WordPress plugin with a few functionality that’ll enhance your WordPress blog, site, or WooCommerce store. We’ll using most commonly used WordPress hooks and actions to create our plugin to understand the … Continue reading WordPress Plugin Development – Getting Started Guide