'post', 'ignore_sticky_posts' => 1, // ignore sticky posts. ); $args['post_type'] = 'ect-service'; for ( $i = 1; $i <= $number; $i++ ) { $abletone_post_id = ''; $abletone_post_id = get_theme_mod( 'abletone_service_cpt_' . $i ); if ( $abletone_post_id ) { $post_list = array_merge( $post_list, array( $abletone_post_id ) ); $no_of_post++; } } $args['post__in'] = $post_list; $args['orderby'] = 'post__in'; $args['posts_per_page'] = $no_of_post; if ( ! $no_of_post ) { return; } $loop = new WP_Query( $args ); while ( $loop->have_posts() ) : $loop->the_post(); $no_thumb = trailingslashit( esc_url ( get_template_directory_uri() ) ) . 'assets/images/no-thumb-140x140.jpg'; ?>
>
','' ); ?>

' . $excerpt . '

'; ?>