When displaying a news item I want a sidebar with reference to other latest news and some global elements that I use across the site.
Page "Right Sidebar page" with ID: 788 contains
- Paragraph 1 (standard Paragraph)
- Paragraph 2 (Global element from another page)
- Paragraph 3 (standard Paragraph)
Viewing this page on the frontend on it's own it shows all elements.
In my template for displaying a news item NewsArticle_custom.cshtml I have added @RenderPageContent(778) btu it does not include the global element only the two standard Paragraphs.
Is there another/better way of doing this?