Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Bobby 43 posts 63 karma points
    Sep 23, 2011 @ 14:52
    Bobby
    0

    Tags not displayed properly

    Hi 

    I am new to umbraco and using 4.5.2 version of umbraco and i am having two sites in a single umbraco installation. i have installed the blog4umbraco and created blogs for the two sites. 

    I have a problem while displaying the tags in the Blog. The Newly created tags for site 2 blog  are being displayed in the site1 blog. i have created a seperate blogCategories xslt and i have used the below code

    "Ab-BlogCategories.XSLT"

    <xsl:for-each select="tagsLib:getAllTagsInGroup('AB')/tags/tag">

    </xsl:for-each>.

    "BlogCategories.XSLT"

    <xsl:for-each select="tagsLib:getAllTagsInGroup('default')/tags/tag">

    </xsl:for-each>.

    Can any one help me how to display the tags specific to respective blog of the site.

    Thanks

    Bobby

Please Sign in or register to post replies

Write your reply to:

Draft