"", ///'paging'=> 'pg'. $w4dev_custom_loop, ), $atts); $html = ''; $post_id = $atts['id']; include post_grid_plugin_dir.'/grid-items/variables.php'; include post_grid_plugin_dir.'/grid-items/query.php'; include post_grid_plugin_dir.'/grid-items/custom-css.php'; include post_grid_plugin_dir.'/grid-items/lazy.php'; if($enable_multi_skin=='yes'){ $skin_main = $skin; } $html.='
'; if ( $wp_query->have_posts() ) : $html.='
'; include post_grid_plugin_dir.'/grid-items/nav-top-new.php'; $html.='
'; // .grid-nav-top if($grid_type=='slider'){ $owl_carousel_class='owl-carousel'; } else{ $owl_carousel_class=''; } $html.=''; // .grid-items $html.='
'; include post_grid_plugin_dir.'/grid-items/nav-bottom-new.php'; $html.='
'; // .grid-nav-bottom //wp_reset_query(); else: $html.='
'; $html.=__('No Post found',post_grid_textdomain); // .item $html.='
'; // .item endif; include post_grid_plugin_dir.'/grid-items/scripts.php'; $html.='
'; // .post-grid if($masonry_enable=='yes'){ $html .= ''; } return $html; } } new class_post_grid_shortcodes();