Probabilmente usi il tema twenty eleven
l'attributo pubdate (data di publicazzione) e stato rimosso delle specifiche W3C per HTML 5. Questo e un errore minore, ma nel caso ti preoccupa, basta rimuovere l'attributo della funzione che lo utilizza.
if ( ! function_exists( 'twentyeleven_posted_on' ) ) :
/**
* Prints HTML with meta information for the current post-date/time and author.
* Create your own twentyeleven_posted_on to override in a child theme
*
* @since Twenty Eleven 1.0
*/
function twentyeleven_posted_on() {
printf( __( '<span class="sep">Posted on </span><a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date" datetime="%3$s" pubdate>%4$s</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="%5$s" title="%6$s" rel="author">%7$s</a></span></span>', 'twentyeleven' ),
esc_url( get_permalink() ),
basta rimuovere " pubdate>%4$s"