• This is obviously from a newbie–sorry for my ignorance!

    How do we change the default view so that worpress displays the author’s name?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Open:
    “YOUR WORDPRESS DIRECTORY/wp-content/themes/default/index.php”

    find:
    <!-- by <?php the_author() ?> -->

    replace with:
    by <?php the_author() ?>.

    Thread Starter chaski

    (@chaski)

    Thanks, I knew it was commented out, but didn’t know where.

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