Remove meta items from blogpage

Discussion in 'BlackBird WordPress Theme' started by permaword, Nov 22, 2012.

Thread Status:
Not open for further replies.
  1. permaword

    permaword Member

    Joined:
    Oct 23, 2012
    Messages:
    31
    Likes Received:
    0
    Hello, I would like to remove the items 'posted by', 'posted in' and 'comments' from all my posts, but I do not see in which php-files I have to look?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .content-bar .post .post_meta {
    display: none;
    }
     
  3. permaword

    permaword Member

    Joined:
    Oct 23, 2012
    Messages:
    31
    Likes Received:
    0
    Thanks. It did remove the items 'posted by' and 'posted in'. But it didn't remove the item 'Comment'; in my posts it still looks like this. I would like to remove all:

    Geef een reactie

    Ingelogd als admin. Uitloggen?
    Reactie
    De volgende HTML tags en attributen zijn toegestaan: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Please do let us know your website link.
     
  5. permaword

    permaword Member

    Joined:
    Oct 23, 2012
    Messages:
    31
    Likes Received:
    0
  6. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Please clarify your issue little more and also send us the screenshot, So we give you exact solution.
     
  7. permaword

    permaword Member

    Joined:
    Oct 23, 2012
    Messages:
    31
    Likes Received:
    0
    In all the posts I want to remove the item 'comments'. See the attached screenshot - that is the part I want to remove.

    screenshot.JPG
     
  8. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #respond {
    display: none;
    }
     
  9. permaword

    permaword Member

    Joined:
    Oct 23, 2012
    Messages:
    31
    Likes Received:
    0
    It works, great! Thanks.
     
Thread Status:
Not open for further replies.

Share This Page