Wordpress Themes - WP Forum at BFA
Click Here To DONATE! Support the theme development, get more attention and additional benefits based on your donation level. Your forum name will be highlighted.

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Center area post/pages » Comments, trackbacks & pings »

How can I get rid of the "th" (jS) part of the date on the comments?


Build custom WP THEMES, without
coding.
Click here for THEMEFRAME

From the author of Atahualpa, the #1 most
downloaded (700,000+) theme @ wordpress.org
  #1  
Old Dec 26, 2009, 10:06 AM
Maeve
 
10 posts · Jun 2009
Arkansas
Send a message via Yahoo to Maeve
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
  #2  
Old Dec 26, 2009, 10:20 AM
paulae's Avatar
paulae
 
1,320 posts · Feb 2009
Wordpress 3.4.1, Atahualpa 3.7.7
I use
Code:
%date('F j, Y')%
.
  #3  
Old Dec 29, 2009, 01:05 PM
juggledad's Avatar
juggledad
 
20,010 posts · Mar 2009
OSX 10.6.8/10.7.3 WP 2.8.x/2.9.x/3.x Atahualpa 3.5.x/3.7.x Safari 5.x Firefox 11 XP
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>

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting rid of the rel="nofollow" thing in articles (not comments), how? MarkusM. Installing & running WordPress 6 Apr 25, 2010 04:06 PM
Change "No comments" to "Please comment" creativeliza Comments, trackbacks & pings 1 Oct 27, 2009 10:53 AM
Where is the "Excerpt" part of The Loop in Atuhualpa JakeThePeg Excerpts, Read more, Pagination 6 Aug 10, 2009 05:12 AM
Archives Page-How can I add the date before the post title when using "postbypost"? fromtheranks Atahualpa 3 Wordpress theme 8 Jul 25, 2009 09:52 AM
How to style "post icon" and "post comments" text Whatsthatcat? RSS, Feeds & Subscribing 3 Apr 1, 2009 09:41 AM


All times are GMT -6. The time now is 04:28 PM.


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