• I created a child theme for twenty twelve and want it so the author information never shows on a single post page. I currently have it so the CSS is hiding it:

    .comment-meta.comment-author.vcard { display: none;}

    I would like to know if there is somewhere in a template I could just delete this being posted instead of having it being displayed as none in the CSS?

Viewing 1 replies (of 1 total)
  • your CSS code is for comments – do you want to remove the author information from comments only?

    make a copy of the function twentytwelve_comment( $comment, $args, $depth ) from functions.php of the parent theme and add it into the functions.php in the child theme; then remove the author part of the code.

Viewing 1 replies (of 1 total)
  • The topic ‘Removing author info from single post page’ is closed to new replies.