Forums
(@heldermsanches)
3 years, 7 months ago
Ok, I’ve found what I needed, just had to add the following code to the args:
'tax_query' => array( array( 'taxonomy' => 'jetpack-portfolio-type', 'field' => 'slug', 'terms' => 'websites' ) ),
It’s working exactly like I wanted. 🙂
Thanks