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)
-   -   [SOLVED] change the time format for comments (http://forum.bytesforall.com/showthread.php?t=4825)

mmdguru Dec 11, 2009 06:01 AM

[SOLVED] change the time format for comments
 
Where do I change the time format for the comments? I want the 24 hour clock=)

juggledad Dec 11, 2009 06:22 AM

time settings are contoled by WordPress - go to dashboard->settings->general

mmdguru Dec 11, 2009 06:28 AM

Thanks buddy=)

How do I remove the "at" text? Maybe put "@" instead=)

juggledad Dec 11, 2009 09:55 AM

in version 3.4.4 edit bfa_custom_coments.php change line 23 from
HTML Code:

                <?php printf(__('%1$s at %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 jS, Y','atahualpa')),  get_comment_time()) ?></a>

mmdguru Dec 11, 2009 10:44 AM

Thanks again Juggledad=)


All times are GMT -6. The time now is 01:59 PM.

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