Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
It would probably be a good idea to add a check for protected content to the sitemap:
if (!Umbraco.IsProtected(c.Id, c.Path)) { <li> <a href="@c.NiceUrl()">@c.Name</a> @traverse(c) </li> }
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Sitemap tweak
It would probably be a good idea to add a check for protected content to the sitemap:
if (!Umbraco.IsProtected(c.Id, c.Path)) { <li> <a href="@c.NiceUrl()">@c.Name</a> @traverse(c) </li> }
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.