Presentation
Overview
FacetWP features can be displayed using shortcodes (in the body field or text widgets):
[facetwp template="my_template"] [facetwp facet="my_facet"] [facetwp pager="true"]
or PHP (in template files):
<?php echo facetwp_display( 'template', 'my_template' ); ?> <?php echo facetwp_display( 'facet', 'my_facet' ); ?> <?php echo facetwp_display( 'pager' ); ?>