%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/higroup/wp-content/themes/evenex/template-parts/blog/contents/
Upload File :
Create Path :
Current File : /var/www/html/higroup/wp-content/themes/evenex/template-parts/blog/contents/content-single.php

<?php if ( has_post_thumbnail() && !post_password_required() ) : ?>
		<div class="post-media post-image">
		     <img class="img-fluid" src="<?php echo esc_url(get_the_post_thumbnail_url()); ?>" alt=" <?php esc_attr(the_title_attribute()); ?>">
               <?php
                  $date_style = evenex_option('blog_date_style','classic');
                  if ( $date_style == "creative" ) :
                        evenex_post_meta_date();
                  endif;
                ?>
      </div>

	<?php endif; ?>
	<div class="post-body clearfix">

		<!-- Article header -->
		<header class="entry-header clearfix">
			<?php evenex_post_meta(); ?>
		</header><!-- header end -->

		<!-- Article content -->
		<div class="entry-content clearfix">
			<?php
			if ( is_search() ) {
				the_excerpt();
			} else {
				the_content( esc_html__( 'Continue reading &rarr;', 'evenex' ) );
				evenex_link_pages();
			}
			?>
         <?php
            if ( is_user_logged_in() && is_single() ) {
         ?>

                  <p style="float:left;margin-top:20px;">
                  <?php
                  edit_post_link(
                     esc_html__( 'Edit', 'evenex' ),
                     '<span class="meta-edit">',
                     '</span>'
                  );
                  ?>

           </p>
         <?php
            }
         ?>
      </div> <!-- end entry-content -->
      <span class="single_post_hr_line"></span>
      <div class="post-footer clearfix">
         <?php get_template_part( 'template-parts/blog/post-parts/part', 'tags' ); ?>
      </div> <!-- .entry-footer -->
   </div> <!-- end post-body -->

Zerion Mini Shell 1.0