ID, 'ir_testimonial_title', true ); $testimonial_background = get_post_meta( $post->ID, 'testimonial_background', true ); // Get testimonial images $testimonials[0]['img'] = get_post_meta( $post->ID, 'cyberchimps_blog_testimonial_image_one', true ); $testimonials[1]['img'] = get_post_meta( $post->ID, 'cyberchimps_blog_testimonial_image_two', true ); $testimonials[2]['img'] = get_post_meta( $post->ID, 'cyberchimps_blog_testimonial_image_three', true ); // get testimonial clients $testimonials[0]['client'] = get_post_meta( $post->ID, 'cyberchimps_blog_client_one', true ); $testimonials[1]['client'] = get_post_meta( $post->ID, 'cyberchimps_blog_client_two', true ); $testimonials[2]['client'] = get_post_meta( $post->ID, 'cyberchimps_blog_client_three', true ); // get testimonial - about clients $testimonials[0]['client_abt'] = get_post_meta( $post->ID, 'cyberchimps_blog_client_abt_one', true ); $testimonials[1]['client_abt'] = get_post_meta( $post->ID, 'cyberchimps_blog_client_abt_two', true ); $testimonials[2]['client_abt'] = get_post_meta( $post->ID, 'cyberchimps_blog_client_abt_three', true ); // get testimonial - about clients $testimonials[0]['text'] = get_post_meta( $post->ID, 'cyberchimps_testimonial_one_text', true ); $testimonials[1]['text'] = get_post_meta( $post->ID, 'cyberchimps_testimonial_two_text', true ); $testimonials[2]['text'] = get_post_meta( $post->ID, 'cyberchimps_testimonial_three_text', true ); } else { $business_lite_testimonial_title = cyberchimps_get_option('ir_testimonial_title'); $testimonial_background = cyberchimps_get_option('testimonial_background'); // Get testimonial images $testimonials[0]['img'] = cyberchimps_get_option( 'cyberchimps_blog_testimonial_image_one' ); $testimonials[1]['img'] = cyberchimps_get_option( 'cyberchimps_blog_testimonial_image_two' ); $testimonials[2]['img'] = cyberchimps_get_option( 'cyberchimps_blog_testimonial_image_three' ); // get testimonial clients $testimonials[0]['client'] = cyberchimps_get_option( 'cyberchimps_blog_client_one' ); $testimonials[1]['client'] = cyberchimps_get_option( 'cyberchimps_blog_client_two' ); $testimonials[2]['client'] = cyberchimps_get_option( 'cyberchimps_blog_client_three' ); // get testimonial - about clients $testimonials[0]['client_abt'] = cyberchimps_get_option( 'cyberchimps_blog_client_abt_one' ); $testimonials[1]['client_abt'] = cyberchimps_get_option( 'cyberchimps_blog_client_abt_two' ); $testimonials[2]['client_abt'] = cyberchimps_get_option( 'cyberchimps_blog_client_abt_three' ); // get testimonial description $testimonials[0]['text'] = cyberchimps_get_option( 'cyberchimps_testimonial_one_text' ); $testimonials[1]['text'] = cyberchimps_get_option( 'cyberchimps_testimonial_two_text' ); $testimonials[2]['text'] = cyberchimps_get_option( 'cyberchimps_testimonial_three_text' ); } if( !empty($business_lite_testimonial_title) ){ if($testimonial_background) { ?>