How to disable (hide) when and who wrote post in WP

Discussion in 'WordPress' started by bokivaol, Jan 15, 2011.

  1. #1
    Hi,
    Can anyone tell me how can I hide (disable) fields about date and that admin wrote a post?
    You can see that in the uploaded image.
     

    Attached Files:

    bokivaol, Jan 15, 2011 IP
  2. seafrontsteve

    seafrontsteve Peon

    Messages:
    451
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #2
    That decision is made by the theme you choose.
    If you don't have the option to change it, you can edit the php code (if you know how) or change themes.

    For $50 you can by a push-button theme creator called Artisteer http://www.artisteer.com/ - to create your own themes and choose whether or not to have this info displayed
     
    seafrontsteve, Jan 15, 2011 IP
  3. Dodger

    Dodger Peon

    Messages:
    1,494
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #3
    As Steve said, it would depend on the theme you are using. Generally, you would have a re-usable Php function that will render that information into an Html format. The function will get called somewhere within the Loop in page.php, single.php, and/or more files in your theme directory.

    If the theme you are using is available on the Internet, an Url would be nice. Then we can look that information up for you. Otherwise, you will have to dig around the code of one of those files and post it here for viewing.
     
    Dodger, Jan 15, 2011 IP
  4. bokivaol

    bokivaol Greenhorn

    Messages:
    66
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #4
    Thank you guys I found the code in the index.php and single.php files. Thank you a lot!
     
    bokivaol, Jan 15, 2011 IP
  5. Dodger

    Dodger Peon

    Messages:
    1,494
    Likes Received:
    60
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Don't forget looking at other files which may have that code such as page.php, archive.php, category.php, etc.
     
    Dodger, Jan 15, 2011 IP