I want to start something, but before i do it i'm asking for some advice. the scenario is..... mywebsite i will have listing directories and i want for every category to use a different theme, like
automobile/mywebsite automobile theme food/mywebsite food theme education/mywebsite education theme other/mywebsite some other theme
is it possible that, when "user1" comes to "automobile/mywebsite" makes new registration and in the same time is registered to all subdomains. so when "user1" comes to "food/mywebsite" is already registered or to any other subdomain.
is something like this possible ?
Regards.
I want to start something, but before i do it i'm asking for some advice. the scenario is..... mywebsite i will have listing directories and i want for every category to use a different theme, like
automobile/mywebsite automobile theme food/mywebsite food theme education/mywebsite education theme other/mywebsite some other theme
is it possible that, when "user1" comes to "automobile/mywebsite" makes new registration and in the same time is registered to all subdomains. so when "user1" comes to "food/mywebsite" is already registered or to any other subdomain.
is something like this possible ?
Regards.
Share Improve this question asked Oct 16, 2017 at 12:42 KaltersiaKaltersia 12 bronze badges 4 |1 Answer
Reset to default 0Have a look at using https://wordpress/plugins/network-subsite-user-registration/
this was developed for the situation where you have the flexibility to open or close user registration on any sitesite of a network. It should be the ticket.
add_user_to_blog
. – bueltge Commented Oct 16, 2017 at 13:52mywebsite/automobile
instead ofautomobile/mywebsite
? I don't think the latter is a well-formed URL. – Pat J Commented Oct 16, 2017 at 15:16