Skip to main content

iiiiiiiiiiiiii

 with:

<script><![CDATA[

and close with:

]]></script>

This prevents Blogger XML parser errors.


Fix #7

Some Font Awesome icons are too new and may not render:

Example:

fa-chart-mixed
fa-radar

Older FA CDN versions may reject them visually.

Safer replacements:

fa-chart-line
fa-chart-pie

Fix #8 (Recommended)

Your Blogger section is correct:

<b:section class='main' id='main' preferred='yes'>
<b:widget id='Blog1' locked='false' title='Blog Posts' type='Blog' visible='true'/>
</b:section>

But Blogger usually expects it inside the main layout area, not after all scripts.

Move it somewhere inside your page content where posts should appear.


The MAIN reason Blogger rejects it

It is almost certainly this:

<b:skin> outside <html>

That alone makes the XML invalid.


Quickest Way To Make It Upload

  1. Move <b:skin> into <head>
  2. Put CSS inside CDATA
  3. Wrap JS in CDATA
  4. Replace unsupported Blogger expressions

After that Blogger should accept it.

DiscussionDiscussionمناقشة

Comments