WordPress Plugin Cross Post for Dev.to: my solution to abandoned and unmaintained plugins
I’ve released Cross Post for Dev.to , a WordPress plugin that mirrors a post to Dev.to the moment you publish it on your own site. The plugin itself i…
Latest Web news from Tech News
I’ve released Cross Post for Dev.to , a WordPress plugin that mirrors a post to Dev.to the moment you publish it on your own site. The plugin itself i…
After a domain migration or HTTPS switch, "all plugin settings are gone" or "Elementor layouts are broken" is a common outcome. The cause, in most cas…
Your JavaScript frontend needs a list of featured products from WordPress. Not the whole REST API surface, not raw post objects with forty fields, jus…
I woke up to two emails that immediately caught my attention. One was from my website monitoring service (I use UptimeRobot, no affiliation) reporting…
TL;DR Ran LiteSpeed Enterprise (LSWS) and Nginx side-by-side on identical VPS instances for 3 months, hosting the same 12 WordPress sites on each. Lit…
Restaurant websites look simple on the surface — a menu, some photos, a reservation button — but they come with a surprisingly tricky set of constrain…
Over the last few days, I spent some time going through the WordPress Contributor Learning materials. Most of the ideas weren't new to me, but they re…
Integrating AI and WordPress: From Idea to Execution, Real-World Challenges, and Practical Workflows The rise of artificial intelligence has fundament…
Cross-posted from the Loopress docs Loopress is a toolset to make WordPress reproducible and reviewable via Git . Versioned snippets, Composer without…
The W series has covered what to check before a major upgrade , when to apply it , and what can go wrong . This fourth part covers the remaining quest…
Everyone's telling you the same thing right now: update WordPress. Which is, fine, yes, obviously but that's not enough. Patching closes the hole. Wha…
Most social share plugins do too much. They load jQuery, pull in external fonts, inject tracking scripts, and phone home to somebody's server just to …
Init User Engine is a lightweight, no-bloat user system for modern WordPress sites. It replaces the default profile/login experience with a full gamif…
Most “WordPress to Next.js” tutorials show you how to fetch posts from the WP REST API and render them in the App Router. That’s the easy 20%. The 80%…
Edge vs. Endpoint Bot Blocking: A Developer's Guide to Cloudflare and Wordfence The Real Cost of AI Bot Traffic on Your WordPress Stack If you're runn…
Most "SSG vs SSR vs ISR" content out there is written from documentation. Someone reads the framework, restates it, and you're left inferring the actu…
Show post and page IDs in the WordPress admin by enabling Custom Admin Columns in WP Adminify: go to WP Adminify > Productivity, turn on Custom Adm…
On July 17, 2026, WordPress dropped 7.0.2 to patch a chain of two vulnerabilities — CVE-2026-60137 (SQL injection) and CVE-2026-63030 (REST API batch …
If you run WordPress maintenance for clients on Xserver, sooner or later you hit this: SSH was working fine this morning, and now your connection dies…
We usually write these when the month closes. July's first two weeks shipped more than most full months, so here's everything so far — with more to co…
Sanity and WordPress for Content Management When building a new website or app, picking a CMS can affect your site's current and future performance. F…
A few months ago, a founder posted about the SaaS he'd just shipped — built entirely with an AI coding assistant, not a line of it typed by hand. He w…
Accessibility is one of those areas everyone agrees matters, but it often gets pushed down the development queue. Alt text is a good example. Adding d…
Decorative Image Alt Text in WordPress: Do It Right Decorative image alt text is the part of accessibility that most guides get backwards. The usual a…
If you've built or maintained a WooCommerce store at scale, you've probably hit the moment where the built-in order management stops being enough. Mor…
The companion to the seven things to check before a WordPress major upgrade is the question that comes right after: when do you actually apply it? A n…
There is no reliable “magic button” that turns an arbitrary HTML website into a clean, responsive, fully editable Elementor project. At first glance, …
Hi my name is Perceval Hasselman and I'm and Building a simple WordPress website is one thing. Building a scalable platform with user accounts, custom…
Cross-posted from the Loopress docs Loopress is a toolset to make WordPress reproducible and reviewable via Git . Versioned snippets, Composer without…
WordPress major version upgrades (5.x → 6.x, and eventually 6.x → 7.x) are a different animal from minor releases. Minor releases (like 6.4.1 → 6.4.2)…