Hacked By AnonymousFox
<article <?php post_class('vce-post vce-lay-b'); ?>>
<?php if($fimage = vce_featured_image('vce-lay-b')): ?>
<div class="meta-image">
<a href="<?php echo esc_url(get_permalink()); ?>" title="<?php echo esc_attr(get_the_title()); ?>">
<?php echo $fimage; ?>
<?php if($icon = vce_post_format_icon('lay_b')) :?>
<span class="vce-format-icon">
<i class="fa <?php echo $icon; ?>"></i>
</span>
<?php endif; ?>
</a>
</div>
<?php endif; ?>
<header class="entry-header">
<?php if( vce_get_option('lay_b_cat')) : ?>
<span class="meta-category"><?php echo vce_get_category(); ?></span>
<?php endif; ?>
<h2 class="entry-title"><a href="<?php echo esc_url(get_permalink()); ?>" title="<?php echo esc_attr(get_the_title()); ?>"><?php echo vce_get_title('lay-b'); ?></a></h2>
<?php if($meta = vce_get_meta_data('lay-b')): ?><div class="entry-meta"><?php echo $meta; ?></div><?php endif; ?>
</header>
<?php if( vce_get_option('lay_b_excerpt')) : ?>
<div class="entry-content">
<p><?php echo vce_get_excerpt('lay-b'); ?></p>
</div>
<?php endif; ?>
</article>
Hacked By AnonymousFox1.0, Coded By AnonymousFox