Forums
Forums / Fixing WordPress / Time Stamp Problem
(@joonur)
19 years, 3 months ago
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!
(@whooami)
we need a link to your blog to help with that.
(@haecceity)
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.
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
(@michaelh)
Look at your theme’s index.php file and see if the ‘Uhr’ is in there.
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.
That worked great, thanks very much!
The topic ‘Time Stamp Problem’ is closed to new replies.