Hello there,
I was wondering if anyone could point me in the right direction. What I need to do is be able to display certain posts that are tagged according to region. I've tried a couple plugins and searched a bunch but haven't been able to find what I need. For example, if I wanted only people in the EMEA area to be able to see a certain posting, I want to be able to tag it as "EMEA" and then of course, it will only display that to IPs based in that location of the world.
I already created something using MaxMind's GeoIP to group countries into region, so I have a variable that either comes up with "EMEA", "APAC", "AMER" or "NONE"... I just don't know where I can use that. Whether it be in the mysql queries themselves for the posts...
So I also need to be able to not even display the links to articles outside of the region as well...
Hope this makes sense... Any help is much appreciated...
Thanks