'post', 'post_status' => 'publish' ]; $post_query = new \WP_Query( $query_args ); if( $post_query->have_posts() ) : while( $post_query->have_posts() ) : $post_query->the_post(); endwhile; endif; } add_action( 'blogig_masonry_articles_hook', 'blogig_article_masonry' ); endif;