I am working on a website which could be visited my users from different countries. However, I only want to show them country specific content and change things like where navigation takes them based on their country.
For example, Let's say that I have created a website which lists information about different countries like their culture, demographics etc.
The main navigation of the website could be like: Home
, Culture
, Demographics
, Industries
etc.
Now, if someone visits from the US and clicks on Culture, they should see information about US culture. If someone visits from the UK and clicks on Culture, they should see information about UK culture.
The pages can have different URLs like the-domain.com/us-culture/
and the-domain.com/uk-culture
etc. However, when someone from UK clicks on the Culture in the navigation menu they should be sent to the-domain.com/uk-culture
.
Is it possible to do this in WordPress? I am an absolute beginner so any help would be appreciated.