From tags to galleries
-
I have an array of tags, which I would like to correspond with galleries. Meaning that if I have a tag I would like to get a list of all the gallery which contains images with that tag.
I imagine that it is possible to make a query which in suedo code would sound like:
‘Get galleries which contain images with $myTag’
I am trying to make a tag-based navigation menu. I have somewhat knowledge of php and wordpress in general.
Hope that someone can help.
- The topic ‘From tags to galleries’ is closed to new replies.