• New installation, one test msg posted.

    The date and time stamp in all contexts (permalinked msg, by category, etc.) seems normal, except when I click on author, in which case the date/time stamp looks like this:

    PM000000100000002431 31, 2010 – 10:21 p08

    which is an odd way of specifying August 31, 2010 – 10:21 pm.

    Any clues? True in multiple browsers. I am using the Fusion theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • indeed this error is in the ‘fusion’ download from wordpress theme directory:

    edit author.php;
    find:

    <small><?php the_time(get_the_time(get_option('date_format')).' - '.get_the_time(get_option('time_format'))) ?></small>

    change it to:

    <small><?php the_time(get_option('date_format'));?> - <?php the_time(get_option('time_format')); ?></small>

    Thread Starter KarenMyers

    (@karenmyers)

    Thanks very much – that did the trick. With 20-20 hindsight, I can now see how I might have figured that out myself, but I’m new to this.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Odd text in date/time stamp’ is closed to new replies.