Hi,
I would like to have just the date within the combo and within the latest news widget, no time.
How can I remove the "-" and the time?
Combo Widget:

Latest News Widget:

Thanks.
Hi,
I would like to have just the date within the combo and within the latest news widget, no time.
How can I remove the "-" and the time?
Combo Widget:

Latest News Widget:

Thanks.
just found it out with try&error ;-)
class-framework-widgets.php (from folder "framework" -> "php"):
search in line 384 and 915 for:
$time_format = apply_filters( 'avia_widget_time' , get_option('date_format')." - ".get_option('time_format') );
and replace it with
$time_format = apply_filters( 'avia_widget_time' , get_option('date_format')." " );
solved and works :-)
Glad you figured it out!
Regards,
Mya
You must log in to post.