<div class="author vcard">Автор: <strong><a class="url fn" href="https://inima.org/">Inima</a></strong></div> <div class="updated"><span class="published"><?php the_date('Ymd');?></span></div>
function ok_remove_hentry( $classes ) { if( ( $key = array_search( 'hentry', $classes ) ) !== false ) unset( $classes[$key] ); return $classes; } add_filter( 'post_class', 'ok_remove_hentry', 20 );