• Resolved sayuncle1

    (@sayuncle1)


    Hello-
    This is for https://www.SayUncleInc.com

    On the Home page, the author’s name for the blog post only comes up on the bottom part of the entry when you click and maximize it.

    Does anyone know how to have the author’s name show on the bottom part of the entry without having to maximize each post?

    Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi

    When the post is displayed on a page only with that one post (when you are seeing the author’s name) WordPress is using the theme’s single.php template file.

    In that file you will find the line of code that display’s the author’s name. Copy that line of code, then paste it into the theme’s index.php file in the corresponding place in the code.

    Thread Starter sayuncle1

    (@sayuncle1)

    Got it to work, thanks.
    The text however is wrapping to the left (which you can see on the page), any idea how to make it in line with the title of the post?

    Hi – in your stylesheet, in this section (line 289)

    .postdata {
    color:#999999;
    font-family:Arial,Helvetica,Georgia,Sans-serif;
    font-style:italic;
    line-height:20px;
    padding:10px 0 0;
    }

    add this line
    margin-left:20px;

    that’s going to affect the author display on the single.php page too. but it looks ok to me with it in place there

    Thread Starter sayuncle1

    (@sayuncle1)

    Cool, thanks a lot!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Make Author’s Name show up in Post’ is closed to new replies.