• i just start out my blog and i have some-people contributing in it but wend we post the author dosent show in the post and we have look into the settings in wordspress and theirs nothing about this settings!

    how can we get the author nickname to show off with the post he makes?

    examples

    post 1
    today is great

    post by BEK

    thats it

    thanks for the help an hope i can find a solution here!

    cheers

Viewing 4 replies - 1 through 4 (of 4 total)
  • <?php the_author() ?>
    Add it so your index.php, single.php and archive.php somewhere around the_content, <div class="postmetadata"><?php the_time('jS F Y') ?>, etc.

    erikeric

    (@erikeric)

    Thanks so much!

    How can I include the author name of the post like in this example:

    http://img72.imageshack.us/img72/6871/sshot1fi2.png

    My blog only shows the date.

    Tks you

    Bumpity!

    I’m having the same issue as the above user and all my .php files have the correct settings/inclusions for displaying the author’s name. I’ve checked all the files and the <?php the_author() ?> string is there but will not show the author next to the date. I’m using Word Press 2.3.3 (would like not to upgrade if possible)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘how to show author in the post?’ is closed to new replies.