Skip to content

Commit

Permalink
whoops, missed this earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
aschweigert committed Aug 23, 2016
1 parent b1a33f0 commit e7825a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions series-landing.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,11 +129,11 @@
}

$series_query = new WP_Query($args);
$counter = 0;
$counter = 1;
while ( $series_query->have_posts() ) : $series_query->the_post();
get_template_part( 'partials/content', 'series' );
$counter++;
do_action( 'largo_loop_after_post_x', $counter, $context = 'archive' );
$counter++;
endwhile;
wp_reset_postdata();

Expand Down

0 comments on commit e7825a8

Please sign in to comment.