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
As the title says, I want to display the sibling nodes of their parent node. Any tips on how to do it?
Hi Johan,
You can do that like:
var siblings = Umbraco.AssignedContentItem.Parent.Siblings();
Thanks,
Alex
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Displaying siblings of parent node navigation
As the title says, I want to display the sibling nodes of their parent node. Any tips on how to do it?
Hi Johan,
You can do that like:
Thanks,
Alex
is working on a reply...