| Server IP : 69.39.225.240 / Your IP : 216.73.216.138 Web Server : Apache System : Linux bronze7.serverhost.net 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64 User : reademotions ( 1074) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/reademotions/www/wp-content/plugins/bb-theme-builder/includes/ |
Upload File : |
<?php if ( 'columns' == $settings->layout ) : ?> <div class="fl-post-column"> <?php endif; ?> <<?php echo $module->get_posts_container(); ?> <?php $module->render_post_class(); ?><?php FLPostGridModule::print_schema( ' itemscope="itemscope" itemtype="' . FLPostGridModule::schema_itemtype() . '"' ); ?>> <?php FLPostGridModule::schema_meta(); do_action( 'fl_builder_post_grid_before_content', $settings, $module ); $content = apply_filters( 'fl_theme_builder_custom_post_grid_html', $settings->custom_post_layout->html, $settings ); echo do_shortcode( FLThemeBuilderFieldConnections::parse_shortcodes( $content ) ); do_action( 'fl_builder_post_grid_after_content', $settings, $module ); ?> </<?php echo $module->get_posts_container(); ?>> <?php if ( 'columns' == $settings->layout ) : ?> </div> <?php endif; ?>