Insert category name in class for sort
-
Hello good work with the plugin, i have a problem, i need to put category name next to isotope-item class to sort with the filters.
<div class="models-shortcode models-grid <?php echo esc_attr( $margin_class ); ?> items-xs-4 items-sm-4 items-md-4 items-lg-4"> <div class="isotope_container isotope row masonry-layout"> <div class="isotope-item col-lg-3 col-md-3 col-sm-3 col-xs-3 <?php $cat = get_query_var('cat'); $category = get_category ($cat); echo ''.$category->cat_name.''; ?>" style="padding: 10px 10px 10px 10px;"> <?php include( fw()->extensions->get( 'models' )->locate_view_path( 'loop-item' ) ); ?> </div></div></div>
Thanks in advance.
PD: Sorry for my english low level.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Insert category name in class for sort’ is closed to new replies.