' . wp_kses_post(get_the_date()) . ''; // WPCS: XSS OK.
}
endif;
if ( ! function_exists( 'arina_posted_by' ) ) :
/**
* Prints HTML with meta information for the current author.
*/
function arina_posted_by() {?>
');
arina_posted_by();
arina_posted_on();
arina_comments_number();
echo wp_kses_post('');
}else{
echo wp_kses_post('');
arina_posted_by();
arina_posted_on();
arina_comments_number();
echo wp_kses_post( '
');
}
}
endif;
if ( ! function_exists( 'arina_post_thumbnail' ) ) :
/**
* Displays an optional post thumbnail.
*
* Wraps the post thumbnail in an anchor element on index views, or a div
* element when on single views.
*/
function arina_post_thumbnail() {
if ( post_password_required() || is_attachment() || ! has_post_thumbnail() ) {
return;
}
if ( is_singular() ) :
?>