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
Hi,
I'm new to Umbraco and started to work with the RunWay sample.
I have a masterpage, a homepage and a textpage.
In the documenttype HomePage i created a textfield. This field contains some text that i want to show on all pages.
So the startpage (Home) shows this field perfectly, but once i select another page from the menu, this field returns empty.
Any idea....?
Maarten
Use the recursive attribute:
<umbraco:item id="itmSomeItem" field="Somefieldname" Recursive="true" runat="server" />
mmm that simple....ha ha ha
Many thanks
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
show a field from masterpage on other pages
Hi,
I'm new to Umbraco and started to work with the RunWay sample.
I have a masterpage, a homepage and a textpage.
In the documenttype HomePage i created a textfield. This field contains some text that i want to show on all pages.
So the startpage (Home) shows this field perfectly, but once i select another page from the menu, this field returns empty.
Any idea....?
Maarten
Use the recursive attribute:
mmm that simple....ha ha ha
Many thanks
is working on a reply...