Categories:
Author:
About It:
Get it:
Rate it:
Flag it:
rah_repeat
Split, loop and repeat a value by value. With this Textpattern plugin, you can turn a simple list of values into advanced HTML output and lists. Split markup half, and represent halves in different places on the page. For example turn comma-separated list of values stored in a custom field into a complex HTML list.
With the tag you could do this type of simple block of code:
<txp:rah_repeat value='<txp:custom_field name="my_list" />' wraptag="ul" break="li">
<txp:rah_repeat_value />
</txp:rah_repeat>
And you get a sweet HTML list as a result:
<ul>
<li>Value #1</li>
<li>Value #2</li>
<li>Value #3</li>
</ul>
Keywords/tags:
Initially released:
2009-11Posted here:
11 Jan 2010Article modified:
08 Nov 2011









If there is a comment form at the Information URL, you may want to leave your comments/questions there or at the Forum thread for quicker feedback. Otherwise, comment away:
Subscribe to this article's comments RSS feed. [ ? ] View Recent Comments across the site.