How to disable post date and author name in post

Discussion in 'WordPress' started by roquib007, Jul 11, 2011.

  1. #1
    Does any one know, how to disable "Posted on September 11, 2008 by rahid " this post date,year and author name showing in my post. There is another text line down below,The entry was posted...... See this, http://biggestoffer.com/health-safety/apy60
     
    roquib007, Jul 11, 2011 IP
  2. kiramanic

    kiramanic Peon

    Messages:
    205
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Those lines are a part of your theme, you'll need to remove/change them manually. If the problem is only when viewing individual posts, the file in question will be single.php
     
    kiramanic, Jul 11, 2011 IP
  3. DaleB

    DaleB Peon

    Messages:
    107
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    You will have to edit the single.php file.

    PM me if you would like me to do it for a reasonable rate.
     
    DaleB, Jul 11, 2011 IP
  4. тнє Sufi

    тнє Sufi Peon

    Messages:
    391
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #4
    This is just an easy task.
    Go to Appearance > Editor: Make sure your theme is selected.
    You have mentioned that you want to remove it from your post page. So go to single.php
    Find out following two lines:
    <?php echo get_the_date(); ?>
    PHP:
    <?php echo get_the_author(); ?>
    PHP:
    And remove them, or comment out them. So it will no more show up :)
    And for the lower part, that is tags. Find out
    <?php the_tags(); ?>
    PHP:
    and remove or comment out that line.
    So it is done :D
     
    тнє Sufi, Jul 11, 2011 IP
  5. karmaseo

    karmaseo Well-Known Member

    Messages:
    1,084
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    130
    #5
    Some themes are broken if you change the editor.
     
    karmaseo, Jul 11, 2011 IP
  6. тнє Sufi

    тнє Sufi Peon

    Messages:
    391
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Actually fact is, if you can not edit it properly it will break, otherwise there is no problem.
     
    тнє Sufi, Jul 11, 2011 IP
  7. atozvision

    atozvision Peon

    Messages:
    78
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    good job the sufi.
     
    atozvision, Jul 12, 2011 IP
  8. Aman Arora

    Aman Arora Active Member

    Messages:
    100
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    78
    #8
    You just need to edit single.php file which is located in your theme folder. You can also edit it using the editor present in wordpress dashboard
     
    Aman Arora, Jul 12, 2011 IP