Ah- well, images are related to another weblog- I show all of the images for a given article via the reverse related EE tag. But- they want the images categorized/tagged. And to have links from the main press release to each of the related images for that release. Er- in other words, show all of the tags for the relalated images as links- click the link, see only the entries that are both: a. related to the given entry; b. tagged.
So- I was passing the entry id in the parameter, pulling it out- doing a query to get the entry ids for the reverse related- and plopping it in the tag entries tag. The goal being- to only show the reverse related images with a given tag.
The hard coded entry_id in the example was just a test- would be echoing out the ids pulled out in the query to snag the reverse related ids.
If that makes any sense.
(I’m still getting the hang of Tags- hoping it will work here, as the relationship stuff is getting dang complicated. If not, can likely go with creating an extra category group and doing it that way. But symantics wise, this just seemed more ‘tag’ like.)