2012-07-24, 02:58:12
Oh then you just need to insert php functions into your design.
The templating system supports multiple templates per theme also if you have different pages that appear different.
Heres the wiki
http://get-simple.info/wiki/themes:creation
The hard part is if you want menu systems then you will want to use the i18n navigation plugin, which offers tons of output capabilities for menu display as lists which you can style.
Also if you want a sidebar or something you can use components to include that on your pages.
get_component(name);
components can contain php.
The templating system supports multiple templates per theme also if you have different pages that appear different.
Heres the wiki
http://get-simple.info/wiki/themes:creation
The hard part is if you want menu systems then you will want to use the i18n navigation plugin, which offers tons of output capabilities for menu display as lists which you can style.
Also if you want a sidebar or something you can use components to include that on your pages.
get_component(name);
components can contain php.