php facetwp在加载后可以在listify主页上显示搜索过滤器

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php facetwp在加载后可以在listify主页上显示搜索过滤器相关的知识,希望对你有一定的参考价值。

<?php
/**
 ** enable filtering on load of map
 **/
add_action( 'wp_footer', function() {
	?>
    <script>
        (function($) {
            $(document).on('facetwp-loaded', function() {
		$( '.search-filters-home' ).css( "visibility", "visible" );
            });
        })(jQuery);
    </script>
	<?php
}, 100 );

以上是关于php facetwp在加载后可以在listify主页上显示搜索过滤器的主要内容,如果未能解决你的问题,请参考以下文章

php facetwp检查类别列表查询listify

php facetwp增加了对listify的距离

php facetwp用facet的map facet替换listify map

css facetwp listify css

json facetwp用map facet替换listify map

php facetwp加载后选择并刷新