There should be one and only one skin in the theme, and we found: <b>0</b>

It is a Webmaster forum to discuss website promotion, CMS management, Search Engine discussions, AdSense, etc.
Post Reply
Anish
Standard User
Posts: 19
Joined: 25 Dec 2023, 14:06

There should be one and only one skin in the theme, and we found: <b>0</b>

Post by Anish »

I am developing a theme for my blog. It is on Blogspot, and I started my custom theme from scratch.

The problem is the inability to save the theme. Whenever I press the save button, Blogger displays the following error.

Code: Select all

There should be one and only one skin in the theme, and we found: <b>0</b>
Does anyone in Systosys have experience with Blogger theme development to answer it?
Alex George
Global Moderator
Posts: 60
Joined: 14 Nov 2023, 04:39
Location: Brooklyn

Fix: There should be one and only one skin in the theme, and we found: <b>0</b>

Post by Alex George »

You are trying to save a Blogger theme without a Skin tag. Blogger requires at least one Skin tag in the header to work. To solve this problem, save the following code before the closing of head tag.

Code: Select all

<b:skin>
  <![CDATA[
     
     ]]>
</b:skin>  
Anish
Standard User
Posts: 19
Joined: 25 Dec 2023, 14:06

What is Skin In Blogger?

Post by Anish »

Thank you for the answer. I have one more question. What is the use of this skin tag in Blogger?
Post Reply