| @@ -263,9 +263,8 @@ | ||
| 263 | 263 | $attr['titleAnimation'] = sanitize_html_class( $attr['titleAnimation'] ); |
| 264 | 264 | $attr['overlayContentPosition'] = sanitize_html_class( $attr['overlayContentPosition'] ); |
| 265 | 265 | |
| 266 | 266 | if ( $recent_posts->have_posts() ) { |
| 267 | - | |
| 268 | 267 | // Pagination Block Html |
| 269 | 268 | include ULTP_PATH . 'blocks/template/pagination_block.php'; |
| 270 | 269 | |
| 271 | 270 | $wraper_before .= '<div ' . ( $attr['advanceId'] ? 'id="' . $attr['advanceId'] . '" ' : '' ) . ' class="ultp-post-grid-block wp-block-ultimate-post-' . $block_name . ' ultp-block-' . $attr['blockId'] . '' . ( $attr['align'] ? ' align' . $attr['align'] : '' ) . '' . ( $attr['className'] ? ' ' . $attr['className'] : '' ) . '">'; |