Masonary Testing

'post', 'posts_per_page' => -1, 'orderby' => 'date', 'order' => 'DESC', 'tax_query' => [ 'relation' => 'OR', [ 'taxonomy' => 'category', // Change to your taxonomy 'field' => 'slug', 'terms' => ['Best Wallpapers for Phone'], // Change to your terms ], [ 'taxonomy' => 'post_tag', // Change to your taxonomy 'field' => 'slug', 'terms' => ['Best'], // Change to your terms ] ] ]; $query = new WP_Query($args); while ($query->have_posts()) : $query->the_post(); $thumbnail_url = get_the_post_thumbnail_url(get_the_ID(), 'full'); ?>
Popular Categories