我无法为wordpress 2014主题激活子主题。 我创建了一个二十四岁的文件夹。我有一个带有
的style.css1 /*
2 Theme Name:Twenty Fourteen Child
3 Version: 1.0
4 Theme URI: link
5 Description: A basic starter child theme for Twenty Fourteen
6 Author: Tim
7 Author URI: link
8 Template: twentyfourteen
9 License: GPL
10 License URI: ...
11 */
带有
的functions.php 1<?php
2 add_action( 'wp_enqueue_scripts', 'enqueue_parent_styles' );
3 function enqueue_parent_styles() {
4 wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css');
5 }
我正在运行另一个具有相同主题和相同代码的wordpress网站,这工作正常。这两个网站都安装在子目录中 style.css中的模板名称与父主题的目录名称匹配。我基本上只是复制了这两个文件。
当我激活子主题时,菜单结构被破坏。侧面包含左侧和顶侧的菜单,但现在它们都合并在顶部菜单中。有人知道这里可能有什么问题!?
答案 0 :(得分:0)
如果您已经设置了主题并且之后激活了子主题,则必须重新分配菜单的真实外观 - &gt;菜单&#39; S