1, 'post__in' => $sticky, 'ignore_sticky_posts' => 1 ); $query = new WP_Query( $args ); if ( isset($sticky[0]) ) { // Get the sticky content. get_template_part( 'template-parts/content-home-sticky' ); } } } ?>