>
>
'main-menu', 'container' => false )); ?>
1, 'post__in' => $sticky, 'ignore_sticky_posts' => 1 ); $query = new WP_Query( $args ); if ( isset($sticky[0]) ) { $query->the_post(); echo "
"; echo get_the_title(); echo "
"; wp_reset_postdata(); } ?>
Download
Try It