configuration for child theme

时间:2016-08-03 作者:Jean-philippe Emond

我在配置和设置wordpress子主题时遇到一些问题。

我买了一个主题,当我试着做一个孩子的时候。我认为子函数也不会触发,重写文件也不会工作。

Tree folder:

tree folder description here

我的主题已激活。

style.CSS:

/*
Theme Name:   Kidslife Child
Theme URI:    http://localhost/child/
Description:  Kidslife Child Theme
Author:       localhost
Author URI:   http://localhost
Template:     kidslife
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  kidslife-child
*/
@charset "utf-8";
/* CSS Document */

@import url("../kidslife/style.css");
我试着用这个function.php:

function.php

但是wp_die 从未触发。

此外,在Tree folder, 我添加了自定义。js(与父项位于同一文件夹/名称中),他从未加载。

我做错了什么?

谢谢

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

文件名必须为functions.php 复数形式不起作用。php

相关推荐

Child-theme breaks site

所以,我有一个子主题,里面除了所需的CSS文件之外什么都没有。一旦我激活了这个儿童主题,我的整个网站就关闭了。最后我有两个问题:激活一个只有CSS的子主题怎么能破坏我的网站</我怎样才能回到我原来的主题</这些是网站给我的错误:Warning: require_once(/wp-content/themes/interio_child/admin/options-framework.php) [function.require-once]: 无法打开流:中没有此类文件或目录/wp-c