I have a 6 items of the same content type \"news\", in each item I have a field newsIntro. I want to put the fields in specific pages on another page so I need to target a s
If the content item 1720 is a parent or ancestor of the page where you want to use the value, you can get it recursively like this:
@Umbraco.Field("newsIntro", recursive: true)