How to add time/date on post [NSFW +18]

Status
Not open for further replies.

kaizer01

Active Member
1,131
2011
172
720
I just want to replace "comment" into time/date the posted, anyone know how to do it? help me thanks :wave:
Iwe0k.jpg


[NSFW +18]
site: Hthrone.com
 
Last edited by a moderator:
5 comments
Your comments function should be something like this, right?
PHP:
<?php comments_number( 'no comments', '1 comment', '% comments' ); ?>
You just have to replace it with
PHP:
<?php the_time('l, F jS, Y') ?>
 
Status
Not open for further replies.
Back
Top