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