'page',
'posts_per_page' => -1,
'post__in' => $beautystore_featured_posts,
'orderby' => 'post__in',
'ignore_sticky_posts' => true
) );
$i = 0;
if( $featured_qry->have_posts() ){
while( $featured_qry->have_posts()){
$featured_qry->the_post(); ?>
'
' . __( 'Pages:', 'beautystore' ),
'after' => '
',
) );
?>