How to remove "POSTED BY" option from each post

Discussion in 'WordPress' started by noorbaduk, May 19, 2012.

  1. #1
    In my wordpress site on www.nooroon.com I want to remove "Posted By" and "Posting Date" option from each post.
    How do I do?
    Can anyone help me?
     
    noorbaduk, May 19, 2012 IP
  2. yho_o

    yho_o Well-Known Member

    Messages:
    354
    Likes Received:
    6
    Best Answers:
    1
    Trophy Points:
    140
    #2
    browse your theme files, locate the loop file for the posts

    search for 'posted by' and remove it
     
    yho_o, May 19, 2012 IP
  3. iMarcus

    iMarcus Active Member

    Messages:
    122
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    90
    #3
    Go into the theme editor, and select the page you want to remove the text from, ie category.php archive.php (for tags, date pages) or single.php for the post page. edit out the text, it may be in a div or span element with the class of "meta"
    Click save and you will be done!
     
    iMarcus, May 24, 2012 IP
  4. kidthanh86

    kidthanh86 Peon

    Messages:
    35
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Okay. thank you good tips
     
    kidthanh86, May 26, 2012 IP
  5. nutsaboutwordpress

    nutsaboutwordpress Peon

    Messages:
    6
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Hello.

    Try adding this css to your custom.css. .post-meta { display:none; }

    let me know if it works.

    dean
     
    nutsaboutwordpress, Jun 8, 2012 IP
  6. wpunwrapped

    wpunwrapped Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Hi.

    Can you please try this code to your custom.ss
    .post-meta { display:none; }

    then make sure you update your file.

    dean
     
    wpunwrapped, Jun 29, 2012 IP