Guest User

Untitled

a guest
Dec 18th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.18 KB | None | 0 0
  1. <div class="content main-products-loop <?php esc_attr_e( $l['content-class'] ); ?>">
  2. <div class="<?php echo ($full_width) ? 'container' : ''; ?>">
  3. <?php etheme_category_header();?>
  4. <?php do_action( 'woocommerce_archive_description' ); ?>
  5. </div>
  6.  
  7. <div class="shop-filters-area">
  8. <?php if(!function_exists('dynamic_sidebar') || !dynamic_sidebar('shop-widgets-area')): ?>
  9. <?php endif; ?>
  10. </div>
  11.  
  12.  
  13. <?php if ( have_posts() ) : ?>
  14.  
  15. <?php if (woocommerce_products_will_display()): ?>
  16. <div class="filter-wrap">
  17. <div class="filter-content">
  18. <?php
  19. /**
  20. * woocommerce_before_shop_loop hook
  21. *
  22. * @hooked woocommerce_result_count - 20
  23. * @hooked woocommerce_catalog_ordering - 30
  24. * @hooked et_grid_list_switcher - 35
Add Comment
Please, Sign In to add comment