/home/vianto5/.trash/cititower.mx/wp-content/themes/montreal
Edit: /home/vianto5/.trash/cititower.mx/wp-content/themes/montreal/page-portfolio-basic.php (2182B)
ID, '_cmb_the_taxonomy_category',true );
if( $the_taxonomy !='-1' ) {
query_posts(array(
'post_type' => 'portfolio',
'showposts' => -1,
'tax_query' => array(
array(
'taxonomy' => 'portfolio-category',
'terms' => $the_taxonomy,
'field' => 'term_id',
)
),
'orderby' => 'date',
'order' => 'DESC' )
); } else { query_posts('post_type=portfolio&posts_per_page=-1'); }
if( have_posts() ) : $counter = '0'; while( have_posts() ) : the_post(); $counter++; ?>