hi All,
I am creating top 2 news teaser content class like this:
<!IoRangeList><!--<%top_two_news_list%>--><!IoRangeRedDotEditOnly><!IoRedDot_article_title><!IoRedDot_anc_article_sidebar_image><!IoRedDot_article_teaser>[edit teaser]<!/IoRangeRedDotEditOnly>
<div class="item">
<img width="209" height="90" src="<%anc_article_sidebar_image%>">
<h3><%article_title%></h3>
<p><%article_teaser%> <a href="<%!! Context:CurrentPage.MainLink.OwnerPage.Elements.GetElement(inf_page_url).GetHtml() !!%>">more</a></p>
</div>
<!/IoRangeList>
Now there is only one problem, the url of parent page url returns "", if I test other standard element name, it will return value correctly, but for info type, not working.
Could any one help me?
Sean