Exemplo n.º 1
0
<?php 
    }
    weaverii_comments_popup_link();
    ?>
		</header><!-- .entry-header -->
<?php 
    if (weaverii_get_per_page_value('wvr_pwp_type') == 'title_featured' && !weaverii_sc_getopt('showposts') || weaverii_sc_getopt('show') == 'title_featured') {
        // title has been displayed - add the featured image after for these special cases
        echo '<div class="entry-content cf">';
        weaverii_use_fi_in_content();
        echo '</div>';
    }
    if (weaverii_show_only_title()) {
        return;
    }
    if (weaverii_do_excerpt()) {
        ?>
		<div class="entry-summary"> <!-- EXCERPT -->
<?php 
        weaverii_the_excerpt_featured();
        ?>
		</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 -->
Exemplo n.º 2
0
			<div class="comments-link">
<?php 
        weaverii_comments_popup_link();
        ?>
			</div>
<?php 
    }
    ?>
		</header><!-- .entry-header -->

		<?php 
    if (weaverii_show_only_title()) {
        return;
    }
}
if (weaverii_do_excerpt() && !weaverii_compact_post()) {
    // Only display Excerpts for Search
    ?>
		<div class="entry-summary">
			<?php 
    weaverii_the_excerpt_featured();
    ?>
		</div><!-- .entry-summary -->
<?php 
} else {
    ?>
		<div class="entry-content cf">
			<span class="post-avatar">
<?php 
    echo get_avatar(get_the_author_meta('user_email'), 32, null, 'avatar');
    ?>