• Theme – Serene
    Please help me with removing “author” and “author name” from all posts.
    Have read a number of forum posts on this topic but cannot follow/use to resolve.
    Many thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Let us know your site URL.

    Enter your function.php file in the theme folders. In the coding line 151, use `.meta-sep {
    display:none;
    }

    .vcard{
    display:none;
    }

    .author{
    display:none;
    }`

    Or, add the following code in your main CSS file

    .sec-authors {
    display: none;
    }
    `

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Author name from posts’ is closed to new replies.