Display particular tags in gallery modal
-
First of all, thank you for writing this plugin- super helpful.
I am trying to call the tags associated to a particular image when it is opened in a lightbox from the gallery.php template.
I have used the media tagger to add tags to a couple images (particularly one that says “Photosynthesis” on it. here
Ive inserted the following php into this page to no avail;
$media_items = get_attachments_by_media_tags();
if ($media_items) {
echo ”- “. $media_items. “
“;
}I dont know php well at all. So the more specific, the better (sorry)
Thanks again,
Ryan
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Display particular tags in gallery modal’ is closed to new replies.