Tag: WordPress
-

Zero-config local PHP/WordPress development environment on Arch Linux (without Docker)
• One nginx config • One SSL certificate • Dynamic project routing • One command project bootstrap Result: new PHP project in ~5 seconds.
-

How I Built Full Site Editing (FSE) Theme for WordPress
When I realized that WordPress was fully embracing Full Site Editing, I got curious — could I build a clean theme with no PHP templates at all, powered only by blocks, JSON, and JavaScript? This post breaks down the process, the challenges I faced, and what I learned while creating my own FSE theme.