Home › Forums › Back End › how to make multi themes in my program like wordpress › Re: how to make multi themes in my program like wordpress
December 5, 2012 at 5:59 am
#116361
Member
Hey amis,
We’re gonna need way more information
There are a million different ways this could be done.
Try setting up a table with theme info in it.
Store the templates and stylesheets.
Then set the theme using the id of the theme in the table.
The php checks the theme id that is set and pulls the correct theme files. template / css.