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
How should i able to create new generic text pages and link to them throughout the site?
You might want to check out Umbraco.TV if you're not sure how to create content and edit content types.
Hi David,
How do i call a Content/Page in another Content/Page using Link picker in Umbraco?
It's probably returning an Id as a string or an int. You might want to check, but if so:
var item = Model.Content.GetPropertyValue<int>("myLinkedPage"); var linkedPage = Umbraco.Content(item); <a href='@item.Url'>@item.Name</a>
It's not working David. Now i need to call a newsample page.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How should i able to create new generic text pages and link to them throughout the site?
How should i able to create new generic text pages and link to them throughout the site?
You might want to check out Umbraco.TV if you're not sure how to create content and edit content types.
Hi David,
How do i call a Content/Page in another Content/Page using Link picker in Umbraco?
It's probably returning an Id as a string or an int. You might want to check, but if so:
It's not working David. Now i need to call a newsample page.
is working on a reply...