コード例 #1
0
ファイル: content.php プロジェクト: mystified7545/MyBlog
		</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();
?>
 -->
コード例 #2
0
    }
    if (!weaverii_compact_post() && !$linked || !$linked) {
        weaverii_the_excerpt_featured();
    }
}
// display gallery format
wp_link_pages(array('before' => '<div class="page-link"><span>' . __('Pages:', 'weaver-ii') . '</span>', 'after' => '</div>'));
?>
		</div><!-- .entry-summary -->
<?php 
if (!weaverii_compact_post()) {
    ?>
	    <footer class="entry-utility"><?php 
    weaverii_post_bottom_info();
    ?>
	    </footer><!-- #entry-utility --> <?php 
    weaverii_compact_link('check');
} else {
    if (!$linked) {
        weaverii_compact_link();
    }
    edit_post_link(__('Edit', 'weaver-ii'), '<span class="edit-link">', '</span>');
}
weaverii_inject_area('postpostcontent');
// inject post comment body
?>
</article><!-- #post-<?php 
the_ID();
?>
 -->