Results 1 to 4 of 4

Thread: How to remove remove date from WordPress posts

  1. #1
    Join Date
    Jul 2009
    Posts
    104

    How to remove remove date from WordPress posts

    Hi,

    How do I remove the date from Wordpress posts, not just the pages? I am busy searched the forums but did not find anything that deals with this. I have Goggled this topic but cant seem to find any consistent answers. Help on this will be greatly appreciated. Thanks.

  2. #2
    Join Date
    May 2008
    Posts
    255

    Re: How to remove remove date from WordPress posts

    Backup your theme files and then use this code :

    Code:
    <?php the_date(); ?>
    or this:

    Code:
    <?php the_time(); ?>

  3. #3
    Join Date
    May 2008
    Posts
    244

    Re: How to remove remove date from WordPress posts

    Most people want dates in your blog, and you will be amazed at how many want the travel time is also shown. Few people come to these forums saying "I hate to date on my blog, why do that, stupid." To do so, go into the Theme Editor and select the single.php and Main Index templates and take out this code:

    Code:
        < ?php the_time('F j, Y'); ? >

  4. #4
    Join Date
    May 2008
    Posts
    279

    Re: How to remove remove date from WordPress posts

    Date Exclusion Plugin

    This Wordpress plugin gives the user complete control over where and when the timestamp will be displayed. You can exclude them from all posts by default or only on posts older than a few weeks or months. You can also exclude or include dates on a post-by-post level through Wordpress’ custom field feature.

    Installation

    1. Download and unzip the plugin file
    2. Upload the date-exclusion.php file to your /wp-content/plugins/ directory
    3. Log into your WordPress control panel, click the “Plugins” tab, and click “Activate” next to the Date Exclusion plugin

Similar Threads

  1. My wordpress blog is keeping on reposting the past posts
    By Strong^Arm in forum Technology & Internet
    Replies: 4
    Last Post: 10-06-2011, 10:38 AM
  2. Replies: 2
    Last Post: 15-04-2010, 02:57 AM
  3. Wordpress not saving posts
    By KALINDA in forum Technology & Internet
    Replies: 4
    Last Post: 27-12-2009, 06:54 AM
  4. Way to integrate Phpbb3 with Wordpress to show latest posts
    By Holt in forum Technology & Internet
    Replies: 3
    Last Post: 30-06-2009, 02:36 PM
  5. Replies: 0
    Last Post: 10-11-2008, 05:59 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,246,079.94578 seconds with 17 queries