Skip to content

Commit

Permalink
Add support for Infinite Scroll #17
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiosanches committed Jan 27, 2013
1 parent 8a6ba79 commit 2f002dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion author.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</div><!-- .author-info -->
<?php endif; ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php echo get_template_part( 'loop' ); ?>
<?php get_template_part( 'content', get_post_format() ); ?>
<?php endwhile; ?>
<?php echo odin_pagination(); ?>
<?php else : ?>
Expand Down

0 comments on commit 2f002dd

Please sign in to comment.