如何在Wordpress中设置jQuery Cookie插件? [英] How to setup jQuery cookie plugin in wordpress?

查看:99
本文介绍了如何在Wordpress中设置jQuery Cookie插件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

与安装其他任何wordpress插件一样吗?

Is the same as installing any other wordpress plugins?

推荐答案

我补充说saibot的回答是,您应该

I'd supplement saibot's answer by saying that, instead of a raw <script>...</script> block, you should use wp_enqueue_script() also when including the plugin script:

<?php wp_enqueue_script("jquery-cookie", get_bloginfo('template_url').'/jquery.cookie.js', array(), '0'); ?>

这篇关于如何在Wordpress中设置jQuery Cookie插件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆