[Resolved] Edit frontpage’s meta description?

Home Forums Support [Resolved] Edit frontpage’s meta description?

Home Forums Support Edit frontpage’s meta description?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2032924
    KC

    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’

    #2033559
    David
    Staff
    Customer Support

    Hi there,

    add this CSS to your site:

    .wp-show-posts-author:before {
        content: 'by ';
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.