I want to remove time not date in widget and post sidebar
Hey Solomon,
Thanks for contacting us!
Please add following code to bottom of functions.php file of your child theme
add_filter('avia_widget_time', 'change_avia_date_format', 10, 2);
function change_avia_date_format($date, $function) {
return get_option('date_format');
}
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Cheers!
Yigit
Please don’t have any child theme installed
How do I get it and install
Won’t it over write my current theme
Hi,
Please refer to this post – https://kriesi.at/documentation/enfold/child-theme/
If you have any other questions or issues, please register to our support forum – https://kriesi.at/support/register/ using your purchase code and start new threads under Enfold sub forum :)
Regards,
Yigit