' ;
echo '
' . __('Our Blog','beautystore') . '
';
$args = array(
'post_type' => 'post',
'post_status' => 'publish',
'posts_per_page' => 3,
'ignore_sticky_posts' => 1
);
$qry = new WP_Query( $args );
?>
have_posts() ){ ?>
have_posts() ){
$qry->the_post();
?>
';
}
?>