Posts: 6
Threads: 2
Joined: Dec 2010
Hi again, i have another problem. I want use different themes on diferent pages (example: main page-default theme, subpage-theme2, gallery-theme3 and etc). So i created 3 diferent themes, but only can apply default on all pages. How to fix that? Also where i can change default theme name? I'm using stable version.
Posts: 679
Threads: 80
Joined: Nov 2009
You can easily create multiple 'Templates' within one 'Theme' in which you can then choose which 'Template' to be used for each page. (page options > template)
You can only use one 'Theme' per install.
Each template should be located here:
Code:
theme/~YourThemeName~/~YourTemplateName~
You can rename a theme by renaming the folder that its contained in.
Make sense?
Posts: 6
Threads: 2
Joined: Dec 2010
2010-12-10, 17:01:48
(This post was last modified: 2010-12-10, 20:32:20 by seanvybz.)
OWS_Matthew Wrote:You can easily create multiple 'Templates' within one 'Theme' in which you can then choose which 'Template' to be used for each page. (page options > template)
You can only use one 'Theme' per install.
Each template should be located here:
Code:
theme/~YourThemeName~/~YourTemplateName~
You can rename a theme by renaming the folder that its contained in.
Make sense?
I did everything before what you said but nothing. Ok i'll try again later.
EDIT:
My mistake was:
i created 3 folderds instead 3 .php files, thanks a lot. Everything working perfectly. <3 GS
Posts: 679
Threads: 80
Joined: Nov 2009