HEX
Server: LiteSpeed
System: Linux server315.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: globfdxw (6114)
PHP: 8.1.34
Disabled: NONE
Upload Files
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 -->