$sticky_posts, ) ); if ( $sticky_query->have_posts() ) : /* Start the Loop */ while ( $sticky_query->have_posts() ) : $sticky_query->the_post(); get_template_part( 'template-parts/content', get_post_format() ); endwhile; wp_reset_postdata(); endif; ?>