Wehen creating a sitemap, I get all the links of my wesite as shoud be but somehow i just noticed that some of the links are not showing up since am using the umbracoNaviHide expression.
How do I get the sitemap to display those links as well?
Well am using the XSLT template Site Map. But since i have some hidden links on my website where i used the property umbracoNaviHide to hide from my main navigation, now its not showing up in my sitemap page.
Yeah I get that, but I can't quite remember the code used for rendering the SItemap. If we can see your code, I think we can solve this pretty quickly. It'll be something about removing [umbracoNaviHide!=1] or something like that.
umbracoNaviHide with siteMap
Hi Guys,
Wehen creating a sitemap, I get all the links of my wesite as shoud be but somehow i just noticed that some of the links are not showing up since am using the umbracoNaviHide expression.
How do I get the sitemap to display those links as well?
Fuji
Hi Fuji
Could you show us your code?
/Kim A
Hi Kim,
Well am using the XSLT template Site Map. But since i have some hidden links on my website where i used the property umbracoNaviHide to hide from my main navigation, now its not showing up in my sitemap page.
Is there a way for my sitemap to display it.
//fuji
Yeah I get that, but I can't quite remember the code used for rendering the SItemap. If we can see your code, I think we can solve this pretty quickly. It'll be something about removing [umbracoNaviHide!=1] or something like that.
But try copying your code in here...
/Kim A
Its working now.... i was using the wrong XSLT in my template!!
from
to
//Fuji
Cool. Great to hear Fuji.
/Kim A
is working on a reply...