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?
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?
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.