????JFIF??x?x????'
Server IP : 104.21.48.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/eaabusiness.com/wp-content/themes/globeco/ |
Upload File : |
<?php get_header (); if(class_exists('WPBMap')){ WPBMap::addAllMappedShortcodes(); } global $cws_theme_funcs; if(!empty($cws_theme_funcs)){ $sb = $cws_theme_funcs->cws_render_sidebars( get_queried_object_id() ); $class = $sb['layout_class'].' '. $sb['sb_class']; $sb['sb_class'] = apply_filters('cws_print_single_class', $class); } $taxonomy = get_query_var( 'taxonomy' ); $term_slug = get_query_var( $taxonomy ); ?> <div class="<?php echo (isset($sb) ? $sb['sb_class'] : 'page_content'); ?>"> <?php echo (isset($sb['content']) && !empty($sb['content'])) ? $sb['content'] : ''; ?> <main> <div class="grid_row"> <?php switch( $taxonomy ) { case "cws_portfolio_cat": echo cws_vc_shortcode_cws_portfolio_posts_grid( array( 'columns' => $cws_theme_funcs->cws_get_option( "def_layout_portfolio" ), 'tax' => $taxonomy, $taxonomy . '_terms' => $term_slug, 'crop_images' => '1', 'display_style' => $cws_theme_funcs->cws_get_option( "portfolio_mode" ), 'pagination_grid' => $cws_theme_funcs->cws_get_option( "portfolio_pagination_style" ), ) ); break; case "cws_staff_member_department": echo cws_vc_shortcode_cws_staff_posts_grid( array( 'mode' => $cws_theme_funcs->cws_get_option( "staff_mode" ), 'tax' => $taxonomy, $taxonomy . '_terms' => $term_slug, ) ); break; case "cws_staff_member_position": echo cws_vc_shortcode_cws_staff_posts_grid( array( 'mode' => $cws_theme_funcs->cws_get_option( "staff_mode" ), 'tax' => $taxonomy, $taxonomy . '_terms' => $term_slug, ) ); break; case "cws_testimonials_department": echo cws_vc_shortcode_cws_testimonials_posts_grid( array( 'columns' => $cws_theme_funcs->cws_get_option( "def_layout_testimonials" ), 'tax' => $taxonomy, $taxonomy . '_terms' => $term_slug, ) ); break; case "cws_testimonials_position": echo cws_vc_shortcode_cws_testimonials_posts_grid( array( 'columns' => $cws_theme_funcs->cws_get_option( "def_layout_testimonials" ), 'tax' => $taxonomy, $taxonomy . '_terms' => $term_slug, ) ); break; } ?> </div> </main> <?php echo (isset($sb['content']) && !empty($sb['content'])) ? "</div>" : ''; ?> </div> <?php get_footer (); ?>