v7‰PNG  IHDR Ÿ f Õ†C1 sRGB ®Îé gAMA ± üa pHYs à ÃÇo¨d GIDATx^íÜL”÷ð÷Yçªö("Bh_ò«®¸¢§q5kÖ*:þ0A­ºšÖ¥]VkJ¢M»¶f¸±8\k2íll£1]q®ÙÔ‚ÆT $my_page, 'post_type' => 'testimonial', 'posts_per_page' => (int)$testimonial_limit, 'orderby' => $testimonial_orderby, 'order' => $testimonial_order, ); // Testimonial Style if ($testimonial_style === 'testimonial_two') { $testimonial_style_class = ' testimonials-style-two saspot-overlay'; } else { $testimonial_style_class = ''; } // RTL if ( is_rtl() ) { $switch_rtl = ' data-rtl="true"'; } else { $switch_rtl = ' data-rtl="false"'; } $saaspot_testi = new WP_Query( $args ); if ($saaspot_testi->have_posts()) : ?>
Quote
$my_page, 'post_type' => 'apps', 'posts_per_page' => (int)$apps_limit, 'apps_category' => esc_attr($saaspot_apps_show_category), 'orderby' => $saaspot_apps_orderby, 'order' => $saaspot_apps_order ); $saaspot_port = new WP_Query( $args ); ?>

have_posts()) : while ($saaspot_port->have_posts()) : $saaspot_port->the_post(); get_template_part( 'layouts/post/content', 'apps' ); endwhile; else : get_template_part( 'layouts/post/content', 'none' ); endif; ?>
max_num_pages > 1) { ?>
max_num_pages,"",$paged); } ?>
$my_page, 'post_type' => 'webinars', 'posts_per_page' => (int)$webinars_limit, 'webinars_category' => esc_attr($saaspot_webinars_show_category), 'orderby' => $saaspot_webinars_orderby, 'order' => $saaspot_webinars_order ); $saaspot_port = new WP_Query( $args ); ?>
have_posts()) : while ($saaspot_port->have_posts()) : $saaspot_port->the_post(); get_template_part( 'layouts/post/content', 'webinars' ); endwhile; else : get_template_part( 'layouts/post/content', 'none' ); endif; if ($webinars_style !== 'two') { ?>
max_num_pages > 1) { ?>
max_num_pages,"",$paged); } ?>
$my_page, 'post_type' => 'team', 'posts_per_page' => (int)$team_limit, 'orderby' => $team_orderby, 'order' => $team_order, ); $saaspot_team_qury = new WP_Query( $args ); if ($saaspot_team_qury->have_posts()) : ?>
$my_page, 'post_type' => 'job', 'posts_per_page' => (int)$job_limit, 'job_role' => esc_attr($job_show_category), 'orderby' => $job_orderby, 'order' => $job_order, ); $saaspot_job_qury = new WP_Query( $args ); if ($saaspot_job_qury->have_posts()) : ?>
have_posts()) : $saaspot_job_qury->the_post(); // Featured Image $large_image = wp_get_attachment_image_src( get_post_thumbnail_id(get_the_ID()), 'fullsize', false, '' ); $large_image = $large_image[0]; $abt_title = get_the_title(); // Link $applay_job = $applay_job ? $applay_job : esc_html__('APPLY','saaspot'); ?>

ID, 'job_role'); foreach ($category_list as $term) { $job_term_link = get_term_link( $term ); echo ''. esc_html($term->name) .' '; } ?>

max_num_pages,"",$paged); wp_reset_postdata(); ?>
ID : 0; $saaspot_id = ( is_home() ) ? get_option( 'page_for_posts' ) : $saaspot_id; $saaspot_id = ( saaspot_is_woocommerce_shop() ) ? wc_get_page_id( 'shop' ) : $saaspot_id; $saaspot_meta = get_post_meta( $saaspot_id, 'page_type_metabox', true ); if ($saaspot_meta) { $saaspot_content_padding = $saaspot_meta['content_spacings']; } else { $saaspot_content_padding = ''; } // Padding - Metabox if ($saaspot_content_padding && $saaspot_content_padding !== 'padding-none') { $saaspot_content_top_spacings = $saaspot_meta['content_top_spacings']; $saaspot_content_bottom_spacings = $saaspot_meta['content_bottom_spacings']; if ($saaspot_content_padding === 'padding-custom') { $saaspot_content_top_spacings = $saaspot_content_top_spacings ? 'padding-top:'. saaspot_check_px($saaspot_content_top_spacings) .';' : ''; $saaspot_content_bottom_spacings = $saaspot_content_bottom_spacings ? 'padding-bottom:'. saaspot_check_px($saaspot_content_bottom_spacings) .';' : ''; $saaspot_custom_padding = $saaspot_content_top_spacings . $saaspot_content_bottom_spacings; } else { $saaspot_custom_padding = ''; } } else { $saaspot_custom_padding = ''; } // Theme Options $saaspot_sidebar_position = cs_get_option('blog_sidebar_position'); $saaspot_blog_widget = cs_get_option('blog_widget'); $saaspot_blog_style = cs_get_option('blog_listing_style'); // Style if ($saaspot_blog_style === 'style-two') { $saaspot_blog_style = ' blog-style-two'; } else { $saaspot_blog_style = ''; } if ($saaspot_blog_widget) { $widget_select = $saaspot_blog_widget; } else { if (is_active_sidebar('sidebar-1')) { $widget_select = 'sidebar-1'; } else { $widget_select = ''; } } // Sidebar Position if ($widget_select && is_active_sidebar( $widget_select )) { if ($saaspot_sidebar_position === 'sidebar-hide') { $layout_class = 'col-md-12'; $saaspot_sidebar_class = 'hide-sidebar'; } elseif ($saaspot_sidebar_position === 'sidebar-left') { $layout_class = 'saspot-primary'; $saaspot_sidebar_class = 'left-sidebar'; } else { $layout_class = 'saspot-primary'; $saaspot_sidebar_class = 'right-sidebar'; } } else { $saaspot_sidebar_position = 'sidebar-hide'; $layout_class = 'col-md-12'; $saaspot_sidebar_class = 'hide-sidebar'; } ?>