Recent Topics

1 Dec 12, 2005 01:43    

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'), ' &nbsp; ';
locale_flag( $Item->locale, 'h10px' );
?>

Where do I go to find the code for name of user?

Thank you.

Aneeta

3 Dec 12, 2005 02:31

thank you, jj.

It's much appreciated. I did not go as far back as July 2004 when searching. Next time, I'll look even further.

aneeta

4 Dec 12, 2005 02:39

No problem. Best way to search is just to have it search all posts, that way you don't miss possible answers and you can easily filter out obviously irrelevant results visually.

jj.


Form is loading...