Example #1
0
 * Template part for displaying posts.
 *
 * @package azeria
 */
?>
<article id="post-<?php 
the_ID();
?>
" <?php 
post_class('is-loop');
?>
>
	
	<header class="entry-header">
		<?php 
azeria_format_icon('video');
?>
		<div class="entry-header-data">
			<?php 
the_title(sprintf('<h1 class="entry-title"><a href="%s" rel="bookmark">', esc_url(get_permalink())), '</a></h1>');
?>
			<?php 
if ('post' == get_post_type()) {
    ?>
			<div class="entry-meta">
				<?php 
    azeria_post_meta();
    ?>
			</div><!-- .entry-meta -->
			<?php 
}
Example #2
0
 * Template part for displaying posts.
 *
 * @package azeria
 */
?>
<article id="post-<?php 
the_ID();
?>
" <?php 
post_class('is-loop');
?>
>
	
	<header class="entry-header">
		<?php 
azeria_format_icon('gallery');
?>
		<div class="entry-header-data">
			<?php 
the_title(sprintf('<h1 class="entry-title"><a href="%s" rel="bookmark">', esc_url(get_permalink())), '</a></h1>');
?>
			<?php 
if ('post' == get_post_type()) {
    ?>
			<div class="entry-meta">
				<?php 
    azeria_post_meta();
    ?>
			</div><!-- .entry-meta -->
			<?php 
}
Example #3
0
 * Template part for displaying posts.
 *
 * @package azeria
 */
?>
<article id="post-<?php 
the_ID();
?>
" <?php 
post_class('is-loop');
?>
>
	
	<header class="entry-header">
		<?php 
azeria_format_icon('image');
?>
		<div class="entry-header-data">
			<?php 
the_title(sprintf('<h1 class="entry-title"><a href="%s" rel="bookmark">', esc_url(get_permalink())), '</a></h1>');
?>
			<?php 
if ('post' == get_post_type()) {
    ?>
			<div class="entry-meta">
				<?php 
    azeria_post_meta();
    ?>
			</div><!-- .entry-meta -->
			<?php 
}
Example #4
0
<article id="post-<?php 
the_ID();
?>
" <?php 
post_class('is-loop');
?>
>
	
	<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(sprintf('<h1 class="entry-title"><a href="%s" rel="bookmark">', esc_url(get_permalink())), '</a></h1>');
?>
			<?php 
if ('post' == get_post_type()) {
    ?>
			<div class="entry-meta">
				<?php 
    azeria_post_meta();
    ?>
			</div><!-- .entry-meta -->
			<?php 
}
Example #5
0
 * Template part for displaying posts.
 *
 * @package azeria
 */
?>
<article id="post-<?php 
the_ID();
?>
" <?php 
post_class('is-loop');
?>
>
	
	<header class="entry-header">
		<?php 
azeria_format_icon('standard');
?>
		<div class="entry-header-data">
			<?php 
the_title(sprintf('<h1 class="entry-title"><a href="%s" rel="bookmark">', esc_url(get_permalink())), '</a></h1>');
?>
			<?php 
if ('post' == get_post_type()) {
    ?>
			<div class="entry-meta">
				<?php 
    azeria_post_meta();
    ?>
			</div><!-- .entry-meta -->
			<?php 
}