Site logo

Archived topic

Edit frontpage's meta description?

1 reply · Started by KC on December 1, 2021

Viewing posts 1–2 of 2

Hello again,

I am using GeneratePress' READ template.

So I am trying to achieve this: to edit the author's meta description.

Right now, my front page is showing:

Featured Image
Article Title
Author | Date

But I want to edit the 'author' part to show:
By 'Author' | Date

The category and archive page is okay, it is just the homepage that I want to have this edited.

Can you help me on this?

Thank you so much. Please stay safe.

Note: The homepage that is showing the list of posts is using 'WP Show Posts'

Hi there,

add this CSS to your site:

.wp-show-posts-author:before {
    content: 'by ';
}
This archived topic is closed to new replies.