I have a website that serves specific localized content for people in many different countries. I'm using W3TC and I love it, but I'm wondering if a cache is created by someone from, say the US, will the next visitor from the UK be served the cached US content? Is there anyway to work around this?
Which plugin are you using?
For the localized content? None, just hand coding small bits of PHP into the theme templates. I'm using the http://www.wipmania.com/ API to output the country code of the visitor into a variable, and then displaying different content with some conditional PHP.
Unless you recommend some plugin that might work better with this?
There are several and unfortunately none are coming to mind now.
Gabriel Koen
Member
Posted 2 years ago #
qTranslate is nice, and it creates a unique url (e.g., example.com/en/path/to/post/) which should play nice with W3TC but I haven't tested it.
mintindeed that looks like a great solution, thank you.