customizer; $title = get_theme_mod( 'asterion_portfolio_title', esc_html__('Portfolio','asterion') ); $text = get_theme_mod( 'asterion_portfolio_text', esc_html__('Our portfolio is the best way to show our work, you can see here a big range of our work. Check them all and you will find what you are looking for.','asterion') ); $count = get_theme_mod( 'asterion_portfolio_count', 6 ); $jetpack_portfolio_args = array ( 'post_type' => array( 'jetpack-portfolio' ), 'nopaging' => false, 'ignore_sticky_posts' => true, 'posts_per_page' => absint( $count ), 'cache_results' => true, 'update_post_meta_cache' => true, 'update_post_term_cache' => true ); $jetpack_portfolio_query = new WP_Query( $jetpack_portfolio_args ); $bg_color = get_theme_mod('asterion_portfolio_bg_color', '#ffffff'); $text_color = get_theme_mod('asterion_portfolio_text_color', 0); ?> have_posts() ) : ?>

customizer->sanitize_html($title);?>

customizer->sanitize_html($text);?>

have_posts() ): $jetpack_portfolio_query->the_post(); ?>

posts->terms( 'jetpack-portfolio-type' ) ) : ?>

posts->terms( 'jetpack-portfolio-type', true ); ?>