最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

The style.css stylesheet doesn’t contain a valid theme header. what should I do, please?

programmeradmin5浏览0评论

when I try to upload a theme I have uploaded on a free host and it is the first time I upload a theme on a host, I got this error failed because The style.css stylesheet doesn’t contain a valid theme header.

then I put this on my styles.css , but still getting this error , although the theme works very well on the localhost. what should I do, please?

/**
* Template Name: Mamba - v4.0.1
* Template URL: /
* Author: BootstrapMade
* License: /
*/

/*--------------------------------------------------------------
# General

when I try to upload a theme I have uploaded on a free host and it is the first time I upload a theme on a host, I got this error failed because The style.css stylesheet doesn’t contain a valid theme header.

then I put this on my styles.css , but still getting this error , although the theme works very well on the localhost. what should I do, please?

/**
* Template Name: Mamba - v4.0.1
* Template URL: https://bootstrapmade/mamba-one-page-bootstrap-template-free/
* Author: BootstrapMade
* License: https://bootstrapmade/license/
*/

/*--------------------------------------------------------------
# General
Share Improve this question edited Oct 8, 2021 at 9:32 kero 6,3201 gold badge25 silver badges34 bronze badges asked Oct 8, 2021 at 9:18 Kishor KumawatKishor Kumawat 1
Add a comment  | 

1 Answer 1

Reset to default 1

Try something like this instead:

/**
 * Theme Name: Mamba
 * Theme URI: https://bootstrapmade/mamba-one-page-bootstrap-template-free/
 * Author: BootstrapMade
 * Author URI: https://bootstrapmade/
 * Version: 4.0.1
 * License URI: https://bootstrapmade/license/
 */

Or something like:

/*
Theme Name: Mamba
Theme URI: https://bootstrapmade/mamba-one-page-bootstrap-template-free/
Author: BootstrapMade
Author URI: https://bootstrapmade/
Version: 4.0.1
License URI: https://bootstrapmade/license/
*/
发布评论

评论列表(0)

  1. 暂无评论