ruạṛ
<?php $__env->startSection('content'); ?> <br><br> <?php global $wp_query; ?> <?php $paged = ( get_query_var( 'paged' ) ) ? absint( get_query_var( 'paged' ) ) : 1 ?> <?php if(!have_posts()): ?> <div class="alert alert-warning"> <?php echo e(__('Sorry, no results were found.', 'sage')); ?> </div> <?php echo get_search_form(false); ?> <?php endif; ?> <div class="row"> <?php while(have_posts()): ?> <?php the_post() ?> <div class="col-sm-6 col-lg-4 d-flex"> <?php echo $__env->make('partials.content-'.get_post_type(), array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> </div> <?php endwhile; ?> </div> <?php echo $__env->make('partials.pagination', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?> <?php $__env->stopSection(); ?> <?php echo $__env->make('layouts.app', array_except(get_defined_vars(), array('__data', '__path')))->render(); ?>
cải xoăn