%PDF- %PDF-
Direktori : /var/www/cwg/wp-content/themes/cwg/ |
Current File : //var/www/cwg/wp-content/themes/cwg/location.php |
<?php /** * The main template file * Template Name: Location * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package onepoint */ get_header(); ?> <br> <br> <br> <br> <br> <br> <br> <br> <div class="filter-item-holder"> <?php echo '<h3>Period</h3>' .do_shortcode( '[wpgb_facet id="28" grid="5"]' ); ?> </div> <!--categories--> <div class="filter-item-holder"> <?php echo '<h3>Categories</h3>' . do_shortcode( '[wpgb_facet id="27" grid="5"]' ); ?> </div> <!--artist--> <div class="filter-item-holder"> <?php echo '<h3>Artist</h3>' . do_shortcode( '[wpgb_facet id="23" grid="5"]' ); ?> </div> <!--size--> <div class="filter-item-holder"> <?php //width slider echo '<h3>Width</h3>' . do_shortcode( '[wpgb_facet id="25" grid="5"]' ) . '<br>'; //height slider echo '<h3>Height</h3>' . do_shortcode( '[wpgb_facet id="29" grid="5"]' ) . '<br>'; //length slider echo '<h3>Length</h3>' . do_shortcode( '[wpgb_facet id="30" grid="5"]' ) . '<br>'; ?> </div> <!--material--> <div class="filter-item-holder"> <?php echo '<h3>Material</h3>' . do_shortcode( '[wpgb_facet id="31" grid="5"]' ) . '<br>'; ?> </div> <!--colors--> <div class="filter-item-holder"> <?php echo '<h3>Colors</h3>' . do_shortcode( '[wpgb_facet id="32" grid="5"]' ) . '<br>'; ?> </div> <!--price--> <div class="filter-item-holder"> <?php echo '<h3>Price</h3>' . do_shortcode( '[wpgb_facet id="33" grid="5"]' ) . '<br>'; ?> </div> <!--submit--> <div class="filter-item-holder"> <?php echo do_shortcode( '[wpgb_facet id="26" grid="5"]' ); ?> </div> <!--reset--> <div class="filter-item-holder"> <?php echo do_shortcode( '[wpgb_facet id="24" grid="5"]' ); ?> </div> <?php echo do_shortcode( '[wpgb_grid id="5"]' ); ?> <?php get_footer();