I want to output the "title" of a tag I used to filter a list of pgaes on my lists_view.php page using the code below. It however outputs the name of the the tag instead of the title of the tag:
What could be the problem. Thank you
Code: Select all
<cms:set my_tag="<cms:gpc 'category' method='get' />" />
            <cms:if my_tag>
<!-- filter by tag heading -->
                <cms:show my_tag/>
</cms:if>