Not Solved PHP in Templates and Template Conditionals
Not Solved
Maybe try something like this in the postbit template:
<?php
static $first_done = false;
if(!$first_done) {
$first_done = true;
echo 'Stuff in first post';
}
?>
Reply


Messages In This Thread
RE: PHP in Templates and Template Conditionals - by Yumi - 2010-03-23, 11:10 PM
RE: Template conditionals - by expat - 2015-01-31, 05:28 AM

Forum Jump:


Users browsing this thread: 12 Guest(s)