Date Format in Recent Posts Widget
-
Hi,
The date format in the recent posts widget doesn’t seem to conform to the selection made in the WordPress settings. You may want to fix this. In the meantime could you please let me know how to fix it. I’m looking in the template-tags.php file, and I’m guessing it is something around here…
$time_string = sprintf( $time_string,
esc_attr( get_the_date( ‘c’ ) ),
esc_html( get_the_date() ),
esc_attr( get_the_modified_date( ‘c’ ) ),
esc_html( get_the_modified_date() )
);Thanks
Matt
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Date Format in Recent Posts Widget’ is closed to new replies.