Example #1
0
						<article id="post-<?php 
the_ID();
?>
" <?php 
post_class();
?>
>
							<header class="entry-header">
								<div class="entry-thumb">
									<?php 
wpmedium_the_post_thumbnail();
?>
									<?php 
wpmedium_the_post_thumbnail_credit();
?>
								</div>
								<div class="entry-meta">
									<?php 
wpmedium_post_entry_meta();
?>
								</div><!-- .entry-meta -->
								<h1 class="entry-title">
									<a href="<?php 
the_permalink();
?>
" title="<?php 
echo esc_attr(sprintf(__('Permalink to %s', 'wpmedium'), the_title_attribute('echo=0')));
?>
" rel="bookmark"><?php 
the_title();
Example #2
0
the_ID();
?>
" <?php 
post_class($class);
?>
>
							<header class="entry-header">
								<div class="entry-header-image">
									<a href="<?php 
the_permalink();
?>
" title="<?php 
the_title();
?>
"><?php 
wpmedium_the_post_thumbnail(null, 'medium-featured-image');
?>
</a>
								</div>
								<h1 class="entry-title">
									<a href="<?php 
the_permalink();
?>
" title="<?php 
echo esc_attr(sprintf(__('Permalink to %s', 'wpmedium'), the_title_attribute('echo=0')));
?>
" rel="bookmark"><?php 
the_title();
?>
</a>
								</h1>