Removing the date from Word Press Posts

Discussion in 'WordPress' started by hmansfield, Jul 27, 2008.

  1. #1
    Is there a way to remove the date from displaying on posts in Wordpress ?
    For instance if you are using wordpress as a landing page, you wouldn't want the date to show if a post or two are static.

    Will simply stripping the code that makes the date display in the post screw anything up , such as, calender functions?
     
    hmansfield, Jul 27, 2008 IP
  2. mizaks

    mizaks Well-Known Member

    Messages:
    2,066
    Likes Received:
    126
    Best Answers:
    0
    Trophy Points:
    135
    #2
    Shouldn't cause any problems.
     
    mizaks, Jul 27, 2008 IP
  3. meetbro

    meetbro Banned

    Messages:
    911
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #3
    you can remove the date code from single.php and index.php
     
    meetbro, Jul 27, 2008 IP
  4. jdR!pper

    jdR!pper Peon

    Messages:
    4,974
    Likes Received:
    564
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Go to you theme editor and edit out <?php the_date(); ?> or <?php the_time('l j F Y'); ?> or any similar tag in the files that meetbro said.

    --Joe
     
    jdR!pper, Jul 27, 2008 IP
  5. hmansfield

    hmansfield Guest

    Messages:
    7,904
    Likes Received:
    298
    Best Answers:
    0
    Trophy Points:
    280
    #5
    Thanks for the insight guys :)
     
    hmansfield, Jul 27, 2008 IP