$portfolio_lightbox, 'showexcerpt' => $portfolio_excerpt, 'showtypes' => $portfolio_item_types, 'columns' => $ascend_grid_columns, 'ratio' => $portfolio_ratio, 'style' => $portfolio_style, 'carousel' => 'false', 'tileheight' => '0', ); echo '
'; echo '
'; global $wp_query; if ( $wp_query ) : $ascend_portfolio_loop_count['loop'] = 1; $ascend_portfolio_loop_count['count'] = $wp_query->post_count; while ( $wp_query->have_posts() ) : $wp_query->the_post(); get_template_part('templates/content', 'loop-portfolio'); $ascend_portfolio_loop_count['loop']++; endwhile; endif; ?>