• Resolved Boardtalk

    (@boardtalk)


    As the title asks, how do you remove the Authors email address from the author box on posts? I’m fine with everything else, I just don’t want readers to use that email.
    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Boardtalk

    (@boardtalk)

    I’ve google and searched all round here, the only solution is to hide the author email address with a little CSS.

    a.email-author {
    	display: none;
    }

    Not the most desirable but it’ll do for now.

    Note: Check the CSS for your own theme as this worked for mine, hope it helps someone else.

    Thread Starter Boardtalk

    (@boardtalk)

    Marking as resolved

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove Author Email from Author box on posts?’ is closed to new replies.