I have launched a product (board game) which has been adopted by 10+ different countries. The distributors in each country have put their own spin on the product with different graphics and game elements. This has made it difficult having one set of pages advertising the product where the graphics and information differ from country to country.
I thought I could make several websites [www.uk.xyz.com]), [www.fr.xyz.com]) etc. However, these would all be independent wordpress installations which I would like to shy away from as I don’t fancy having to keep 10+ websites up to date.
I would much rather having a general home page where the user selects the version of the game they have purchased. This would then direct them to a further set of pages relevant to their purchase. However, the bit I can’t get my head around is the nav bar. The nav bar would need to differ dependent on the users original selection on the generic home page.
Can anyone offer any insight or ideas?
[ad_2]
if ( is_page(‘specific product page’) ) {
page specific navbar
} else {
universal navbar
}