Tax query – spaceflight category
Retrieve items from the spaceflight category.
$tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'spaceflight', 'field' => 'slug', ), );
Retrieve items from the spaceflight category.
$tax_query = array( array( 'taxonomy' => 'category', 'terms' => 'spaceflight', 'field' => 'slug', ), );