Remove 'by' from blog post

  • Unknown's avatar

    How can I remove the ‘by’ from blog posts?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there!

    The theme doesn’t have a way to turn this off/on, but I have two possible solutions in case one works for you.

    If you decide to add Premium at some point so that you have have Custom Design and can add CSS, go to Customize > CSS and use the following code to hide it:

    .entry-meta .byline {
    	display: none;
    }

    Or a free site alternative: if you set your “display name” on this page it’ll add a name to display next to the “by” instead of leaving it blank: https://wordpress.com/me.

    Let me know if you have any questions!

  • The topic ‘Remove 'by' from blog post’ is closed to new replies.