Hacked By AnonymousFox
<article id="post-<?php the_ID(); ?>" <?php post_class('vce-page'); ?>>
<?php if ( vce_get_option( 'page_show_fimg' ) && has_post_thumbnail() ) : ?>
<?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('page_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; ?>
<header class="entry-header">
<h1 class="entry-title entry-title-page"><?php the_title(); ?></h1>
</header>
<div class="entry-content page-content">
<?php the_content(); ?>
<?php wp_link_pages(array('before' => '', 'after' => '', 'next_or_number' => 'next')); ?>
</div>
<?php if ( vce_get_option( 'page_show_share' ) ) : ?>
<?php get_template_part('sections/share-bar'); ?>
<?php endif; ?>
</article>
Hacked By AnonymousFox1.0, Coded By AnonymousFox