File: /var/www/html/wpbiancoarte/wp-content/themes/hiroshi/inc/search/templates/parts/post.php
<article <?php post_class( 'qodef-search-item qodef-e' ); ?>>
<div class="qodef-e-inner">
<?php
// Include post title
hiroshi_template_part( 'search', 'templates/parts/post-info/image' );
?>
<div class="qodef-e-content">
<?php
// Include post title
hiroshi_template_part( 'search', 'templates/parts/post-info/title' );
// Include post excerpt
hiroshi_template_part( 'search', 'templates/parts/post-info/excerpt' );
?>
</div>
</div>
</article>