Skip to content

Instantly share code, notes, and snippets.

@jmslbam
Created May 28, 2015 22:10
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jmslbam/f5a921c399d8fe6dc762 to your computer and use it in GitHub Desktop.
Save jmslbam/f5a921c399d8fe6dc762 to your computer and use it in GitHub Desktop.
FacetWP Selections with reset
<div id="selected-filters" class="selected-filters">
<h4><?php _e('Selected filters','rc'); ?>:</h4>
<?php echo facetwp_display('selections'); ?>
<span class="facetwp-reset" onclick="FWP.reset()"><?php _e('reset all filters','rc'); ?></span>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment