sprintf( __( '%s', 'alvarado' ), '%title' ), ) ); } // If comments are open or there is at least one comment, load up the comment template. //if ( comments_open() || get_comments_number() ) { // comments_template(); // } // Previous/next post navigation. // $alvarado_next = is_rtl() ? alvarado_get_icon_svg( 'ui', 'arrow_left' ) : alvarado_get_icon_svg( 'ui', 'arrow_right' ); // $alvarado_prev = is_rtl() ? alvarado_get_icon_svg( 'ui', 'arrow_right' ) : alvarado_get_icon_svg( 'ui', 'arrow_left' ); // $alvarado_next_label = esc_html__( 'Next post', 'alvarado' ); //$alvarado_previous_label = esc_html__( 'Previous post', 'alvarado' ); //the_post_navigation( //array( // 'next_text' => '
%title
', // 'prev_text' => '%title
', // ) // ); endwhile; // End of the loop. get_footer();