Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #224288

    hello
    I do not want to show the post time but leave the date in this span: news-time.
    Thank you

    #224687

    Hi,

    Can you post the link to your Blog please?

    Regards,
    Josue

    #224816

    http://www.domodeco.fr
    look at the footer, the third column

    #224826

    Hey!

    Please insert this code into the theme functions.php file:

    
    function change_avia_date_format($date, $function) {
      if(!empty($function) && $function != 'avia_get_comment_list') $date = get_option('date_format');
      return $date;
    }
    add_filter('avia_widget_time', 'change_avia_date_format', 10, 2);
    

    Regards,
    Peter

    #231513

    perfect and solved :-)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How to delete news-time ?’ is closed to new replies.