Beispiel #1
0
/**
 * Template part for displaying single posts.
 *
 * @package azeria
 */
?>
<article id="post-<?php 
the_ID();
?>
" <?php 
post_class('is-single');
?>
>
	<?php 
azeria_post_thumbnail(false);
?>
	<header class="entry-header">

		<?php 
$format = get_post_format();
if (!$format) {
    $format = 'standard';
}
azeria_format_icon($format);
?>
		<div class="entry-header-data">
			<?php 
the_title('<h1 class="entry-title">', '</h1>');
?>
Beispiel #2
0
?>
			<?php 
if ('post' == get_post_type()) {
    ?>
			<div class="entry-meta">
				<?php 
    azeria_post_meta();
    ?>
			</div><!-- .entry-meta -->
			<?php 
}
?>
		</div>
	</header><!-- .entry-header -->
	<?php 
azeria_post_thumbnail();
?>
	<div class="entry-content">
		<?php 
azeria_blog_content();
?>
	</div><!-- .entry-content -->
	<footer class="entry-footer">
		<?php 
azeria_post_meta('loop', 'footer');
azeria_read_more();
?>
	</footer><!-- .entry-footer -->

</article><!-- #post-## -->