• rosastef

    (@rosastef)


    I am still seeing post author when viewing single blog posts, even though I have unchecked Show Post Author under Blog Options.
    Is there a trick I am not aware of? Or do I need a child theme to be able to remove the post author?

Viewing 1 replies (of 1 total)
  • Theme Author Shaped Pixels

    (@shaped-pixels)

    Thanks for re-reposting ??

    It turns out I did not apply the code to the full (single) view, only to the blog home, so I will need to add that to my next update.

    However, so you do not have to wait, you can do some custom CSS as a temporary solution. If you are not using Jetpack (which has an Edit CSS feature), then use a plugin like Simple Custom CSS to do this.

    Add this to your custom stylesheet:

    .single .byline {
        display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Cant remove post author from single blog posts’ is closed to new replies.