kaizer01 Active Member 1,131 2011 172 720 Dec 28, 2012 #1 I just want to replace "comment" into time/date the posted, anyone know how to do it? help me thanks [NSFW +18] site: Hthrone.com Last edited by a moderator: Dec 28, 2012
I just want to replace "comment" into time/date the posted, anyone know how to do it? help me thanks [NSFW +18] site: Hthrone.com
Rox Active Member 8,492 2010 2,978 340 Dec 28, 2012 #2 Before clicking on the link, is it adult site?
I Insan Active Member 211 2011 49 0 Dec 29, 2012 #5 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') ?>
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') ?>
kaizer01 Active Member 1,131 2011 172 720 Dec 29, 2012 #6 thanks for the reply insan.. anyway.. RT just fixed it.. :sun: