';
if ($show_date) {
$time_string = '
';
if ( get_the_time( 'U' ) !== get_the_modified_time( 'U' ) ) {
$time_string = '
';
}
$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() )
);
$posted_on = '
' . $time_string . '';
echo '
' . $posted_on . ''; // WPCS: XSS OK.
}
if ($show_categories) {
$categories_list = get_the_category_list( esc_html__( ', ', 'blogbasico' ) );
if ( $categories_list ) {
echo '
' . $categories_list. '';
}
}
if ($show_comments_counter) {
if (! post_password_required() ) {
if (comments_open()) {
echo '';
} else if (get_comments_number()) {
echo '';
}
}
}
echo '
';
}
}
echo '';
}
}
if (!function_exists('blogbasico_entry_footer')) {
function blogbasico_entry_footer() {
$show_tags = get_theme_mod('blog_show_tags', 1);
if ($show_tags) {
if ( 'post' === get_post_type() ) {
echo '';
}
}
}
}
if (!function_exists('blogbasico_posts_navigation')) {
function blogbasico_posts_navigation() {
the_posts_navigation(array(
'prev_text' => '