diff --git a/series-landing.php b/series-landing.php index b5f4fe31e..e6947f52f 100644 --- a/series-landing.php +++ b/series-landing.php @@ -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();