Sindbad~EG File Manager

Current Path : /home/frekansk/www/wp-content/themes/turitor/template-parts/blog/contents/format/
Upload File :
Current File : /home/frekansk/www/wp-content/themes/turitor/template-parts/blog/contents/format/standard-video.php

      <div class="post-media post-video">
         <?php if(has_post_thumbnail()): ?>
            <img class="img-fluid" alt="<?php the_title_attribute(); ?>" src="<?php echo esc_url(get_the_post_thumbnail_url()); ?>" >
            <?php 
            if ( is_sticky() ) {
                  echo '<sup class="meta-featured-post"> <i class="fa fa-thumb-tack"></i> ' . esc_html__( 'Sticky', 'turitor' ) . ' </sup>';
               }  
            ?>

            <?php if( defined( 'FW' ) && turitor_meta_option(get_the_ID(),'featured_video')!=''): ?>
                  <div class="video-link-btn">
                     <a href="<?php echo turitor_meta_option(get_the_ID(),'featured_video'); ?>" class="play-btn popup-btn"><i class="tsicon tsicon-play"></i></a>
                  </div>
            <?php endif; ?> 
               
         <?php endif; ?>
      </div>
      <div class="post-body clearfix">
         <div class="entry-header">
           <?php turitor_post_meta(); ?>
           <h2 class="entry-title">
               <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a>
           </h2>
         </div>
             
         <div class="post-content">
            <div class="entry-content">
                <p>
                     <?php turitor_excerpt( 40, null ); ?>
                </p>
            </div>
            <?php
               if(!is_single()):
                  printf('<div class="post-footer readmore-btn-area"><a class="readmore" href="%1$s">%2$s <i class="tsicon tsicon-arrow-right"></i></a></div>',
                  esc_url(get_the_permalink()), esc_html__('Continue', 'turitor'));
               endif;  
            ?>
      </div>
   <!-- Post content right-->

</div>
<!-- post-body end-->

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists