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
I'm struggling a bit on finding a variable to write the title of the textpage the visitor is on.
I have no problems in finding the current page with:
<umbraco:Item Field="pageName" runat="server" />
Is there a variable to show "textpage"-name in the folowing url:
http://www.domain.com/textpage/subpage.aspx
Hi Nicolai,
You could do the following:
<umbraco:item runat="server" field="parentID" xslt="umbraco.library:GetXmlNodeById({0})/@nodeName" />
This will retreive the name of the current pages direct parent
Matt
Ty Matt, that helped!
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
Name of parent textpage
I'm struggling a bit on finding a variable to write the title of the textpage the visitor is on.
I have no problems in finding the current page with:
Is there a variable to show "textpage"-name in the folowing url:
Hi Nicolai,
You could do the following:
This will retreive the name of the current pages direct parent
Matt
Ty Matt, that helped!
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.