wyc
wyc

Reputation: 55293

Simple PHP CMS with internationalization, static website, and blog capabilities?

I would like to know if there's a PHP CMS which makes things like editing a block of text easy.

It also should let the user separtare content in columns.

I'm using Wordpress right now, but it seems like the only way of letting the user add content is in form of posts.

Any suggestions?

Upvotes: 0

Views: 615

Answers (3)

fire
fire

Reputation: 21531

Take a look at MojoMotor it's different from the standard CMS packages and is based off CodeIgniter.

Upvotes: 1

GolezTrol
GolezTrol

Reputation: 116140

Wordpress allows adding pages too. These live outside the blog and are not automatically shown in the blog index.

If you decide to drop WordPress after all, you could take a look at 9 alternatives to WordPress.

Upvotes: 1

sushil bharwani
sushil bharwani

Reputation: 30197

Joomla is the Answer. It has all the properties you mentioned

Upvotes: 1

Related Questions