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 used this code to view list of News in home page . what about if admin add new content with New Id .
Is there another way to load list ???
Try this to get the news top node.
var newsOverview = Umbraco.TypedContentAtRoot().DescendantsOrSelf("NewsOverview").FirstOrDefault();
Jeroen
thanks Very Much
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
View List of News in home Page
I used this code to view list of News in home page . what about if admin add new content with New Id .
Is there another way to load list ???
Try this to get the news top node.
Jeroen
thanks Very Much
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.