Hi,
I am able to take a page that is tagged and show a list of entries that are tagged with that same page tag.
But I want to have it show the list conditionally. I want to show the entries list if the page is actually tagged with a word or phrase.
Any help would be great.
Thanks,
V
Reported on Movable Type 4.2
try:
Vman, if you want to get the list of entries only when the page is tagged with a specific tag you should use something like:
<mt:PageIfTagged tag="Something">
...your entries display coding in here...
</mt:PageIfTagged>