Shape 5

Wordpress Club Themes => Sienna - Club => : beachman June 04, 2013, 09:35:09 AM



: Date in German?
: beachman June 04, 2013, 09:35:09 AM
Hello,

I want the date shown in the German way (Mittwoch, 04. Juni 2013). Where and how can I change that?

best regards
Steve


: Re: A few questions
: Tristan Rineer June 05, 2013, 07:08:35 AM
I replaced the rss Logo with the Xing Logo but, it is a bit wider than the rss logo, so just the first part of it, can be seen. How and where can I set the parameters wider for it?

   Firebug (http://getfirebug.com/) will let you see the class/id of that button, and where you need to edit in order to change it.

If a date, I want the German way how to show the date. Where and how can I change that?

   What date are you referring to?


: Re: Date in German?
: Tristan Rineer June 05, 2013, 07:11:16 AM
Stop rewriting your topics.  I can't answer correctly if I don't know what the topic is going to change to next.

Either follow up with an additional post saying that your needs have changed, or start a new thread and leave a post on the old one saying that it can be removed.


: Re: Date in German?
: beachman June 05, 2013, 09:07:15 AM
Sorry, my mistake. I figured most things out myself, so I changed text. Won't happen again.

I  want to change  the date on top, next to the logo in the German Way. Like Mittwoch, 05.Juni 2013.

Thanks
Steve


: Re: Date in German?
: Tristan Rineer June 05, 2013, 09:28:36 AM
The code you are looking for is around line 187 of the theme "index.php" file.

:
						<div id="s5_date_wrap">
<?php if ($s5_date == "yes") {
echo date('l F d, Y');
?>

</div>

I don't know if there's an easy way to make the PHP date function output in another language, but that's the code you would need to edit.