Viewing 1 replies (of 1 total)
  • widget settings, Display Date+Use Relative Date

    only time – wp-content/plugins/recent-posts-widget-extended/includes/functions.php and replace 181 line, the default code:

    $html .= '<time class="rpwe-time published" datetime="' . esc_html( get_the_date( 'c' ) ) . '">' . esc_html( $date ) . '</time>';
    

    new code:

    
    $html .= '<time class="rpwe-time published" datetime="' . esc_html( get_the_date( 'c' ) ) . '">' . get_the_date( 'g:i A' ) . '</time>';
    
Viewing 1 replies (of 1 total)
  • The topic ‘Recent post widget with time’ is closed to new replies.