3 replies
  • WEB DESIGN
  • |
Hi,

I'm using the 2011 theme in Wordpress. How do I remove the 'post by' box below the blog posts? I don't mind having the line 'post by Greg Chow' but I'd like to remove the huge post box that shows my avatar. It's taking up too much space. Help!


Regards
wishiwoo
#box #post #post by box #remove #wordpress
  • Profile picture of the author taskemann
    Originally Posted by wishiwoo View Post

    Hi,

    I'm using the 2011 theme in Wordpress. How do I remove the 'post by' box below the blog posts? I don't mind having the line 'post by Greg Chow' but I'd like to remove the huge post box that shows my avatar. It's taking up too much space. Help!


    Regards
    wishiwoo
    Your link doesn't work but you can try to add this CSS code to your custom CSS:

    .ELEMENT {
    display: none;
    }
    Just replace the "ELEMENT" with the "post by's" ID which can be found in the source code.

    I could have helped you more if the link had worked.
    {{ DiscussionBoard.errors[7372460].message }}
  • Profile picture of the author clickbump
    Add this line to your stylesheet (style.css):

    Code:
    .wp-about-author-containter-top{display:none}
    Also, I noticed that there is some javascript at the bottom of your stylesheet (appears to be your google analytics code). You'll need to place that code in a .js file or inside <script> tags outside the .css file in order for it to work properly.
    Signature
    {{ DiscussionBoard.errors[7391866].message }}

Trending Topics