21309 Posts in 5738 Topics by 2603 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 364 Views |
-
Displaying the related pages

6 September 2011 at 12:57pm
Sorry to ask such a noob question, but i can't find it in the google or the docs. -
Pages in the cms come with a related pages field - how do i display these in the template.
thanks
will
-
Re: Displaying the related pages

8 September 2011 at 10:05am
hmm, ok. Still tricky.
what i am doing at the mo is this:
<% control RelatedPages %>
$Title
<% end_control %>
But that just outputs: "#2 #3 #4"So thats probably the id's of the RelatedPageLink table. so, how do i access the page's fields? Is there a way to output all the fields available in a control as a debug thing?
Thanks
will
-
Re: Displaying the related pages

9 September 2011 at 4:58pm
self rescue!
<% if RelatedPages %>
<h3>Related Pages</h3>
<% control RelatedPages %>
<h4><a href='$RelatedPage.link'>$RelatedPage.Title</a></h4>
<p>$RelatedPage.Content.FirstParagraph </p>
<a href='$RelatedPage.link'>Read More</a>
<% end_control %>
<% end_if %>
| 364 Views | ||
|
Page:
1
|
Go to Top |

