Forums

[resolved] posted by username not showing up on blog (3 posts)

  1. Zappa2510
    Member
    Posted 3 years ago #

    hey, ive been trying to figure out how to get the user name of the person posted on my blog. all it shows is:

    Posted in Uncategorized | Edit | No Comments ยป

    I have seen it as like this on another wordpress blog:

    Posted by Zappa in (category)

    anyone know if its my skin i have or is there a plugin I can get to install?

    thanks for the help, btw heres the link to my blog.

    http://jedioutcastmovies.com/blog

  2. esmi
    Theme Diva & Forum Moderator
    Posted 3 years ago #

    Open index.php. Look for:

    Posted in <?php the_category(); ?>

    Amend it to:

    Posted by <?php the_author();?> in <?php the_category(); ?>

    You may have to carry out the same amendment in category.php, archive.php and single.php

  3. Zappa2510
    Member
    Posted 3 years ago #

    looks like that did it, thanks!

Topic Closed

This topic has been closed to new replies.

About this Topic