File: /home/globfdxw/www/wp-content/plugins/sermone/templates/quickview-detail.php
<?php
/**
* Sermone quickview detail
*
* @since 1.0.0
* @version 1.0.0
*/
?>
<div class="<?php echo sermone_classes_hook( 'sermone-quickview-detail-container', 'sermone_quickview_detail' ) ?>">
<div class="sermone-header">
<div class="sermone-thumb">
<?php sermone_get_post_thumb_html( $post_id, apply_filters( 'sermone_quickview_post_image_size', 'thumbnail' ) ) ?>
</div>
<div class="sermone-info">
<div class="more-info">
<?php echo __( 'on', 'sermone' ) ?> <u><?php echo sermone_get_field( 'sermon_date_preached', $post_id ) ?></u>
<?php echo get_the_term_list( $post_id, 'sermone_preacher', __( '— by ', 'sermone' ), ', ', '.' ) ?>
</div>
<div class="in-tax">
<?php sermone_post_in_tax_html( $post_id ) ?>
</div>
<h4 class="sermone-title">
<a href="<?php echo get_the_permalink( $post_id ) ?>"><?php echo get_the_title( $post_id ) ?></a>
</h4>
</div>
</div>
<?php sermone_single_media_nav_html( $post_id ) ?>
<div class="sermone-content">
<?php echo wpautop( get_the_content( '', '', $post_id ) ) ?>
</div>
</div> <!-- .sermone-quickview-detail-container -->