%PDF- %PDF-
Direktori : /var/www/html/qendrasteps/wp-content/themes/tm-heli/vc_templates/ |
Current File : /var/www/html/qendrasteps/wp-content/themes/tm-heli/vc_templates/thememove_portfolio2.php |
<?php extract( shortcode_atts( array( 'enable_share' => '' ), $atts ) ); ?> <?php global $wp_query; $paged = ( get_query_var( 'paged' ) ) ? get_query_var( 'paged' ) : 1; $args = array( 'post_type' => 'project', 'paged' => $paged ); $the_query = new WP_Query( $args ); ?> <?php if ( $the_query->have_posts() ) : ?> <?php while ( $the_query->have_posts() ) : $the_query->the_post(); ?> <?php get_template_part( 'template-parts/content', 'project' ); ?> <?php endwhile; ?> <?php tm_heli_paging_nav(); ?> <?php wp_reset_postdata(); ?> <?php else : ?> <p><?php _e( 'Sorry, no posts matched your criteria.', 'tm-heli' ); ?></p> <?php endif; ?>