Home › Forums › MapPress Support › Import a list of POI › Reply To: Import a list of POI
September 7, 2013 at 9:50 am
#13309
Keymaster
Hi,
That should work. WordPress doesn’t document the query string very well in their codex but it does work.
You should able to do things like:
query="mytax1=a"
query="mytax1=a+b" (a and b)
query="mytax1=a,b" (a or b)
query="mytax1=a&mytax2=b" (mytax1 = a and mytax2 = b)
Remember to use slugs for the taxonomy name and term values.