- This topic has 4 replies, 2 voices, and was last updated 5 years, 10 months ago by .
Date is in english in WordPress italian
You must be logged in to reply to this topic.
Hi
I set the date of my posts j F Y byt it still appears like this: marzo 15th, 2017 http://www.accanitelettrici.org/eventi/le-accanite-a-torino-indie-nights-2/
And by the way why is it that the header is lower than the top of the page?
Hi,
if I set the header as Sticky everything is fine, as you can see now, but I don’t want it sticky.
Instead I’ve not been able to fix the date in italian.
Bye and Thank you
You can toggle off the Sticky Menu in the Header section of Integral Options Panel.
The date format is hard coded in the single.php file on line 27.
You can internationalize it by changing it from,
the_time('F jS, Y')
TO:
echo date_i18n('l jS F Y');
Hi Hans
if I toggle off the Sticky Menu, as you say, the navbar of the Blog page mantains a distance from the top of the page.
No way to change the date in no way, I tried in single.php and then in function.php and general-template.php but something very strong rules above all 😀
Anyway you have been very kind and I appreciate it very much
Bye
You must be logged in to reply to this topic.