Exemple #1
0
		</div><!-- .entry-summary -->
<?php 
    } else {
        ?>
		<div class="entry-content cf">
<?php 
        weaverii_the_contnt_featured();
        wp_link_pages(array('before' => '<div class="page-link"><span>' . __('Pages:', 'weaver-ii') . '</span>', 'after' => '</div>'));
        ?>
		</div><!-- .entry-content -->
<?php 
    }
    ?>

		<footer class="entry-utility">
<?php 
    weaverii_post_bottom_info();
    weaverii_compact_link('check');
    ?>
		</footer><!-- #entry-utility -->
<?php 
    weaverii_inject_area('postpostcontent');
    // inject post comment body
}
// regular post
?>
	</article><!-- #post-<?php 
the_ID();
?>
 -->
}
?>
	</header><!-- .entry-header -->

	<div class="entry-content cf">
		<?php 
weaverii_the_contnt_featured_single();
?>
		<?php 
wp_link_pages(array('before' => '<div class="page-link"><span>' . __('Pages:', 'weaver-ii') . '</span>', 'after' => '</div>'));
?>
	</div><!-- .entry-content -->

	<footer class="entry-utility">
<?php 
weaverii_post_bottom_info('single');
if (get_the_author_meta('description') && !weaverii_getopt('wii_hide_author_bio')) {
    // If a user has filled out their description, show a bio on their entries
    ?>
		<div id="author-info">
			<div id="author-avatar">
				<?php 
    echo get_avatar(get_the_author_meta('user_email'), apply_filters('weaverii_author_bio_avatar_size', 68));
    ?>
			</div><!-- #author-avatar -->
			<div id="author-description">
				<h2><?php 
    printf(esc_attr__('About %s', 'weaver-ii'), trim(get_the_author()));
    ?>
</h2>
				<?php