• tee_hee

    (@tee_hee)


    Hi there

    I recently installed wordpress MU & WordPress 2.6 onto my server, but I am wondering how to get it to show more infomation

    what i mean is, at the moment when i post, it shows what day it was posted, but I want it to show:

    Who posted it:
    When They Posted it & Time:

    so for example: Posted: Nov 19 2008, 11:03 AM by [insert user]

    im not very good with php, so is there an easy way to make this show in wordpress 2.6 & WordPress MU

    please help me solve this issue as it is annoying me very much and there is nothing on the internet to help me out.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Len

    (@lenk)

    The Codex is on the internet. Have a look at…

    1. Formatting Date and Time
    2. Template Tags

    Thread Starter tee_hee

    (@tee_hee)

    what file do i have to edit to be able to include

    This entry was posted on <?php the_time(‘l, F jS, Y’) ?> and is filed under <?php the_category(‘, ‘) ?>.

    <p>This post was written by <?php the_author(); ?></p>

    Len

    (@lenk)

    On whatever theme file you want it to appear such as index.php (home page), single.php (single post page) etc

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Show author’ is closed to new replies.