Category: wordpress
-
WordPress Plugin Development for Beginners: How a Plugin Actually Works
A follow-along guide that builds a working WordPress plugin from an empty folder. Learn where plugins live, how WordPress loads and runs them, the hooks system, and every…
-
A Client-Side Image Resizer for WordPress: How a Seasoned Developer Builds a Plugin
WordPress kept rejecting our image uploads. The real server limit was 2 MB, but WordPress reported 32 MB. We built a plugin that reads the true limit and…
-
Investigating a Strange Singapore Traffic Spike in GA4, WordPress, and Nginx Proxy Manager
I noticed something odd in Google Analytics: Singapore had suddenly become one of the largest sources of traffic to this site. At first glance, that sounded exciting. Maybe…
-
Lightweight Monitoring Endpoints for WordPress
The Goal When monitoring a WordPress site, the endpoint should answer one simple question: It should not load the full WordPress application unless you deliberately want an application-level…
-
π How to Integrate Authentik with WordPress Using the miniOrange OAuth Plugin
Authentik is a powerful identity provider β but when you use it with WordPress via the miniOrange OAuth/OpenID Connect (OIDC) plugin, you can hit a couple of common…
-

π How to Remove Gaps Between Header and Post Group in WordPress Twenty Twenty-Two Theme π
If you’ve been struggling to remove the gap between the header and the first post group on your WordPress Twenty Twenty-Two theme, don’t worry! We’ve got you covered…
-

π³π§ How to Fix File Permissions in Dockerized WordPress from Inside the Container
If you’re running a Dockerized WordPress environment and you’re having trouble with file permissions, you may need to reset the file permissions for the WordPress installation directory and…
-

ππ»π§ Get Your Business Online with TekOnline
Want to establish a strong online presence for your business? TekOnline has got you covered! For just $300, we offer domain name setup, 3 email accounts, plus WordPress…
-
πHosting WordPress Docker behind NGINX reverse proxy
Many examples feature differing variations on this combo, but few seemed to use a wordpress container and a separate NGINX proxy My hosting setup uses a few different…