← Back to context

Comment by jmathai

3 days ago

I think a large % of Wordpress usage is for simple websites that are better served by tools simpler than Wordpress. I'm not sure if you've tried to use Wordpress for a simple site. I did recently and it was a horrendous experience.

Ironically, the antiquated model of a bunch of source code and a database sitting on a computer is something coding agents really like.

WordPress and a nice page builder with MCP is actually a joy to use, and the absolutely enormous catalog of plugins that are easily extensible and endlessly modifiable makes it so easy to work with when building via agent.

Having worked with WordPress for over a decade, I find it hilarious that WooCommerce (the bane of my existence that has inexplicably paid my rent for a gigantic chunk of my adult life) is easier to use and better positioned for building with AI than Shopify.

The future is actually pretty bright for WordPress I think.

  • The absolutely enormous catalogue is an absolute security (and often maintenance) disaster in 2026.

    Those who have ever delivered actual WP sites know the pain of it. Typical WP setups grow very fast growing towards completely entangled mess of plugins and template hacks as the project matures.

    • I have worked professionally in the WordPress space for over a decade, running teams that make plugins used on probably close to a million sites, I’m a (former?) regional WordCamp organizer, and I’ve built and deployed sites on WordPress for clients, our products, and personal projects ranging in complexity from single page brochure sites to ecommerce/hybrid SaaS monstrosities.

      The security issues with WordPress aren’t fake, but they are not nearly as bad as the reputation is. The main reason WordPress gets a bad rap is companies like Patchstack have a financial incentive to abuse CVEs and scare people into buying their products.

      For example, we have had numerous CVEs from them stating that they found an RCE in our plugins (!). Oh no! CVE filed. Reproduction steps:

      1. Log in as a site admin with full access to the database and file system of the site. 2. Scroll past an input field in our plugin where you can type in arbitrary PHP and have it executed. 3. Do some magical incantation to fire some useless hook.

      ——

      Hello Toyota, I found a security problem- the center console inside the car can be opened by unauthorized users. As some vehicle owners may place valuables there, it exposes them to the possibility of theft.

      Steps to reproduce:

      1. Unlock the car door and enter the vehicle using your key.

      2. Open the center console.

      Proposed security fix: Require the vehicle’s key, an RSA fob, and iris scan to open the center console. You have 15 days to recall all vehicles in your fleet that have an unsecured center console. Here are several blog posts that will be going live after the deadline:

      • All Toyota Cars Insecure And Anything You Put Inside Can Be Stolen By Anyone Unless You Give Us $50/mo

      • Toyota Car Alternatives Because of Vulnerability

      • How To Secure Toyota Cars

      • Safe Toyota Cars Near Me

      • Toyota Car Discount Code Security

      ——

      Their whole business model is to file CVEs, get to them to rank on Google, and then blast out press releases scaring people into paying for their garbage plugin.

      There have been real issues, like the Bricks thing, where actual sites did get hacked. But this is a fact of life, if you expose your server/data to the internet at some point it very well may get compromised. I’m sure a few people had a bad day, but if you have a WordPress site and care about security literally all you need to do is put it on a half decent host and they will use a WAF and won’t have to worry about anything.

      There are plenty of household names running WordPress at scale like Rolling Stone, Time, the White House, Techcrunch, etc. They aren’t doing much different from what a $5/mo blog on GoDaddy gets in terms of security, and they certainly aren’t running Patchstack (I really hope someone doesn't sniff their sites or tell me they are providing a WAF for them etc and prove me wrong lol).

      1 reply →

> I'm not sure if you've tried to use Wordpress for a simple site. I did recently and it was a horrendous experience.

As someone who made a number of bespoke backends, WordPress wins on turnkey host-support, ease of content-authorship, familiarity (when handing over or taking over a backend), and breadth and depth of plugins. A lot of people would be well-served by static-site generators, and those were on the rise for a bit. WordPress stays winning because of the user-friendliness of its publishing workflows (vs SSGs), and self-reinforcing ecosystem.

  • I hear the words you're saying. But this was not the case for myself setting up Wordpress and trying to help a non-technical user navigate the admin dashboard to manage their content.