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
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
is working on a reply...