category page with pagination and filter

This commit is contained in:
Jonas Heinrich 2020-06-07 17:57:38 +02:00
parent 528ddcee31
commit dad25818b9
3 changed files with 45 additions and 4 deletions

View file

@ -60,7 +60,6 @@ get_header();
) ); ?>
</div>
</div>
<?php while ( have_posts() ) : the_post(); ?>
@ -86,9 +85,6 @@ get_header();
'before_page_number' => __('Page ', 'kit')
) ); ?>
</div>
</div>
</div>