' . esc_html__( 'Posted in %1$s', 'ba-tours-light' ) . '', $categories_list ); } $tags_list = get_the_tag_list( '', esc_html_x( ', ', 'list item separator', 'ba-tours-light' ) ); if ( $tags_list ) { printf( '' . esc_html__( 'Tagged %1$s', 'ba-tours-light' ) . '', $tags_list ); } } if ( ! is_single() && ! post_password_required() && ( comments_open() || get_comments_number() ) ) { echo ''; comments_popup_link( sprintf( wp_kses( /* translators: %s: Name of current post. Only visible to screen readers */ __( 'Leave a comment on %s', 'ba-tours-light' ), array( 'span' => array( 'class' => array(), ), ) ), get_the_title() ) ); echo ''; } edit_post_link( sprintf( wp_kses( /* translators: %s: Name of current post. Only visible to screen readers */ __( 'Edit %s', 'ba-tours-light' ), array( 'span' => array( 'class' => array(), ), ) ), get_the_title() ), '', '' );