thanks, yeah my head hurts trying to figure this out, i like the idea of seperating the comments from the social comments, but i have tried so many ways i cant figure this out for nothing lol
makes sense to me just cant seem to get it
<if condition="$post[postcount] == 1">
***PASTE POSTBIT TEMPLATE HERE*** SHOWS FIRST POST
<section id="content1">
</if>
<if condition="$post[postcount] != 1">
***PASTE POSTBIT TEMPLATE HERE*** ALL POSTS NOT POST 1 NEED TO BE INSIDE CONTENT1 DIV*** THIS IS NOT THE COREECT PLACEMENT
</if>
<if condition="$post[postcount] == 1">
MORE STUFF IF POST 1
</section>
|