diff --git a/inc/pagination.php b/inc/pagination.php
index e00f0dc..c08b3c2 100644
--- a/inc/pagination.php
+++ b/inc/pagination.php
@@ -86,7 +86,7 @@ function understrap_pagination() {
$class = $paged == $max ? ' class="active "' : ' class="page-item"';
printf( '%s ' . "\n",
- $class . ' page-item 9', esc_url( get_pagenum_link( esc_html( $max ) ) ), esc_html($max ) );
+ $class . '', esc_url( get_pagenum_link( esc_html( $max ) ) ), esc_html($max ) );
}
echo '' . "\n";