Reply To: Import a list of POI

Home Forums MapPress Support Import a list of POI Reply To: Import a list of POI

#13309
Chris
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.