我正在为wordpress开发一个在页面中加载javascript的插件。但是我希望这个插件只在选定的页面上加载。不是所有的页面。有人能建议一下如何做到这一点吗?下面是代码。
add_action('wp_enqueue_scripts', 'soundninja_enqueue');
function soundninja_enqueue($hook)
{
wp_enqueue_script('soundninja', // id
'http://soundninja.github.io/SNtest/build
节点-sass不会安装,我发现这个问题已经问过几次了,但是错误消息与我的不同。如果我不能再使用这个模块,还有其他的选择吗?
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
> node-sass@5.0.0 install /Applications
我正在使用的网站在Chrome中显示以下错误:
“Your connection to www.recordretrieve.com is encrypted with 128 bit encryption.
However this page includes other resources which are not secure.
These resources can be viewed by others while in transit,
and can be modified by an attacker to change the look of this page”
这
我在Nuxt.js上为博客创建了一个内容管理系统(在前端)。内容管理系统使用WordPress作为其后端,并使用'WP REST API‘在Nuxt.js中显示文章。(因为我想减少使用WordPress创建管理屏幕所花费的时间。)
这里有一些需要实现的特性。它是文章的浏览排名。
使用以下插件和代码按查看次数的顺序从站点检索文章。
插件: WordPress Popular Posts
我将以下代码添加到WordPress上的functions.php中
class WPP_REST_Controller {
public function __construct() {