Custom Taxonomy Array
-
I have a loop set up as follows:
[loop type=gazpost taxonomy=gaztype term=deptintro relation=and taxonomy_2=gazissue term_2=issue-1 relation=and taxonomy_3=gazdept term_3=epd]
[content]
[/loop]This works no problem. However, each post that matches this criteria may also have assigned to it multiple identical custom fields, e.g. a post may have a custom field “gazettepics”, multiple times, and in each instance, containing a unique URL to an image.
gazettepics: imgurl1
gazettepics: imgurl2
gazettepics: imgurl3I’ve tried adding:
[array gazettepics]
[field value]
[/array]and
[array gazettepics]
[-array inner_array]
[field value]
[/-array]
[/array]I’m very clearly not doing this right, but it seems the tools are there to make it work… I’m just not sure how. Any help would be much appreciated!
The topic ‘Custom Taxonomy Array’ is closed to new replies.