Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

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?


  #1  
Old Dec 26, 2009, 10:06 AM
Maeve
 
10 posts · Jun 2009
Arkansas
Send a message via Yahoo to Maeve
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
  #2  
Old Dec 26, 2009, 10:20 AM
paulae's Avatar
paulae
 
1,333 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
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
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>
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

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 12:01 PM.


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