Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Comments, trackbacks & pings (http://forum.bytesforall.com/forumdisplay.php?f=19)
-   -   How can I get rid of the "th" (jS) part of the date on the comments? (http://forum.bytesforall.com/showthread.php?t=5009)

Maeve Dec 26, 2009 10:06 AM

How can I get rid of the "th" (jS) part of the date on the comments?
 
I've been able to get rid of the suffix on the date for posts, but I don't see where I can get rid of it for the date that comes up with the comments. (I want the date to read December 26, not December 26th.)

Thanks

paulae Dec 26, 2009 10:20 AM

I use
Code:

%date('F j, Y')%
.

juggledad Dec 29, 2009 01:05 PM

to change the date on comments, you will have to edit bfa_custome_comments.php
locate line 23 (in version 3.4.4) and change it from
HTML Code:

                <?php printf(__('%1$s @ %2$s','atahualpa'), get_comment_date(__('F jS, Y','atahualpa')),  get_comment_time()) ?></a>
to
HTML Code:

                <?php printf(__('%1$s @ %2$s','atahualpa'), get_comment_date(__('F j, Y','atahualpa')),  get_comment_time()) ?></a>


All times are GMT -6. The time now is 06:10 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.