equal
deleted
inserted
replaced
43 <?php if ( get_the_author_meta( 'description' ) ) : ?> |
43 <?php if ( get_the_author_meta( 'description' ) ) : ?> |
44 <?php get_template_part( 'author-bio' ); ?> |
44 <?php get_template_part( 'author-bio' ); ?> |
45 <?php endif; ?> |
45 <?php endif; ?> |
46 |
46 |
47 <?php /* The loop */ ?> |
47 <?php /* The loop */ ?> |
48 <?php while ( have_posts() ) : the_post(); ?> |
48 <?php |
|
49 while ( have_posts() ) : |
|
50 the_post(); |
|
51 ?> |
49 <?php get_template_part( 'content', get_post_format() ); ?> |
52 <?php get_template_part( 'content', get_post_format() ); ?> |
50 <?php endwhile; ?> |
53 <?php endwhile; ?> |
51 |
54 |
52 <?php twentythirteen_paging_nav(); ?> |
55 <?php twentythirteen_paging_nav(); ?> |
53 |
56 |