in General, Ramblings, Reviews, Tech

10 terrible things about using WordPress as a large scale content management system

(This is a companion piece to yesterday’s post, 10 great things about using WordPress as a large scale content management system)

After spending a few months administering a large WordPress site at work, a handful of things have grown to drive me crazy. I still like the system more than I dislike it, but here’s ten things in need of improving:

1. Plugins

Yes, this one is on both the positive and negative lists. Plugins add virtually any feature you want to your site, but not all of them are actively maintained. They can also conflict with each other, leading to the unenviable situation where you have to pick one very useful plugin over another. Every time a plugin gets updated, I hold my breath and franticly check the site to see if anything broke.

2. You will need a programmer

Working with custom themes and types is amazingly useful, but you will need a developer to do it (or someone willing to quickly learn). Staff time for this kind of customization is significant.

3. Media management

For a content management system, WordPress does an awful job at managing multimedia content. It began life as a blogging platform, not a full website CMS, and in media management those roots show. WordPress lacks anything beyond the most basic ability to organize media, and we haven’t found a plugin to fill in the gaps yet either. For example: There’s no way to see a list of which pages an image is used on. This would be extremely useful to know when cleaning out old image content.

4. Updates

Expanding on the plugin problem above, WordPress itself also has updates. Like the plugins, it’s difficult to know if any update will break something important on your site. And even if it does, you need to update anyway. WordPress updates often address security issues, and lagging behind leaves your site vulnerable.

5. Moving From Test to Live

We have struggled to set up a workflow to test a new plugin or update before rolling it out to our live site. We maintain a separate development WordPress server, but it is rarely 100% in sync with our live server. And even if it is, we might spend hours configuring and tweaking a new plugin on the development server. Unless that plugin has an export/import feature (and many don’t), we have to do all that configuring all over again on the live version.

6. Content Editor Inconsistencies

This might be my pet peeve about WordPress. When editing a page, users have the option to write raw HTML or work with a more WYSIWIG-style editor. Going back and forth between the two sometimes causes odd display issues, especially when line breaks are involved.

7. Differentiating Pages and Posts is Confusing

Owing again to its roots as a blogging platform, WordPress has two main types of content: Posts and Pages. We work almost exclusively with Pages on our site, but it’s very easy to accidentally get lost in the Posts options instead. This is especially true for users who might have used WordPress as a simple blog before, avoiding Pages entirely. The difference is subtle, but important.

8. Spam

While not specifically a fault of WordPress, you will get spam. We’ve disabled comments on our pages, which eliminates a large chunk off the bat, but we still get a ton through our various request forms. If you want to buy an NFL jersey from China, boy do I have the website for you! I dislike captchas from a usability standpoint, but I think we may be forced to add them to our forms.

9. There’s a Whole Lotta CSS Involved

WordPress can get very complicated, very fast, and that includes the CSS it generates. We spent countless hours debugging our menu’s CSS, trying to get it to look and work correctly across browsers. It looks nice, but if you want to change the design I hope you can parse through a bunch of spaghetti code.

10. It Can’t Be Everything to Everyone

As much as we love the idea, we weren’t able to put 100% of our content into WordPress. We’re significantly invested in Libguides as our course page and subject guide platform, for example. While we were able to get our WordPress menu to appear at the top of our Libguides pages, the two content management systems are very much running side by side. That’s just one example of the ways we have content living outside of WordPress. I’m thrilled to have the bulk of our content in WordPress, but it didn’t work out as a complete one-stop solution.

We have workarounds for most of this, and the rest is largely bearable. But media management and editor inconsistencies stick out to me like sore thumbs, and I hope they’re improved soon.

(This is a companion piece to yesterday’s post, 10 great things about using WordPress as a large scale content management system)

Write a Comment

Comment

  1. Thanks Caitlin! I see now that I didn’t put enough detail about exactly what bugs me about media management 🙂 The option you mention is indeed there, and is helpful! But it unfortunately doesn’t account for people copying the address of an image and manually adding an img tag to show it on a page. The ‘uploaded to’ column only works if you add all images through the WP Media UI. This is admittedly no worse off than the way our images worked pre-CMS, at least!

    We also use a ton of images in carousels. Since those images are managed through the carousel plugin, WP itself doesn’t seem to know that the images are attached anywhere. That should probably be placed as another plugin complaint rather than specifically about media, but it still bugs me!

    I think what I mostly wish for is a more robust system of tagging, categorizing and maintaining images. We also struggled to find a way to give our content authors access to only the images used on their pages, just to simply the Media UI for them, but couldn’t find a reliable way to do it.

  2. What do you use to manage images?

Webmentions

  • Why WordPress is Slow and Bloated (And Why You Need to Deal With It) – Buy Best WordPress Templates and Plugins 9/23/2015

    […] language of choice, complaints about site load speed or questions of how it performs at scale, there’s never been any shortage of critics ready to pounce on WordPress at the slightest […]

  • 10 great things about using WordPress as a large scale content management system | Hidden Peanuts 9/23/2015

    […] (This is a companion piece to another post, 10 terrible things about using WordPress as a large scale content management system) […]