index page is not loading

时间:2016-06-18 作者:Deke

anndoe
|
|-------css/ anndoe.css
|-------js/anndoe.js
|--functions.php
|--header.php
|--index.php
|--style.css
我在函数中添加了以下代码。php,而我的索引页不会显示。如果我删除这段代码,我的索引页就会工作。

<?php

function anndoe_script_enqueue() {
    wp_enqueue_style (\'customstyle\', get_template_directory_uri() . \'/css/anndoe.css\',\'1.0.0\',\'all\');
}

add_action ( \'wp_enqueue_scripts\', \'anndoe_script_enqueue\')
在我的标题中。我添加的php<?php wp_head(); ?> 在上面</head> 标签

1 个回复
最合适的回答,由SO网友:Dan Luba 整理而成

您的add\\u操作缺少分号。

相关推荐

500 Internal Errors

我正在将当前的Eduma主题更新为最新版本(3.0.9.1),目前的版本是3.0.7。我正在运行WordPress 4.7.5。但是,在运行更新时,我得到Update Failed: Internal Server Error 安装过程中的消息。所以我启动了这个过程,它运行了一分钟,然后它就停止了工作,我陷入了维护模式。所以我必须手动删除.maintenance 来自我的服务器的文件。我截图了我在错误中看到的内容。我在WordPress网站上运行了调试模式,这就是我所拥有的[31-May-2017 15: