CEO', 'bizplus'); $bizplus_home_team_contents_array[1]['bizplus-home-team-link'] = '#'; $bizplus_home_team_contents_array[1]['bizplus-home-team-page-image'] = get_template_directory_uri().'/assets/img/no-image-250-250.jpg'; $repeated_page = array('bizplus-home-team-pages-ids'); $bizplus_home_team_args = array(); if ( 'from-category' == $from_team ){ $bizplus_home_team_category = $bizplus_customizer_all_values['bizplus-home-team-category']; if( $bizplus_home_team_category > 0 ){ $bizplus_home_team_args = array( 'post_type' => 'post', 'posts_per_page' => $bizplus_home_team_number, 'cat' => $bizplus_home_team_category, ); } }else { $bizplus_home_team_posts = evision_customizer_get_repeated_all_value(3 , $repeated_page); $bizplus_home_team_posts_ids = array(); if( null != $bizplus_home_team_posts ) { foreach( $bizplus_home_team_posts as $bizplus_home_team_post ) { if( $bizplus_home_team_post['bizplus-home-team-pages-ids'] > 0 ){ $bizplus_home_team_posts_ids[] = $bizplus_home_team_post['bizplus-home-team-pages-ids']; } } if( !empty( $bizplus_home_team_posts_ids )){ $bizplus_home_team_args = array( 'post_type' => 'page', 'post__in' => $bizplus_home_team_posts_ids, 'posts_per_page' => $bizplus_home_team_number, 'orderby' => 'post__in' ); } } } // the query if( !empty( $bizplus_home_team_args )){ $bizplus_home_team_contents_array = array(); /*again empty array*/ $bizplus_home_team_post_query = new WP_Query( $bizplus_home_team_args ); if ( $bizplus_home_team_post_query->have_posts() ) : $i = 1; while ( $bizplus_home_team_post_query->have_posts() ) : $bizplus_home_team_post_query->the_post(); $bizplus_home_team_contents_array[$i]['bizplus-home-team-title'] = get_the_title(); $bizplus_home_team_contents_array[$i]['bizplus-home-team-link'] = get_permalink(); $url =''; if(has_post_thumbnail()){ $thumb = wp_get_attachment_image_src( get_post_thumbnail_id( get_the_ID() ), 'bizplus-team-post' ); $url = $thumb['0']; } else{ $url = NULL; } $bizplus_home_team_contents_array[$i]['bizplus-home-team-page-image'] = $url; $i++; endwhile; wp_reset_postdata(); endif; } return $bizplus_home_team_contents_array; } endif; if ( ! function_exists( 'bizplus_home_team' ) ) : /** * Team section * * @since bizplus 0.0.1 * * @param null * @return null * */ function bizplus_home_team() { global $bizplus_customizer_all_values; if( 1 != $bizplus_customizer_all_values['bizplus-home-team-enable'] ){ return null; } $bizplus_home_team_selection_options = $bizplus_customizer_all_values['bizplus-home-team-selection']; $bizplus_team_arrays = bizplus_home_team_array( $bizplus_home_team_selection_options ); if( is_array( $bizplus_team_arrays )){ $bizplus_home_team_number = absint($bizplus_customizer_all_values['bizplus-home-team-number']); $bizplus_home_team_title = $bizplus_customizer_all_values['bizplus-home-team-title']; $bizplus_home_team_sub_title = $bizplus_customizer_all_values['bizplus-home-team-sub-title']; $bizplus_home_team_button_text = $bizplus_customizer_all_values['bizplus-home-team-button-text']; $bizplus_home_team_button_link = $bizplus_customizer_all_values['bizplus-home-team-button-link']; $bizplus_home_team_enable_single_link = $bizplus_customizer_all_values['bizplus-home-team-enable-single-link']; ?>

>