コード例 #1
0
 */
?>

<article id="post-<?php 
the_ID();
?>
" <?php 
post_class("stream-post");
?>
>
	
	<header class="entry-header">

		<div class="entry-meta">
			<?php 
cje_duo_entry_meta("stream-post-meta");
?>
			<?php 
edit_post_link(__('Edit', 'twentythirteen'), '<span class="edit-link">', '</span>');
?>
		</div><!-- .entry-meta -->

	</header><!-- .entry-header -->

	<a class="stream-post-link" href="<?php 
the_permalink();
?>
" rel="bookmark">
	<h2 class="entry-title">
		<span><?php 
the_title();
コード例 #2
0
    echo '<span class="categories-links">' . $categories_list . '</span>';
}
?>
	</span>
	
		<h1 class="entry-title"><?php 
the_title();
?>
</h1>

	</div>
	</header><!-- .entry-header -->

	<div class="post-sidebar">
		<?php 
cje_duo_entry_meta("");
?>
	</div>
	<?php 
if (has_post_thumbnail() && !post_password_required()) {
    ?>
	<div class="article-feature">
		<div class="entry-thumb">
			<?php 
    the_post_thumbnail();
    ?>
		</div>
	</div>
	<?php 
}
?>