Hacked By AnonymousFox
<article id="post-<?php the_ID(); ?>" <?php post_class('vce-single'); ?>>
<?php if (!vce_use_cover_fimg()) : ?>
<header class="entry-header">
<?php if(vce_get_post_display('show_cat')) : ?>
<span class="meta-category"><?php echo vce_get_category(); ?></span>
<?php endif; ?>
<h1 class="entry-title"><?php the_title(); ?></h1>
<div class="entry-meta"><?php echo vce_get_meta_data('single'); ?></div>
</header>
<?php endif;?>
<?php if ( vce_get_post_display('show_fimg') && has_post_thumbnail() && !vce_use_cover_fimg() ) : ?>
<?php global $vce_sidebar_opts; $img_size = $vce_sidebar_opts['use_sidebar'] == 'none' ? 'vce-lay-a-nosid' : 'vce-lay-a'; ?>
<div class="meta-image">
<?php $full_img = wp_get_attachment_image_src( get_post_thumbnail_id(), 'full' ); ?>
<a href="<?php echo esc_url($full_img[0]); ?>" class="vce-image-format"><?php the_post_thumbnail( $img_size ); ?></a>
<?php if(vce_get_option('show_fimg_cap') && $caption = get_post(get_post_thumbnail_id())->post_excerpt) : ?>
<div class="vce-photo-caption"><?php echo $caption; ?></div>
<?php endif; ?>
</div>
<?php endif; ?>
<?php if(vce_get_post_display('show_headline') && has_excerpt()) : ?>
<div class="entry-headline">
<?php the_excerpt(); ?>
</div>
<?php endif; ?>
<div class="entry-content">
<?php the_content(); ?>
</div>
<?php if(vce_get_post_display('show_tags')) : ?>
<footer class="entry-footer">
<div class="meta-tags">
<?php the_tags( false, ' ', false ); ?>
</div>
</footer>
<?php endif; ?>
<?php if ( vce_get_option( 'show_share' ) ) : ?>
<?php get_template_part('sections/share-bar'); ?>
<?php endif; ?>
</article>
Hacked By AnonymousFox1.0, Coded By AnonymousFox