category page with pagination and filter
This commit is contained in:
parent
528ddcee31
commit
dad25818b9
3 changed files with 45 additions and 4 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue