Posts by BrazaBR • 1 point
1 post
-
0
votes1
answer233
viewsA: Post types by taxonomy
There are some errors in your code, try the fixes below: <?php $args = array( 'post_type' => 'posts_blog', 'status' => 'publish', 'numberpost' => 4, 'tax_query' => array( 'taxonomy'…