When i click on any portfolio category link – i see poor view – only portfolio feature picts.
but i find this code in theme
<?php echo do_shortcode('[portfolio portfolio_type="masonry" display_type="'.$portfolio_archive_display_type.'" columns="4" show_title="yes" show_subtitle="yes" show_excerpt="yes" excerpt_length="20" item_count="4" category="'.$category_slug.'" exclude_categories="" portfolio_filter="no" pagination="yes" width="1/1" el_position="first last"]'); ?>
– how can i attach this shortcode to code, that showing portfolio category?
<span class="tags-wrap"><?php _e("Category: ", "swiftframework"); ?><span class="tags"><?php echo $item_categories; ?></span></span>