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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...