芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/clients/origami-events.com/wp-content/themes/kallyas/inc/loop-portfolio_category.php
'; the_archive_description( '
', '
' ); $i = 0; // size(width) counter // Start the loop if ( have_posts() ) : while ( have_posts() ) : the_post(); get_template_part( 'inc/loop', 'portfolio_category_item' ); if( ($i + 1) % intval($ports_num_columns) == 0 ){ echo '
'; } // Add clearfix for tablets on every 3rd elseif( ($i + 1) % 3 == 0 ){ echo '
'; } $i++; endwhile; endif; echo '
'; ?>