[Resolved] Author name is not showing up in blog entry

Home Forums Support [Resolved] Author name is not showing up in blog entry

Home Forums Support Author name is not showing up in blog entry

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1150
    Martin Kirst

    Hey there!

    I love your theme and even purchased some of your addons.
    There is actually one thing which annoys me:

    The names of the authors are not showing up in the blog entries of the default blog page.
    I’ve also checked the appropriate setting under Appearance -> Customize -> Blog -> Author which is set to “Show”.

    Is there anything I missed or is this a known bug?

    #1152
    Tom
    Lead Developer
    Lead Developer

    Hi Martin,

    Glad you love the theme! Thanks!

    This was intended, but I’m thinking of removing it now. The logic was that if the blog has only one author, it wasn’t necessary to display the author name while on the blog page. If there’s multiple authors, the name displays.

    I’m going to make the change to always display the author in the next version.

    For now, you can make this CSS change:

    .byline,
    .updated {
    	display: inline;
    }

    When adding CSS, it’s suggested you do so in a child theme. You can download our default child theme here: generatepress.com/api/themes/generatepress_child.zip

    Hope this helps,
    Tom

    #1153
    Martin Kirst

    Alright, this helped me out.

    Thanks for the very fast support. Nice work, keep it up!

    #1154
    Tom
    Lead Developer
    Lead Developer

    Glad I could help 🙂

    Tom

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.