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_is_paginated_post() ) : global $page; ?>
<?php if ( vce_get_option( 'show_paginated' ) == 'above' ) : ?>
<?php get_template_part( 'sections/paginated-nav' ); ?>
<?php endif; ?>
<?php endif; ?>
<?php if ( vce_get_post_display( 'show_fimg' ) && has_post_thumbnail() && !vce_use_cover_fimg() ) : ?>
<?php if ( !vce_is_paginated_post() || ( vce_is_paginated_post() && vce_get_option( 'show_paginated_fimg' ) ) && $page <= 1 ) : ?>
<?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 the_post_thumbnail( $img_size ); ?>
<?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 if ( vce_get_post_display( 'show_author_img' ) ) : ?>
<div class="meta-author">
<?php echo get_avatar( get_the_author_meta( 'ID' ), 100 ); ?>
<div class="meta-author-wrapped"><?php echo __vce( 'written_by' ); ?> <span class="vcard author"><span class="fn"><a href="<?php echo esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ); ?>"><?php echo get_the_author_meta( 'display_name' ); ?></a></span></span></div>
</div>
<?php endif; ?>
<?php endif; ?>
<?php endif; ?>
<?php if ( vce_get_post_display( 'show_headline' ) && has_excerpt() ) : ?>
<?php if ( !vce_is_paginated_post() || ( vce_is_paginated_post() && vce_get_option( 'show_paginated_headline' ) ) && $page <= 1 ) : ?>
<div class="entry-headline">
<?php the_excerpt(); ?>
</div>
<?php endif; ?>
<?php endif; ?>
<div class="entry-content">
<?php the_content(); ?>
</div>
<?php if ( vce_is_paginated_post() && vce_get_option( 'show_paginated' ) == 'below' ) : ?>
<?php get_template_part( 'sections/paginated-nav' ); ?>
<?php endif; ?>
<?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