' . esc_html( single_post_title( '', false ) ) . ''; elseif ( is_archive() ) : the_archive_title( '

', '

' ); the_archive_description( '

', '

' ); elseif ( is_search() ) : printf( /* translators: %s: search query. */ '

%s

', sprintf( esc_html__( 'Search results for “%s”', 'bongoto-shop' ), esc_html( get_search_query() ) ) ); endif; ?>
role="listitem" style="margin-bottom: var(--bt-space-6); padding: var(--bt-space-6);">

'', ) ); } else { the_excerpt(); } ?>
' . esc_html__( 'Categories: ', 'bongoto-shop' ) . wp_kses_post( $cats ) . ''; } if ( $tags ) { echo ' | ' . esc_html__( 'Tags: ', 'bongoto-shop' ) . wp_kses_post( $tags ) . ''; } ?>