PluginProbe
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News / 2.2.10
Smart Post – Post Grid, Post Carousel, Post Slider Gutenberg Blocks for Blog & News v2.2.10
4.0.8 4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 2.3.5 2.3.6 2.4.0 2.4.1 2.4.10 2.4.11 2.4.12 2.4.13 2.4.14 2.4.15 2.4.16 2.4.17 2.4.18 2.4.19 2.4.2 2.4.20 2.4.21 All 88 releases
← All changes | public/template/grid.php +3 -4 2.3.62.2.10 View file →
@@ -4,14 +4,12 @@
4 4 *
5 5 * @package Smart_Post_Show
6 6 * @subpackage Smart_Post_Show/public/template
7 7 */
8 -
9 8 if ( ! defined( 'ABSPATH' ) ) {
10 9 exit;
11 10 }
12 11 ?>
13 -
14 12 <div id="pcp_wrapper-<?php echo esc_attr( $pcp_gl_id ); ?>" class="<?php self::pcp_wrapper_classes( $layout_preset, $pcp_gl_id ); ?>">
15 13 <?php if ( $show_preloader ) { ?>
16 14 <div id="pcp-preloader" class="pcp-preloader"></div>
17 15 <?php
@@ -17,13 +15,14 @@
17 15 <?php
18 16 }
19 17 if ( $view_options['section_title'] ) {
20 18 do_action( 'pcp_before_section_title' );
21 - SP_PC_HTML::pcp_section_title( $section_title );
19 + SP_PC_HTML::pcp_section_title( $pcp_gl_id );
22 20 do_action( 'pcp_after_section_title' );
23 21 }
24 22 ?>
23 +
25 24 <div class="sp-pcp-row">
26 - <?php self::pcp_get_posts( $view_options, $layout_preset, $post_content_sorter, $pcp_query, $pcp_gl_id ); ?>
25 + <?php self::pcp_get_posts( $options, $layout_preset, $post_content_sorter, $pcp_query, $pcp_gl_id ); ?>
27 26 </div>
28 27 <?php require SP_PC_TEMPLATE_PATH . '/pagination.php'; ?>
29 28 </div>