Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

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

#116361
lyleyboy
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.