• Resolved jshdoff

    (@jshdoff)


    This is my blog, with no guest posts, therefore I’m the only one every posting. I’d like to remove the automatic addition of my name after each post heading.

    For example:
    A Lesson in Loss: On the Death of a Friend
    DECEMBER 19 ~ THE JODI

    I can’t find where in the stylesheet I can go to remove that…

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator Kathryn Presner

    (@zoonini)

    This should do the trick:

    .single .byline, .group-blog .byline, .group-blog .sticky .byline + span.sep {
      display: none;
    }

    Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS. You could also install a standalone custom CSS plugin if you prefer.

    Thread Starter jshdoff

    (@jshdoff)

    thanks Kathryn.

    I’d found the way to make the change in the actual theme file, but it hadn’t occurred to me re: the change back with the updates. Thanks for that, I’ll go the custom CSS way now.

    Have a great holiday.

    Moderator Kathryn Presner

    (@zoonini)

    Glad you’re set – I’ll mark this thread as resolved but feel free to start a new one if you need help with anything else.

    Happy holidays to you too!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing Author From Posts?’ is closed to new replies.