How to add Date of posts?
-
I just want to add my date stamp + time of posts, not pages.
I went into my index and looked for the following: (I read an earlier post on this when doing research)
<?php $elixir->timesince() ?> ago at <?php the_time() ?>And couldn’t find it.. I was gonna replace it with this code:
<?php the_time(‘F j, Y’); ?> at <?php the_time(‘g:i a’); ?>Since I can’t even find the first tag to replace with.. here is my index file coding if anyone could help? My site is freenewwebsitetraffic.com
[Code moderated as per the Forum Rules. Please use the pastebin]
- The topic ‘How to add Date of posts?’ is closed to new replies.