• Resolved Mike Price

    (@castroboy)


    Hey there

    Loving your theme! I have noticed that on the blog posts page (showing recent posts) it shows the date of each post next to “leave a comment” but if you click into the actual individual post it then shows the date and author’s username.

    I am wanting to have the author’s username show up on the blog posts page too instead of “leave a comment” so that people do not have to click into the actual post to know who authored it. Hope this makes sense. I looked through all the php files and could not for the life of me find where to change this. Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    It’s actually hidden with CSS. Search for .byline in the style.css and you’ll see what I mean. Use this code in a child theme to make it show:

    .byline {
        display: inline;
    }

    Thread Starter Mike Price

    (@castroboy)

    Thanks a lot for the help man! Have a good night

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Add Author Username to Posts Page’ is closed to new replies.