wp/wp-content/themes/twentythirteen/author.php
changeset 7 cf61fcea0001
parent 5 5e2f62d02dcd
child 10 372f2766ea20
equal deleted inserted replaced
6:490d5cc509ed 7:cf61fcea0001
    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