I have narrowed it down a bit. In some places the theme uses the following code
<span class="post_detail"><?php echo get_the_time('F j, Y', get_the_ID()); ?>
and then elsewhere it uses the code
$return_html.= '<div class="post_detail">'.date('F j Y', strtotime($post->post_date));
I think that I need to modify the format of the second bit of code to make it come up properly in French. but dont really know what I need to do. Any advice happily accepted
Hi
Sorry, didnt realise I couldnt paste code. it is here now
http://pastebin.com/pacGnATS
Cheers
There is a Custom Category Posts widget that comes with the theme that I am using.
I have found this code in the theme files
[Code moderated as per the Forum Rules. Please use the pastebin]
Is it in there somewhere?
any news on this from the nextGen guys?