Here’s a repost of an article that appears on www.noscope.com:
Since going freelance, I�墧e supplied customers with a number of �煫ordpress as a CMS�� solutions. Not only because Wordpress is free and fairly userfriendly, but because for most websites Wordpress is more than enough and certainly more than solely a blog platform. So much, in fact, that I�垾l bet you Wordpress is the next big thing on the CMS scene. It�塜 just waiting to happen, like a big secret waiting to pop out and say �¤Kowdy��.
What�塜 keeping this? A few things. Besides the necessary critical mass of not-blog-only-websites sporting Wordpress, there are just a few hurdles keeping Wordpress out in the cold. There�塜 the �爀sn�塟 Wordpress that free Blogspot-like website?�� confusion (for the love of goodness couldn�塟 you have called it �煫ordpress-Spot��, �焻potpress�� or just about anything else than Wordpress.com?). Besides that, there are a few technical and therefore solvable issues, which I have tried to collect here.
1. Multi Language Support
For a CMS to be taken seriously, it has to have translation features. It�塜 like showing up to a black-tie party without a tie. It doesn�塟 have to be lavish and overly complex, quite the opposite; simply define your languages in an options page to gain access to writing your posts and pages in a second language.
Sounds simple enough? Apparently not so. The one plugin that currently does this, Gengo, is exceedingly buggy. SitePress looks promising and pledges to deliver this functionality properly.
2. Better Custom Fields
In order to properly mold a Wordpress theme to not just be a blog, we need to be able to define specific and separate content areas that hook up to your Wordpress post and page editors. Imagine a book review website. You�坃 probably want to provide a special area to show the book author, ISBN number and possibly an Amazon link. That would be three extra input fields in your admin interface, outside of your text body.
Fortunately you can do this already using the More Fields plugin. It�塜 fairly straightforward to use and does exactly what it needs to, so much that it deserves to be part of the official Wordpress core package.
3. A �焵efresh The Image Cache�� Button
Ensuring proper image upload and management features probably constitute the most difficult and most important part of a good CMS. Since version 2.5, Wordpress has sported an excellent upload feature that crops and scales your images according to configurable widths and heights. This works well; you upload a large �牗ource�� image, which is then automatically scaled to thumbnail, small, medium and large sizes which you can then insert in your posts and pages.
The only problem is, if you upload a new version of the source image, or if you change the media dimensions, you have to jump through hoops to ensure that thumbnails and scaled images are properly refreshed. The worst part: you have to do this for your entire website and all its archives, post-by-post.
Zenphoto gets this right. Inserted images are simply symbolic links that point to the lavishly large source image. If you change media dimensions (for instance: thumbnails are now 50�50px instead of 40�40px), you have only to click �焬urge Cache�� and the next time a visitor views the image, it�塜 re-rendered automatically.
Wordpress would do well to learn from this. Until then, you can use my own plugin, Zenphoto Shorttags, which works in tandem with Zenphoto and inserts image symlinks in this fashion:
[zenphoto src=myimage.jpg]
Images in this very post are inserted that way, but it would be far more elegant if you could upload your images to Wordpress instead of to a second CMS.
4. WYSIWYG Everywhere By Default
My programmer friends dread WYSIWYG editors1 and keep them at bay with garlic and crosses. The way I see it, as long as you can switch to HTML, WYSIWYG is far superior and should be default. Everywhere.
HTML is the new terminal. People shouldn�塟 have to write HTML unless they bloody well ask for it. You may not feel like this right now, but trust me, you will; web-apps everywhere are canonizing WYSIWYG right now and Gmail started it.
So why aren�塟 Wordpress Widgets WYSIWYG? Why aren�塟 comments? Why aren�塟 custom fields? I�垾l bet you they will be in time, but until then you can WYSIWYG your comments using MCEComments2.
5. A Widgets Overhaul
Widgets are drag-and-droppable content containers, which you can put somewhere on your website. There are calendar-, comments- and posts-widgets, not to mention simply text containers. Unfortunately, the interface for adding and removing widgets is surprisingly terrible and very confusing. K2 (as seen in the above screenshot), gets it pretty much right.
It�塜 not even rocket-science (possibly just a bit of usability science, if that) to improve things. The first thing to do would be to give the Widgets section its own button in the main Wordpress navigation, and rename �¤@ppearance�� to �焾hemes��. This, I think, would do wonders in its own right.
Secondly, Wordpress should stop using the word �焻idebar��, when really we�塇e talking about Widget containers. Getting rid of the pulldown menu (that allows you to pick between which container to add to) in favor of simply showing every available container side-by-side would also help.
Finally, all the default widgets would do well with a little tender loving and care. For example, �焾extarea widget��, arguably one of the most important of the Widgets, doesn�塟 support WYSIWYG (see item #4 in this list).
6. Un-Mystify The Page Overview Screen
Pages have been part of Wordpress since version 1.5. Unfortunately, things haven�塟 really changed much since then. The Pages section of Wordpress simply shows a paginated list of your pages, subpages badly indented.
If things were done right, pages would be properly intented and shown according to their sort-order. This sort order would be drag-and-droppable, possibly in a tree-view list. Very special attention would be added to the special pages that you decided were your home- and blog-pages respectively, and you�坃 be able to set those, right on the Pages section.
PageMash helps out with the drag-and-dropability of your pages, but nothing more.
7. Let Us Hide Pages From The Menus
Pages are great content holders, but by default all your pages show up in your page menus (navigation and sub navigation). If Wordpress is to be your entire website CMS, you have to be able to create pages that has nothing to do with your main website. Pages that do not show up in your main menu. For instance, microsites, party invitations, privacy policies and other such things that you really do not want main-navigation links to.
To hide such items, today, you have to edit your theme files and add cryptic IDs to a comma-separated list of pages to exclude. Wouldn�塟 it be far more elegant with a simple checkbox on your page edit screen?
[Update]: CMS Navigation plugin does this. Not perfectly, but close.
8. Improve The Media Insertion Dialog Boxes
Right now, only Wordpress.com users get all the fun. They have shortcodes for easily inserting YouTube and Google Video, while Wordpress normies have to copy/paste the embed codes hoping things aren�塟 borked by Wordpress.
Things could be even better, though. Inserting embedded media shouldn�塟 be any different from using the �焬aste from Word�� button that comes with the Visual (WYSIWYG) editor.
Additionally, uploading video files, be they Flash (flv), Quicktime (mov) or any other format, Wordpress should supply players and embed codes that did the HTML work no different than if you were inserting an image. Finally, the whole process of inserting images could be optimized. My own Flash Shorttags plugin helps you insert the Flash, but not as elegantly as it should be.
9. More Post-Image Features
While confusing at first, the idea of �犔ploading images to a post�� is a good one. It enables us to show a thumbnail-sized post image on excerpt pages, or as a post teaser on the frontpage (which, these days, is wildly popular on websites such as Joystiq and Lifehacker).
So why can�塟 we upload images to categories or tags? Why can�塟 we write category or tag descriptions in wonderful WYSIWYG? Probably, no-one thought about it.
Until we can, you can implement a subset of this using powerful magic from James�� bag of tricks.
10. Allow Fine Grained User Role Management Control
While little you do in Wordpress makes irreversible damage (especially since the inclusion of post revisions), some things do mess things up. That�塜 why you�垾l always want there to be administrators, editors and sometimes even contributors. Right now, however, these roles and capabilities are set in stone and not configurable. Role Manager is there to help but unfortunately, I�埄 told it�塜 not quite as compatible as it could be, and really, this functionality should be part of the Wordpress core.
Further Reading
- More on plugins, Wordpress and usability.
- Wordpress Showcase �� has quite a few nice Wordpress-As-CMS websites
- Wordpress TV �� Has a few videos that are useful to demo to �熭ut Wordpress is just for blogs�� unbelievers
- What You See Is What You Get, commonly referred to as �煫ord-like editing�� ↑
- As a sidenote to this, my own Quote Comments plugin is now MCEComments compatible ↑










Unfortunately current requirements for certified organic food differ by country what may qualify in one country won’t necessarily in another.; home insurance 466; Auto Insurance 9293; Auto Insurance mrwcm; Cash Loans 8O;