21278 Posts in 5728 Topics by 2599 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 520 Views |
-
How to use <% control Page(my page) %>

28 July 2009 at 12:22pm
Hi,
I'm trying to retrieve the $Title of my ArticleHolder page to display on my homepage using...<% control Page(ArticleHolder) %><h3>$Title</h3><% end_control %>
But I'm getting no output - nothing.
Any ideas anyone,
Sam -
Re: How to use <% control Page(my page) %>

28 July 2009 at 9:14pm
<% control Page() %> requires the URL Segment of the page, not the classname. So you would use it as <% control Page(articles) %> if your ArticleHolder page has the urlsegment 'articles'
-
Re: How to use <% control Page(my page) %>

29 July 2009 at 3:43am
Hi,
Thanks for your quick response. It worked!Sam
| 520 Views | ||
|
Page:
1
|
Go to Top |


