• Hi all.
    I’m currently setting up a new site using the Square theme and was wondering if there was a way to stop the author’s name appearing on a Post (or change it to a name of your choice)? Many thanks.

Viewing 1 replies (of 1 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello andrewianlamb,

    Add below code into active child theme’s style.css file.

    Note : Don’t modify your theme. Use child theme for any modification.

    .byline {
    display:none;
    }

    Hope this will helps you.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Remove author name from blog posts’ is closed to new replies.