'; if ( is_singular() ) { the_title( '

', '

' ); } else { the_title( '

', '

' ); } if ($show_date || $show_categories || $show_comments_counter) { if ( 'post' === get_post_type() ) { echo '
'; 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 ''; comments_number(esc_html__('No Comments', 'blogbasico'), esc_html__('1 Comment', 'blogbasico'), esc_html__('% Comments', 'blogbasico')); echo ''; } else if (get_comments_number()) { echo ''; comments_number('', esc_html__('1 Comment', 'blogbasico'), esc_html__('% Comments', 'blogbasico')); 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' => ' '.esc_html__('Older posts','blogbasico'), 'next_text' => esc_html__('Newer posts','blogbasico').' ' )); } } if (!function_exists('blogbasico_post_navigation')) { function blogbasico_post_navigation(){ the_post_navigation( array( 'prev_text' => ' %title', 'next_text' => '%title ' ) ); } } if (!function_exists('blogbasico_comments_navigation')) { function blogbasico_comments_navigation(){ the_comments_navigation(array( 'prev_text' => ' '.esc_html__( 'Older comments' ,'blogbasico'), 'next_text' => esc_html__( 'Newer comments' ,'blogbasico').' ' )); } } if (!function_exists('blogbasico_posts_pagination')) { function blogbasico_posts_pagination(){ the_posts_pagination(array( 'prev_text' => '', 'next_text' => '' )); } } if (!function_exists('blogbasico_about_the_author')) { function blogbasico_about_the_author() { $author_ID = get_the_author_meta('ID'); $author_email = get_the_author_meta('user_email'); $author_display_name = get_the_author_meta('display_name'); $author_posts_url = get_author_posts_url($author_ID); ?>
()