Hi,
I need to display a list of pages, and in that list I need to display the image associated with the first paragraph of each of the pages. Like a child list that displays images and titles.
I tried to do it using xslt navigation but it seems I can only list the attributes of the pages. Is there any way I can list the content of the first paragraph of each page? Like a paragraph loop with a position condition? Something a bit more granular than Global:Paragraph.Content([ID])
I don't want to use the navigation image since it is very hard for the admins to access that field (yeah, they are kind of stupid)
I would be able to do it if there would be access to an xml with the content of the pages similar with NavigationTree.
Any ideeas?
Thanks