• I am using Theme 2016. How do I remove the authors name from each post? I am the only one posting on my site.

    jeffreybuskey.com

    How do I change the time stamp for each post, or can’t I?

    Thank you,
    Jeff

Viewing 2 replies - 1 through 2 (of 2 total)
  • You’ll need to add some custom CSS, either through a plugin or via a child theme.

    You can remove the author’s name and avatar with:

    .byline .author { display: none; }

    If you only want to remove the name, but not the avatar:

    .byline .author a[href*="author"] { display: none; }

    You can change the date/time of a post by editing the post and then editing the “Published on” value in the “Publish” meta box: https://i.imgur.com/CakoYUK.png

    Thread Starter jeffrey262

    (@jeffrey262)

    Thank you for you help. I created a child them and used your css.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove author name from post?’ is closed to new replies.