looking for help , i have a meetings page with a nested content containing an element with meeting Date and meeting title, i can show the meetings on the meeting page (i use a partial) how can i get the partial to render on another page with top 5 meetings
partial code below
@{
var meetingitems = Model.Value<>
Nested content on other pages
looking for help , i have a meetings page with a nested content containing an element with meeting Date and meeting title, i can show the meetings on the meeting page (i use a partial) how can i get the partial to render on another page with top 5 meetings partial code below @{ var meetingitems = Model.Value<>
thanks in advance
G
Hi Grant
You just need to retrieve the page with meetings =
To make it you can get the page by Id, by Alias, traverse over the tree, check out helper methods for such cases - https://our.umbraco.com/documentation/reference/querying/umbracohelper/
Thanks, Alex
is working on a reply...