Recent Topics

1 Mar 11, 2010 01:52    

My b2evolution Version: 2.x

How would I go about adding a time/date stamp to my posts? I was hoping to tweak this theme so I can use it. Don't know how to fix the missing time/date stamp though.

2 Mar 11, 2010 14:21

You would need to add the following to the location of your choice:

<?php
$Item->issue_date( array(
'before'      => ' ',
'after'       => ' ',
'date_format' => '#',
) );
?>

L


Form is loading...