Got it –
$loop .= sprintf( '<div class="term-time">%s</div>',get_the_term_list( $post->ID, 'strategy', 'Strategy: ', ', ' ) );
Change strategy for your custom taxonomy
Tried this but still not working…
<?php
archive_listing_loop();
else :
// If no content, include the "No posts found" template.
//get_template_part( 'content', 'none' );
printf( '<div class="entry"><p>%s</p></div>', __( 'Sorry, no properties matched your criteria.', 'agentpress' ) );
endif;
?>