Tell me more ×
Webmasters Stack Exchange is a question and answer site for pro webmasters. It's 100% free, no registration required.

I'm looking for a simple blog (not a huge CMS) application that is similiar to wordpress, just categories, pages and a gallery. Nothing fancy that I need.

I really dislike Wordpress, it's code just sucks. I'm looking for a more modern blog software that is not from the stoneage of PHP and software architecture. I would prefer something that follows the MVC design pattern and is object oriented programmed.

Any suggestions based on these requirements?

share|improve this question
Why not build your own in Django or Ruby? There are plenty of fast tutorials and samples out there for the Googling – JCL1178 Jan 23 at 16:16
I'm not going to learn another language and I have no interest in spending hours in building something like that. I already run my own open source projects. Funny that the question got closed, it is very specific... These QA sites are really full of smart ass people. – burzum Jan 25 at 0:13
I assumed from your question that you didn't like PHP in general so I was suggesting MVC frameworks that I know to have a lot of ready-to-deploy blog code posted out there. As for wh it got closed, I'm assuming it's because you are asking for opinion-based ("which is best") recommendations and there's no true answer. – JCL1178 Jan 25 at 1:03

closed as not constructive by Su', John Conde Jan 24 at 1:08

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

I've used PyroCMS, and I can recommend it.

While not just for blogging, it supports it well, it's highly configurable, and it's LAMP based so it's easy to set up. It has a blogging system, categories, and a gallery module you can download.

It makes the most of MVC and OOP principles, and it's really easy to extend with plugins, modules and helpers.

You won't have any of the frankencode that can result from a Wordpress install that has far too much asked of it.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.