Sorry for making a second thread, but I ran into another problem. ![]()
I’m tagging most of my gallery entries, and am now trying to display the tags assigned to one entry on that image’s page. However, it doesn’t seem to be working, the output is totally empty. Here is the code I’m using:
<li>Filed under:
{exp:tag:tags entry_id="1344" type="gallery" backspace="2" orderby="clicks" sort="desc" limit="10"}
<a href="{path=’tags/tag’}{websafe_tag}" title="{tag_name}">{tag}</a>,
{/exp:tag:tags}
I have hard-coded the entry ID in there just to test it - I get the same results by putting in {segment_3} or by leaving the entry_id parameter out completely. This code is used on the single entry page for this gallery image, between the {exp:gallery:entries}{/exp:gallery:entries} tags. I’m displaying a few other stats (file name, width, height, views) right above and below the Tags code, and they all display fine. Any idea what I’m doing wrong?
PS: I double checked in the Tags control panel, and both tags assigned to this entry are indeed listed with the right count. When I click on them to view the entries under each, they both show up empty though - but I had previously assumed this was intentional, I figured it only showed weblog entries there, and not gallery entries?
