Recent Topics

1 Apr 22, 2006 04:39    

Hi folks

I would like to know how can i display the name of the author in a post???
By now, when i do a new post, only the date and time are displayed at the _main.php of my blog.
Anybody knows any hack to do this???

Thank you very much!!!

fabio

2 Apr 23, 2006 04:25

Here is the answer

Put it into the _main.php, near the "time" variable!!!!

<?php $Item->Author->prefered_name(); ?>

3 Jun 18, 2006 21:44

tranqs wrote:

<?php $Item->Author->prefered_name(); ?>

Should the semicolon after () not be there?


Form is loading...