Multiple project pages with one CMS?

Permalink
Is it possible to make several different pages with one CMS?

The plan: We want to have several project pages but would appreciate if we would have only one CMS so we have only one place to manage the users etc.

The different project pages need to have individual subpages and stylesheets. Is that possible? How? Any addon needed?

 
Steevb replied on at Permalink Reply
Steevb
Hi,

Create your theme, then create different templates within that theme.

Default.php could be the home page with it's own style sheet, then have project-one.php, project-two.php, etc.

Then call a different style sheet for each.

Hope that helps.
Lintu replied on at Permalink Reply
Thank you for your reply, that helps me for now :)

I'll try my best and come back if I get trouble with it.