• Resolved fritzwk

    (@fritzwk)


    Is there a way to add bylines under the post title on the front page (e.g. so it says “Posted on [date] by [author]”? Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The front page already has a byline, but it is being hidden by CSS.

    To override it go to Appearance > Customize > Custom CSS and paste the following code.

    .byline {
      display: inline;
    }
    Thread Starter fritzwk

    (@fritzwk)

    Thanks so much for the tip!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding bylines to posts’ is closed to new replies.