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 […]
Month: June 2025
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 […]
Duplicate Table of Contents Issue in Brizy
I’ve run into a strange issue while working on a migrated WordPress site using Brizy. The Table of Contents (TOC) block is duplicating itself on the frontend, even though only one TOC element is added in the editor. What’s odd is that this doesn’t happen on my clean testing site, everything works as expected, with […]
Setting Up Pi-hole on My Proxmox Server, A Fun and Useful Project
Today, I woke up very early — around 3 a.m. I couldn’t go back to sleep, so I decided to learn something new and productive. I opened YouTube and came across a tutorial on how to install Pi-hole on a Proxmox server. I’ve always wanted to block ads on my network and use custom domain […]
I Switched to Ubuntu MATE on My Spare Mini PC, And I Love It!
Today, I want to share something fun and simple. I switched from Ubuntu to Ubuntu MATE on my spare HP ProDesk 400 Mini PC, and so far, I’m really enjoying it! Why did I switch? Ubuntu is great, but I wanted something lighter and simpler for my mini PC. Ubuntu MATE gave me exactly that. […]
Quick WP-CLI Setup on Windows with XAMPP
Today, I suddenly felt like experimenting and decided to install WP-CLI on Windows. I was too lazy to set up a LAMP stack in my Proxmox lab, and running two computers just for that felt like a waste of electricity. So, I went with XAMPP instead. Since I don’t want to manually download WordPress from […]
My Linux Mint XFCE Homelab, the XRDP Struggle (and Victory!)
I wanted to add a Linux Mint XFCE virtual machine to my home computer lab. It seemed easy at first. I downloaded the file, put it on my Proxmox server (it’s a great server!), made a new virtual machine, and started the installation. I thought it would be quick. I was wrong. My goal was […]