>
%s', $categories_list ); // WPCS: XSS OK. } } the_title( '

', '

' ); $author_meta = blog_way_get_option( 'single_author_meta' ); $date_meta = blog_way_get_option( 'single_date_meta' ); if( 1 === absint( $author_meta ) || 1 === absint( $date_meta ) ){ ?>
→', 'blog-inn' ), array( 'span' => array( 'class' => array() ) ) ), the_title( '"', '"', false ) ) ); wp_link_pages( array( 'before' => '', ) ); $tag_meta = blog_way_get_option( 'single_tags_meta' ); if ( ( 'post' === get_post_type() ) && ( 1 === absint( $tag_meta ) ) ) { /* translators: used between list items, there is a space after the comma */ $tags_list = get_the_tag_list( '', esc_html__( ', ', 'blog-inn' ) ); if ( $tags_list ) { /* translators: tags used in post */ printf( '' . esc_html__( 'Tagged %1$s', 'blog-inn' ) . '', $tags_list ); // WPCS: XSS OK. } } ?>