'name',
'order' => 'ASC',
'hide_empty' => 1,
'hierarchical' => 1,
'taxonomy' => 'portfolio-category',
'pad_counts' => false,
);
$categories = get_categories($catArgs);
$counter_portfolio_cat = 0.4;
?>
have_posts()) : $portfolio_posts->the_post(); ?>
$portfolio_posts->max_num_pages,
'current' => $paged,
'end_size' => 2,
'prev_next' => true,
'prev_text' => '<<',
'next_text' => '>>',
);
?>