• The posts that I use with the Event category are a bit confusing. I am using a the plugin Event Calendar 3, and when people post the events, it first shows the date that they posted it, then the date of the event.

    http://www.rhnoc.org/?cat=6

    Very confusing. I have searched Google, WP.org, and found the entry <?php the_time() ?>. I have found this in the individual post:

    http://www.rhnoc.org/?p=273

    <p class="postmetadata alt">
    					<small>
    						This entry was posted
    						<?php /* This is commented, because it requires a little adjusting sometimes.
    							You'll need to download this plugin, and follow the instructions:
    							http://binarybonsai.com/archives/2004/08/17/time-since-plugin/ */
    							/* $entry_datetime = abs(strtotime($post->post_date) - (60*120)); echo time_since($entry_datetime); echo ' ago'; */ ?>
    						on <?php the_time('l, F jS, Y') ?> at <?php the_time() ?>
    						and is filed under <?php the_category(', ') ?>.

    This is located under single.php. I cannot find it anywhere else. Can someone please give me some guidance? If you need further information let me know, thanks.

    – Dan

Viewing 1 replies (of 1 total)
  • Hi,

    To remove the time/date stamp details from all posts need to remove below mentioned code from template file like page.php:

    <?php the_time(); ?> and <?php the_date(); ?>

    Thanks,

    Shane G.

Viewing 1 replies (of 1 total)

The topic ‘Remove post date from Events’ is closed to new replies.