http://novelist.maximfactory.com/
How do I remove the time but keep the date from the LATEST BOOKS portfolio post from the Enfold Child Latest Portfolio in the side bar?
Thanks.
Hey Micheal0424!
Try opening up /enfold/framework/php/class-framework-widgets.php and around line 520 you should see this.
$time_format = apply_filters( 'avia_widget_time', get_option('date_format')." - ".get_option('time_format'), 'avia_newsbox' );
Try changing it to this.
$time_format = apply_filters( 'avia_widget_time', get_option('date_format'), 'avia_newsbox' );
Regards,
Elliott
I use filezilla for this or can I do it from within the website?
Thanks.
I used FIleZilla, worked perfectly.
Thank you!!