Untitled diff

Created Diff never expires
1 removal
21 lines
7 additions
27 lines
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr( 'Permalink to %s' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<h2 class="entry-title"><a href="<?php the_permalink(); ?>" title="<?php printf( esc_attr( 'Permalink to %s' ), the_title_attribute( 'echo=0' ) ); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
<div class="entry-meta">
<div class="entry-meta">
<?php echo retina_post_date() . retina_post_comments() . retina_post_author() . retina_post_sticky() . retina_post_edit_link(); ?>
<?php echo retina_post_date() . retina_post_comments() . retina_post_author() . retina_post_sticky() . retina_post_edit_link(); ?>
</div><!-- .entry-meta -->
</div><!-- .entry-meta -->
<?php retina_featured_image(); ?>
<?php
if(function_exists('has_post_video') && has_post_video()):
the_post_video();
else:
retina_featured_image();
endif;
?>
<div class="entry-content clearfix">
<div class="entry-content clearfix">
<?php retina_post_style(); ?>
<?php retina_post_style(); ?>
</div> <!-- end .entry-content -->
</div> <!-- end .entry-content -->
<?php echo retina_link_pages(); ?>
<?php echo retina_link_pages(); ?>
<div class="entry-meta-bottom">
<div class="entry-meta-bottom">
<?php echo retina_post_category() . retina_post_tags(); ?>
<?php echo retina_post_category() . retina_post_tags(); ?>
</div><!-- .entry-meta-bottom -->
</div><!-- .entry-meta-bottom -->
</div> <!-- end #post-<?php the_ID(); ?> .post_class -->
</div> <!-- end #post-<?php the_ID(); ?> .post_class -->