Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialAndrew Folts
14,238 PointsSimple CMS for easy client editing?
I work with small businesses who just want to make simple changes to their static sites (like editing text in a certain section or swapping an image). They don't need to add pages or rearrange content.
Wordpress and Drupal are overkill.
Basically, what I need is something super simple that allows me to use php to mark certain text areas or images that can be changed through an admin area.
Anyone know something like this.
3 Answers
Adam Duffield
30,494 PointsI know you wanted to avoid WordPress, but generally if you look into removing menu items for certain users and advanced custom fields the WordPress UI can become incredibly simple for those who are not so tech savvy.
Adam Duffield
30,494 PointsOh sorry dude! This was literally the first post I saw in the community yesterday, which is apparently 6 months old! But yeah too true on the clients, you can't get much simpler than a stripped down WordPress but clients are often too lazy to even login and try.
jason chan
31,009 PointsCMS Made Simple
Maybe these guys. It comes with softaculous install so it's easy install.
or sitecake
It only needs php.
Andrew Folts
14,238 PointsAndrew Folts
14,238 PointsYea, since I asked this question I discovered ACF, which is amazing, and learned a lot of PHP. I also realized most clients won't use any CMS, no matter how simple it is.