Skip to content

Commit

Permalink
Updated pagination location on archive pages.
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbohacek committed Nov 19, 2022
1 parent fdeea7f commit 88f1f1f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,8 @@ function tag_links( $tag ){
HTML;
}
}
include( locate_template( 'support-botwiki.php', false, false ) );
get_template_part( 'pagination' );
?>
<h3 class="mt-2 mb-2 sidebar-header">More networks</h3>
<ul class="btn-list pl-0 pr-0">
Expand All @@ -395,11 +397,7 @@ function tag_links( $tag ){
?>
</ul>
<?php }
}

include( locate_template( 'support-botwiki.php', false, false ) );
get_template_part( 'pagination' );
?>
} ?>
</div>
</div>
</main>
Expand Down

0 comments on commit 88f1f1f

Please sign in to comment.