Any help would be appreciated. Trying to get theme to output portfolio entries using tags:
$args = array(
'tax_query' => array(
array(
'taxonomy' => 'portfolio_entries',
'field' => 'id',
'terms' => 51
)
)
);
$current_category_loop = new WP_Query( $args );
Can't seem to resolve this...














