FYI,
This is also true of the "Continue reading..." code block for the Blog
style template. In order to not get a "Continue Reading..." link on
any entry which is complete in the main tab I must delete the extended
tab.
Code block from the Articles page define:
<r:children:each limit="5" order="desc">
<div class="entry">
<h3><r:link /></h3>
<r:content />
<r:if_content part="extended"><r:link anchor="extended">Continue
Reading…</r:link></r:if_content>
<p class="info">Posted by <r:author /> on <r:date format="%b %d,
%Y" /></p>
</div>
</r:children:each>
On Feb 3, 2009, at 3:28 PM, N. Turnage wrote:
Hey all. I am using the templates extension and I have 'address1'
and 'address2' fields in a template used to hold information about a
number of institutions. When I use r:children:each to iterate over
the fields for each institution, some or which do not have any
content in the address2 field, the bullet is still rendered using
using the following block:
<r:children:each>
<h5><r:title /></h5>
<p>
<r:content part="address1" />
<r:if_content part="address2">
• <r:content part="address2" />
</r:if_content>
</p>
</r:children:each>
I was expecting that because the address2 field is empty that the
bullet and address2 content part would not be rendered. Is that not
what is supposed to happen?
Thanks,
Nate
_______________________________________________
Radiant mailing list
Post: [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site: http://lists.radiantcms.org/mailman/listinfo/radiant
_______________________________________________
Radiant mailing list
Post: [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site: http://lists.radiantcms.org/mailman/listinfo/radiant