PDA

View Full Version : h3 in postbit whith the first post only how



m7shsh
Sat 14th Feb '09, 9:44am
hi

i need to put h3 in postbit whith the first post only how ?

Lynne
Sat 14th Feb '09, 1:19pm
Maybe this?

<if condition="$post['postcount] == '1'">
<h3>whatever</h3>
</if>