Month: June 2025

Stop Caching from Delaying WordPress Theme Changes

The tutorial I’m following uses Bootstrap 3.3.7, which I now realize is quite old. However, it’s still a good starting point for learning. Once I complete the tutorial, I’ll consider updating it to a newer Bootstrap version if time allows. I also encountered caching issues while developing my custom theme—changes I made weren’t appearing on […]

How to Load CSS & JS in WordPress

While converting an HTML page to a WordPress theme, I learned how to properly add Bootstrap, custom styles, and scripts. Here’s what I’ve learned so far. load_stylesheets() function – Enqueues CSS files for the blog, including Bootstrap, Google Fonts (Lato), and two custom stylesheets (style.css and style2.css). load_scripts() function – Enqueues JavaScript files, including jQuery […]

How to install How to Install LAMP Stack on Ubuntu (Simple Guide)

If you’re looking to set up a web server on your Ubuntu machine, installing a LAMP stack is a great place to start. LAMP stands for Linux, Apache, MySQL, and PHP, a popular combination for hosting websites and web applications. In this guide, we’ll walk you through each step to get your LAMP stack up […]

Scroll to Top