PluginProbe
The Post Grid – Shortcode, Gutenberg Blocks and Elementor Addon for Post Grid / 7.4.2
The Post Grid – Shortcode, Gutenberg Blocks and Elementor Addon for Post Grid v7.4.2
7.9.4 7.9.3 7.9.2 trunk 4.0.0 4.0.1 4.0.2 4.0.3 4.0.4 4.0.5 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.1.5 4.2.0 4.2.1 4.2.2 4.2.3 5.0.0 5.0.1 5.0.2 5.0.3 5.0.4 All 87 releases
← All changes | app/Controllers/ShortcodeController.php +1 -4 7.4.17.4.2 View file →
@@ -1213,12 +1213,9 @@
1213 1213 } else {
1214 1214 $hide = ( $gridQuery->max_num_pages < 2 ? ' rt-hidden-elm' : null );
1215 1215 if ( $posts_loading_type == 'pagination' ) {
1216 1216 if ( ( $isGrid || $isWooCom || $isEdd ) && empty( $filters ) ) {
1217 - $htmlUtility .= Fns::rt_pagination(
1218 - $gridQuery,
1219 - $args['posts_per_page']
1220 - );
1217 + $htmlUtility .= Fns::rt_pagination( $gridQuery );
1221 1218 }
1222 1219 } else if ( $posts_loading_type == 'pagination_ajax' && ! $isIsotope ) {
1223 1220 $htmlUtility .= "<div class='rt-page-numbers'></div>";
1224 1221 } else if ( $posts_loading_type == 'load_more' && rtTPG()->hasPro() ) {