Quote:
Originally Posted by acidburn0520
You could try this
Code:
<if condition="$postcount == '1'">First Post Code<else />Rest of the Post's Code</if>
|
I understand the above.. but what if I want "First Post Code" to be something like $newvariable where $newvariable is the output of a new function I've created. Where can I define $newvariable so that this works in the postbit_legacy template ?