Forums | Customize date in Archive page

You must be logged in to post Login Register

Search Forums:


 






Customize date in Archive page

UserPost

7:53 am
February 23, 2011


siv0968

Italia

Member

posts 7

Hi!
In the Comic Archive page, the date format is chosen directly in the function call of the file stripshow-template-tags.php, in the plugin root:

function comic_archive_table($group_by_year=FALSE,$date_format='F j, Y',$sort='DESC')

I wanted to change the date format so I changed the code in this way:

function comic_archive_table($group_by_year=FALSE,$date_format='d/m/Y',$sort='DESC')

But if someday there will be an update of stripShow, this function call will reset and I will have to replace again the call.

So I ask to give the opportunity to users to choose the date format when adding a page with comic archive template. :)

Bye!



  • Donate

    While I don't maintain stripShow for a living, I wouldn't say no to a little donation, if you think the plugin is worth it...

  • Advertisements