Hello,
The link to my blog is this:http://howtotellagreatstory.com/b2evolution/index.php
And I am using custom skin.
One of my friends made this comment:
I am slowly getting it that you put together each of the pieces so far. If you did, it’s not obvious. Your name needs to be much more prominent, at least as a signature for every piece,
That, therefore, is my question. How do I get my name or the names of my guest bloggers to appear right on top.
For now, each post displays this:
17:34:32, Categories: Literary Stuff, 153 words
I would like it to appear as:
17:34:32, Categories: Literary Stuff, Aneeta, 153 words
OR
17:34:32, Categories: Literary Stuff, Guest Blogger's name, 153 words
I have searched the forum and I figured out that somehow I will have to amend the code in _main.php. But I do not know if I am doing the correct thing. Rather than get the whole blog jammed up, I thought I'd ask first.
The code currently is this:
<?php
$Item->issue_time();
echo ', ', T_('Categories'), ': ';
$Item->categories();
echo ', ';
$Item->wordcount();
echo ' ', T_('words'), ' ';
locale_flag( $Item->locale, 'h10px' );
?>
Where do I go to find the code for name of user?
Thank you.
Aneeta
Searching the forums would have yielded a thread:
http://forums.b2evolution.net/viewtopic.php?t=1832&highlight=display+authors+name
which points to this page in the documentation:
http://b2evolution.net/man/2004/06/17/display_the_posts_author_howto
That should help.
jj.