I’d like to put date and time on the top menu – the same as the visitors’ according to their timezone.
How could I do it the easiest way?
I’m using the Bimber theme.
Thank you!
]]>I am having problems with the code of a function which should display the last login time and hour of a user.
I realised the time is two hours ealier than my timezone.
For example:
– My last login was at Mércores, 29 de Abril de 2020, 7:58:13 a.m. but displays in admin panel: Mércores, 29 de Abril de 2020, 5:58:13 a.m.
The code I used:
function columna_ultimo_inicio_sesion( $output, $column_id, $user_id ){
if( $column_id == 'last_login' ) {
$last_login = get_user_meta( $user_id, 'last_login', true );
$date_format = 'l, j \d\e F \d\e Y, g:i:s a' ;
$output = $last_login ? date_i18n( $date_format, $last_login ) : '----------';
}
return $output;
}
add_action( 'wp_login', 'ultimo_inicio_sesion', 20, 2 );
Do you have a moment?
Thanks
]]>Please help me to change the time format for the Event details
now its like this:
Authentisch Leben
2018 October 26 – 2018 October 28
16:00 – 14:00
But the events is starting 26.10 at 16:00 and is going on till 28.10. 14:00. so i want the time beside the date of each day…
cheers,
Johannes
Also how do you change the date format to dd/mm/yyyy?
]]>I am using UNCODE theme
This is my site https://www.theknoxharrogate.co.uk
Anybody else had this problem and know how to fix this please
Hugo
]]>i have a website about scholarships and i want to show deadline (coutdown or fixed date) instead of post date or show both
this is an example of what i want to say
please i need your help
thank you
]]>Since the last update of my website I have some serious issues with my post, in the blog. The address: www.laurentlanglais.com WP changed the posting dates of all the posts randomly and as they are supposed to show in their publication order it was an absolute mess. I had to find back the initial date of posting on my FB page and then edit them in WP for them to go back to their natural order. Even so, every few days I have some surprises with some old articles being “reposted” on top, with a new publication date this week. I had to put those articles as pending for now. It will look bad on Google ranking to keep messing up with the publications dates and it’s time consuming.
The only thing that I can think of is that I usually publish form France and I am now in the UK, but I have changed the time for London time, didn’t fix the pb…
Any idea please?
I just started to use wordpress as a cms for a couple projects. But i cant fine the file where i can remove the display from time and date.
Can anybody help me out?