Skip to content

Instantly share code, notes, and snippets.

@stompweb
Last active November 7, 2016 15:10
Show Gist options
  • Save stompweb/fd31fc7d57f07291a526cf546c32c155 to your computer and use it in GitHub Desktop.
Save stompweb/fd31fc7d57f07291a526cf546c32c155 to your computer and use it in GitHub Desktop.
<?php
// parts/results/filters
?>
<div class="filters">
<div class="facets">
<h3>Category</h3>
<?php echo facetwp_display( 'facet', 'categories' ); ?>
<h3>Condition</h3>
<?php echo facetwp_display( 'facet', 'condition' ); ?>
<h3>Show Promoted Status</h3>
<?php echo facetwp_display( 'facet', 'promoted' ); ?>
<h3>Price</h3>
<?php echo facetwp_display( 'facet', 'price' ); ?>
</div>
</div>
<?php
// parts/results/sort
?>
<div class="listings-sort">
<?php echo facetwp_display( 'sort' ); ?>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment