Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #352607

    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.

    #352775

    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

    #353230

    I use filezilla for this or can I do it from within the website?

    Thanks.

    #353235

    I used FIleZilla, worked perfectly.

    Thank you!!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove time from latest portfolio side bar widget?’ is closed to new replies.