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)

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

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

Now that I’ve spent some time on a team administering WordPress on a large scale, I can point to ten things I really like about using this CMS in our environment:

1. Plugins

WordPress has a mind-bogglingly large repository of plugins available. If there’s a feature you wish WordPress had, 99.99% of the time you can find a plugin to do it.

2. Responsive Themes

Do yourself a favor and pick a responsive theme. It’ll reorganize your pages to display in a much more usable fashion on mobile devices and other unforeseen oddball screen sizes.

3. Granular User Permissions

WordPress’ built-in user role management functions leave a little bit to be desired, but (see above) there’s a plugin for that! Press Permit took a bit of time to figure out, but now lets us make sure users only have access to the pages they need to maintain. This cuts down on accidental edits or deletions, and provides a less cluttered interface to our staff.

4. Formidable Plugin to Manage Forms

Formidable is an amazingly flexible plugin for adding forms to your site. It’s got power on the back end too: We use hidden fields to turn it into a rudimentary ticketing system for website support requests.

5. Extensibility

WordPress’ custom types make it possible to add your own arbitrary data types to the system. Through types we were able to add our study spaces as items in WordPress.

6. Shortcodes

Shortcodes should be the #1 feature marketed by WordPress! They’re simply reusable blocks of text. For example, we have building policies that are consistent across branches. Instead of having a half dozen copies of that text to maintain on the site, we just have to update it once. The shortcode then pushes the content automatically to each required page. Shordcodes: Putting the Content Management back in CMS.

7. Sort pages by date last modified

The Sort by Last Modified plugin does one simple thing, and does it well. With it installed, you can sort all your pages by the date they were last updated. I can see at a glance if something has gone ages without an update. I don’t know why this feature isn’t included in WordPress, but at least it’s easy to add!

8. Revisions

Made a mistake? WordPress keeps all the old versions of your page, and it’s easy to roll back to any of them. Just like Wikipedia. You might need to enable Revisions under your Screen Options section to see them, but WordPress keeps track of your changes all along automatically.

9. Checking Broken Links

The broken link checker plugin provides simple reports pointing out broken links on your site. Getting data like this on our pre-CMS site was a nightmare, and I still can’t believe it’s so easy now.

10. Avoid Conflicting Page-Edits

If you try to edit a page while someone else is working on it, WordPress makes sure you know that’s the case. No more overwriting simultaneous edits!

So that’s the good stuff! Come back tomorrow for another post, this time covering pieces of WordPress that drive me insane.

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