Suppose, I have a site named test.com and it has a selected theme of-course. Now I have other tenant site named alpha.test.com for which a theme is used also.
-
But I want to select the theme for the alpha.test.com from codes where orchard used to select theme. How it is? Please help.
-
My another question is how to select different theme for different controller or actions in Orchard CMS.
Just implement your own IThemeSelector and use a higher priority than the default one. Do not alter the existing one like has been suggested.