【发布时间】:2016-01-05 17:24:52
【问题描述】:
我从父主题“二十三”创建了 wordpress 子主题。我的孩子主题名称是“twentythirteen-child”。它有以下内容。
/*
Theme Name: twentythirteen-child
Theme URI: http://www.example.com
Description: A Twenty Thirteen child theme
Author: WPBeginner
Author URI: http://www.example.com
Template: twentythirteen
Version: 1.0.0
*/
@import url("../twentythirteen/style.css");
不幸的是,当我激活子主题并且网页上没有应用父主题样式时,我的子主题替换了父主题,并且正在应用新创建的主题。 我怎么解决这个问题?
【问题讨论】:
标签: wordpress wordpress-theming