Recent Topics

1 Nov 22, 2007 08:04    

My b2evolution Version: 2.x

I have b2evo v 2.1.0-beta and Im running evopress and it doesn't seem to show the author of the post. I might be missing something but is that option available?

2 Nov 22, 2007 10:31

Place this in items.main.php:

<?php
    $Item->author( array(
	'before'       => T_('By'),
	'after'        => ' ',
	) );
?>


where you want the author to appear.

Good luck


Form is loading...