php facetwp链接所有与js

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php facetwp链接所有与js相关的知识,希望对你有一定的参考价值。

<?php

/** adds js to make a layout builder results section link to the post link.  The post link needs to be 
 ** used to link an item within the results **/
add_action( 'wp_footer', function() { ?>
    <script>
        (function($) {
            $( ".facetwp-template" ).on( "click", ".fwpl-result", function() {
                window.location.href = $(this).find('a').attr("href");
            });
        })(jQuery);
    </script>
<?php });

以上是关于php facetwp链接所有与js的主要内容,如果未能解决你的问题,请参考以下文章

php facetwp禁用yoast next / prev链接

php facetwp - 尝试使用特定链接预加载日期事件

php facetwp divi column js

php facetwp divi column js

php facetwp添加查看所有单选按钮

php facetwp添加查看所有单选按钮