Esempio n. 1
0
?>

<?php 
$classes = 'post';
?>

<article id="post-<?php 
the_ID();
?>
" <?php 
post_class($classes);
?>
>
	
	<?php 
Bw::set_post_views();
?>
	
	<?php 
if (!Bw::get_meta_checkbox('bw_full_width_featured')) {
    ?>
		<?php 
    get_template_part('templates/post-templates/content-featured');
    ?>
	<?php 
}
?>
	
	<div class="post-excerpt">
		<?php 
if (is_single()) {