true, 'orderby' => 'post__in', 'post_type' => 'page', 'post__in' => $ids, ); // Fetch posts. $posts = get_posts( $args ); if ( ! empty( $posts ) ) { $i = 1; foreach ( $posts as $key => $post ) { $page_id = $post->ID; $img_array = null; if ( has_post_thumbnail( $page_id ) ) { $img_array = wp_get_attachment_image_src( get_post_thumbnail_id( $post->ID ), '' ); } else { $img_array = business_park_dummy_image( 1920, 1080 ); } if ( isset( $img_array ) ) { $content[$i]['img_array'] = $img_array; } $content[$i]['url'] = get_permalink( $page_id ); $content[$i]['title'] = get_the_title( $page_id ); if ( isset( $options[ 'slider_content_page_icon_'.$i ] ) ) { $content[$i]['icon'] = $options[ 'slider_content_page_icon_'.$i ]; } $i++; } } if ( ! empty( $content ) ) { $input = $content; } break; default: break; } return $input; } endif; // Slider section content details. add_filter( 'business_park_filter_slider_section_details', 'business_park_get_slider_section_details' ); if ( ! function_exists( 'business_park_render_slider_section' ) ) : /** * Start section class .main-slider * * @return string Slider content * @since Business Park 1.0.0 * */ function business_park_render_slider_section( $content_details = array() ) { $options = business_park_get_theme_options(); if ( empty( $content_details ) ) { return; } ?>
" data-cycle-speed="800" data-cycle-next="#next" data-cycle-prev="#prev">
<?php echo esc_attr( $content['title'] ); ?>