Guest User

Untitled

a guest
May 20th, 2018
127
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="products-filter">
  2.  
  3. <header class="products-filter-header back-to-all">
  4. <h4 class="products-filter-title"><a href="<?php echo esc_url( home_url( '/' ) ); ?>products">&raquo; Back to All Products</a></h4>
  5. </header>
  6.  
  7. <header class="products-filter-header">
  8. <h4 class="products-filter-title">Product Categories</h4>
  9. </header>
  10.  
  11. <div class="products-filter-body">
  12.  
  13. <?php echo apply_filters( 'the_content','[facetwp facet="product_categories"]'); ?>
  14.  
  15. </div>
  16.  
  17. <header class="products-filter-header">
  18. <h4 class="products-filter-title">Type of Care</h4>
  19. </header>
  20.  
  21. <div class="products-filter-body">
  22.  
  23. <?php echo apply_filters( 'the_content','[facetwp facet="product_care_types"]');?>
  24.  
  25.  
  26.  
  27.  
  28. </div>
  29.  
  30. <header class="products-filter-header brands-expand-parent">
  31. <h4 class="products-filter-title brands-expand">Our Brands</h4>
  32. </header>
  33.  
  34. <div class="products-filter-body brands-hidden">
  35.  
  36. <?php echo apply_filters( 'the_content','[facetwp facet="product_brands"]'); ?>
  37.  
  38. </div>
  39.  
  40. </div>
Add Comment
Please, Sign In to add comment