section_category) ? $allinone_home_section->section_category : ''); $home_section_title = isset($allinone_home_section->home_section_title) ? $allinone_home_section->home_section_title : ''; $you_may_like_post_query = new WP_Query( array('post_type' => 'post', 'posts_per_page' => '3','post__not_in' => get_option("sticky_posts"), 'category_name' => esc_html( $section_category ) ) ); if( $you_may_like_post_query ->have_posts() ): ?>