Anyone know how to strip out blog post date

Discussion in 'WordPress' started by sarkin ruwa, Jun 16, 2009.

  1. #1
    As title

    need to find away of removing date from post as WP used for cms on static site, also would like to remove previous post link from showing at top of page.
     
    sarkin ruwa, Jun 16, 2009 IP
  2. internetmarketingiq

    internetmarketingiq Well-Known Member

    Messages:
    3,552
    Likes Received:
    70
    Best Answers:
    0
    Trophy Points:
    165
    #2
    You can buy a CMS template and that doesn't use it... you can use a plug in. Or you can track down the code and modify it.

    Date exclusion plug in example: http://www.dailyblogtips.com/date-exclusion-wordpress-plugin/

    It's an old post so you'll probably want to look for a newer version that is compatible with the version you are using.
     
    internetmarketingiq, Jun 16, 2009 IP
  3. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #3
    Open the single.php file of the theme that you are using and look for this <?php the_time('M d, Y') ?>. That is your date display. Take it out.

    In some themes it's in the post.php, or postinfo.php
     
    hmansfield, Jun 16, 2009 IP
  4. sarkin ruwa

    sarkin ruwa Peon

    Messages:
    483
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Brilliant

    Anyone know how to stop the previous post showing at the top of the page?
     
    sarkin ruwa, Jun 17, 2009 IP