Site logo

Archived topic

Author name is not showing up in blog entry

3 replies · Started by Martin Kirst on June 13, 2014

Viewing posts 1–4 of 4

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?

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

Alright, this helped me out.

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

Glad I could help :)

Tom

This archived topic is closed to new replies.