Support » Themes and Templates » Remove "Written By" in posts

Viewing 3 replies - 1 through 3 (of 3 total)
  • Chris

    (@thegrassroot)

    You can add a hidden visibility and height:

    #post-author {
    background: url(http://www.dcgaengineers.com/wp-content/themes/theme1449/style.css) 0% 0% repeat;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 2em;
    visibility:hidden
    height:0px;
    }

    That takes out all your author info section.

    If you want to only take out the “written by” line you’ll have to search through your template’s files to find that field and take it out.

    Hope that helps!

    Thread Starter drfunk1986

    (@drfunk1986)

    thanks thegrassroot, where exactly would i put that in though? Just add to the normal style file?

    Chris

    (@thegrassroot)

    If you’re running a child theme you’ll put it in your child’s style.css. If not (if you don’t know what a child theme is you probably aren’t running one 🙂 ) put it at the end of your template’s style.css

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove "Written By" in posts’ is closed to new replies.