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
Does anyone know if possible to display the page name within a Block List?
E.g Display the page name within a hero / banner?
Thanks
Hi
You can do it like this in your partial view for the block list item.
@{ var contentItem = Umbraco.AssignedContentItem; } <p>Name: @contentItem.Name</p>
I hope it helps
Paul
Thanks Paul, that's worked perfectly
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
Page name in Block List
Does anyone know if possible to display the page name within a Block List?
E.g Display the page name within a hero / banner?
Thanks
Hi
You can do it like this in your partial view for the block list item.
I hope it helps
Paul
Thanks Paul, that's worked perfectly
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.