It seems to me that WP is already a CMS of sorts. I create websites as CMS for almost all of my clients. It is pretty easy for them to enter information and the CSS helps to make sure that it all stays consistent.
It does take some tweaking, but I have sort of a system of putting together websites like this now.
Here are a couple of things I do right off the bat:
* use a lot of plugins too, especially the static home page one.
* create a home page, take out the part of the loop code that make the posts look like posts, like the author, time stamp, etc.
* use the regular ‘PAGE’ layout for the rest of the site.
* use the include page plugin and create custom sidebars for pages.
* use templates for special pages that require intricate php
* integrate posts into pages and use an included page at the top for the static text part of the page
* restrict pages that I don’t want the client to muck with by creating user levels.
I have no idea if this helps anyone! lol After reading over it, it sounds very confusing! But it is actually a good CMS that can be modified pretty easily if necessary by changing the CSS.
Good luck! (you’ll need it just to understand my post! LOL)
Here are a couple of my websites that use this system of mine:
https://www.MikeCoffman.com
https://www.LeadershipProgram.org – You can see an example of the variation in the sidebar under the Board link.
https://www.CheerMagic.net – this one is still underconstruction, we have blank pages.(This incorporates a ‘secret’ website in the background that is only accessible with a username and password. It is actually another WP blog set up as a CMS.)