????JFIF??x?x????'
Server IP : 104.21.16.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 (); $p_id = get_queried_object_id(); global $cws_theme_funcs; if ($cws_theme_funcs){ $first_color = esc_attr( $cws_theme_funcs->cws_get_option( "theme-first-color" ) ); $sb = $cws_theme_funcs->cws_render_sidebars( get_queried_object_id() ); $fixed_header = $cws_theme_funcs->cws_get_meta_option( 'fixed_header' ); $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 ); $posts_grid_atts = array( 'post_type' => 'cws_classes', 'total_items_count' => PHP_INT_MAX ); if ( is_date() ){ $year = $cws_theme_funcs->cws_get_date_part( 'y' ); $month = $cws_theme_funcs->cws_get_date_part( 'm' ); $day = $cws_theme_funcs->cws_get_date_part( 'd' ); if ( !empty( $year ) ){ $posts_grid_atts['addl_query_args']['year'] = $year; } if ( !empty( $month ) ){ $posts_grid_atts['addl_query_args']['monthnum'] = $month; } if ( !empty( $day ) ){ $posts_grid_atts['addl_query_args']['day'] = $day; } } $posts_grid_atts['data_to_show'] = 'title,excerpt,teach,working_days'; $posts_grid_atts['show_data_override'] = true; $posts_grid_atts['customize_colors'] = '1'; $posts_grid_atts['custom_color'] = isset($first_color) && !empty($first_color) ? $first_color : '#7b6cd5'; $posts_grid_atts['bg_color'] = '#f2f0fb'; $posts_grid_atts['hover_bg_color'] = 'rgba(123,108,213,0.75)'; ?> <div class="<?php echo (isset($sb['sb_class']) ? $sb['sb_class'] : 'page_content'); ?>"> <?php echo (isset($sb['content']) && !empty($sb['content'])) ? $sb['content'] : ''; ?> <main id='page_content'> <div class="grid_row"> <?php $posts_grid = function_exists('cws_vc_shortcode_cws_classes_posts_grid') ? cws_vc_shortcode_cws_classes_posts_grid( $posts_grid_atts ) : ""; echo sprintf('%s', $posts_grid); ?> </div> </main> <?php echo (isset($sb['content']) && !empty($sb['content']) ) ? '</div>' : ''; ?> </div> <?php get_footer (); ?>