• Resolved joonur

    (@joonur)


    I’m finding my posts right after the time are showing ‘Uhr’ but I would like to remove that.

    My date/time format looks like this:
    18 May, 2007 08:31pm Uhr

    I just don’t want the ‘Uhr’ being displayed and don’t know what it is!

    Thanks for any help or assistance on how to remove it!

Viewing 7 replies - 1 through 7 (of 7 total)
  • we need a link to your blog to help with that.

    It’s German! Do you have a theme developed by a German?

    Anyway, take a look in Options, General and see what you have in the Default time format setting.

    Thread Starter joonur

    (@joonur)

    This is running in test mode right now but yes I think the theme was possibly developed by a German.

    Default time format is: g:i a

    Look at your theme’s index.php file and see if the ‘Uhr’ is in there.

    Thread Starter joonur

    (@joonur)

    Yes, I found it….

    Do I just delete the ‘Uhr’ from this line?

    if (is_single()) { $articledate = get_the_time(‘d M Y h:i a’) . ‘ Uhr’; } else { $articledate = get_the_time(‘d M Y h:i a’);

    just the Uhr (not the two ‘) would be the easiest.

    Thread Starter joonur

    (@joonur)

    That worked great, thanks very much!

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Time Stamp Problem’ is closed to new replies.