lscache_wp icon indicating copy to clipboard operation
lscache_wp copied to clipboard

FacetWP does not show when HTML Minify is enabled

Open JeusuDigital opened this issue 4 years ago • 0 comments

Hi, I have output a FacetWP like so in a taxonomy category template:

<?php echo do_shortcode('[facetwp facet="facet_name"]'); ?>

When HTML Minify is enabled the Facet does not show any categories, I think this is because HTML minify is stripping out the required comment from FacetWP:

<!--fwp-loop-->

Is there anyway to exclude it from being stripped out?

JeusuDigital avatar Mar 16 '21 14:03 JeusuDigital