2014-08-31 73 views
0

时,我有一个非常简单的子主题Wordpress投掷“目标文件夹已存在”。创建子主题

- >我的主题 - >的style.css

/* 
    Theme Name:  My Child Theme 
    Theme URI:  google.com 
    Description: My Child Theme 
    Author:   person 
    Author URI:  google.com 
    Template:  Landscape 
    Version:  1.0.3 
*/ 

@import url("../landscape/style.css"); 

但是,当我尝试安装它,我看到了

Unpacking the package… 

Installing the theme… 

This theme requires a parent theme. Checking if it is installed… 

Preparing to install Landscape 1.0.3… 

Downloading install package from https://wordpress.org/themes/download/landscape.1.0.3.zip… 

Unpacking the package… 

Installing the theme… 

Destination folder already exists. /home/<site>/public_html/site/wp-content/themes/landscape/ 

Theme install failed. 

Theme installed successfully. 

回答

相关问题