-
·
Fixing WordPress Admin Colors on Frontend
WordPress has this thing that bugs me. The admin color scheme stays in the backend only. I use the Sunrise color scheme when editing because it reminds me I’m working on a live site. But that color never shows up on the frontend admin bar. I wanted to fix this. For myself. Sure, I already…
-
·
View Transitions and WordPress
Back in 2010, when I first started learning WordPress, smoother, faster page loads was a dream. I still remember a classic CSS-Tricks video on using AJAX to make a page load feel quicker. It was a clever solution for the time, a way to fight that jarring “white flash” between pages. We were essentially hacking…
-
·
From three to one column layouts – Web design evolution
The 2025 WordPress theme design is promising.
-
-
·
Learning can be fun when you are in a cohort.
I recently completed the course “Developing Your First WordPress Block” by the official Learn WordPress team. Overall, I enjoyed the lessons and weekly meetings.
-
·
Thanks to distraction-free mode
The feature that you think unnecessary or too simple might be helpful to many.
-
·
Received my core contributor badge for WP 6.4.3
Contributing to WordPress core has been a dream. It became a reality with the 6.4.3 release.
-
·
WP Playground Query API
WordPress playground makes it easy to choose a PHP or WP version using Query API.
-
·
How to check the current request context in WordPress?
The wp-context package allows you to determine the current request’s context easily.