-1

We have a single site, in this we want multiple subdomain with the same website, for that we are using wildcard subdomains, So our requirement is to create country/subdomain specific homepages for each subdomains. Example: india.example.com it redirects to homepage1 africa.example.com it redirects to homepage2

Is there any possibilities for this?

TylerH
  • 20,799
  • 66
  • 75
  • 101

2 Answers2

1
  1. Setup multisites using WordPress Multisite feature.

  2. Suppose if you setup two multisites e.g. africa.example.com and india.example.com. Go to africa.example.com/wp-admin >> Appearance and select the preferred theme. Go to india.example.com/wp-admin >> Appearance and select the preferred theme.

  3. Both the subsites will point to different homepages. If you want to customize the homepages then you need to create child themes and add changes accordingly.

aagjalpankaj
  • 1,160
  • 1
  • 15
  • 25
-1

You should setup the Multi-Site and follow the below URl will help for the how to setup multi-site.

https://www.wpbeginner.com/wp-tutorials/how-to-install-and-setup-wordpress-multisite-network/

  • Above method is done, my question is, after completing above all method, i need to set separate home pages for each subdomains? How? – vishwas hegde Nov 13 '18 at 09:34
  • You need to customize theme's home page then. Refer [this](https://www.wpbeginner.com/wp-themes/how-to-create-a-custom-homepage-in-wordpress/) – aagjalpankaj Nov 13 '18 at 11:21
  • what i'm trying to convey is, if i open india.example.com i need to get homepage1. If i open africa.example.com i should get homepage2. (different homepages for different subdomains) – vishwas hegde Nov 13 '18 at 11:33