• How can i show the name of the poster on a blogg?

    Now its like:

    Welcome to my blogg
    monday 11. september 2006
    -This is a test.

    But no one can see who has written it, how can i the the name of the poster also there?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Somewhere in your index.php file you’ll maybe see something like this line:

    <!-- <?php the_author() ?> -->

    Make it look like this

    <?php the_author() ?>

    This is known as “uncommenting”. Try that for starters.

    Thread Starter ricvol

    (@ricvol)

    Great it works, but what if I also want the time to show? Not just the date?

    Check the Codex for help with that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to show posted by (name)’ is closed to new replies.