I have this loop that i'm using in my heavily cutomised profile page. It selects every post to be submitted to the users profile. Is there a way to limit the amount of records selected?
<xen:foreach loop="$profilePosts" value="$profilePost"> </xen:foreach>