Skip to main content

Archive

Show more

How To Edit Blogger Template XML And CSS

How-To-Edit-Blogger-Template-xml-and-css

How To Edit Blogger Template XML And CSS

Most of the bloggers are using the WordPress platform for blogging because wordpress is easy to use. WordPress provides enough plugins and their integration within a minute. Plus, WordPress has a great community to help you solve any WordPress problems. One of the major benefits of using WordPress is the easily editable code. Its structure is good for SEO.

But when we talk about Blogger as a blogging platform, a lot of pro bloggers refuse to use Blogspot as a blogging platform. There are some reasons for refusing such as lack of plugins, article ranking, low SEO impact, and code editing process.

But on this website, you will get a complete guide on blogger so that you can easily improve your user interface and SEO too. You can follow our complete guide section on Blogger. We are constantly improving this blogger guide section and trying to include new articles.

In this article, we will discuss how to edit Blogger's XML and CSS. Because every beginner on a blogger platform needs to edit their blog XML and CSS to modify blogger templates. We provide a basic idea of where you can edit XML and CSS. So let's get started


01. Go To Blogger Dashboard

As you know, every step of Blogspot starts from Blogger Dashboard so going to Dashboard is the first step. then click on the layout button.

Step-1-Go-To-Blogger-Dashboard


02. Blogger Layout

Blogger Layout gives you the option to add CSS in Blogger. Apart from this, you can also add html and script to blogger through layout. We have written a separate article on this topic "How to insert HTML, CSS, and JavaScript to Blogger" You can read that article.

Step-2-Blogger-Layout


03. Click On Blogger Theme

In the previous step, we taught you how to add CSS via layout. This was one of the ways we use to add css to blogger. Now looking ahead. So click on the theme button, as you can in the picture.

Step-3-Click-On-Theme


04. Click On Customise And Choose Edit HTML Option

When you click on dropdown, you will see 5-6 options, so choose "edit html" option. There is also a backup option on this dropdown. You can check how to take blogger backup.

Step-4-Click-On-Customise


05. Blogger Template Edit And Element Navigation

After clicking "Edit HTML" the complete code of our blog will appear on our screen. Now we can edit the code of our blog. But if we want to directly access the code of an element, then we can use 'Element Navigation' of Blogger. as you can see in the image

Step-5-Blogger-xml-edit-Screen


The image you are seeing is a screen shot of our blog. In this you can see that a link has been given to access all the elements of the blog. You can click on any option as per your requirement.

Step-5-Blogger-Template-Element-Edit


06. Blogger XML Layout

Now it's time to learn about major elements of our blog like header, footer, main content, sidebar, etc. You can edit those major elements like this. If you wanna add extra elements you can add just using XML tag.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:b="http://www.google.com/2005/gml/b" xmlns:data="http://www.google.com/2005/gml/data" xmlns:expr="http://www.google.com/2005/gml/expr">
  <head>
    <title>
      <data:blog.pageTitle />
    </title>
  </head>
  <body>
    <b:section id="header" class="header" maxwidgets="1" showaddelement="no">header section code.</b:section>
    <b:section id="sidebar" class="sidebar" maxwidgets="" showaddelement="yes">sidebar content.</b:section>
    <b:section id="main" class="main" maxwidgets="1" showaddelement="no">main page content.</b:section>
    <b:section id="footer" class="footer" showaddelement="no">footer content.</b:section>
  </body>
</html>

You can design a simple Blogger template using these four basic elements. All you have to do is learn 'xml' a bit. Such as conditional statements, XML tag attributes, etc. And a little bit of css to align elements. After knowing this, you can create the blogger template given below.

blogger-simple-template-layout


07. Add Css In Blogger

In the previous steps, we discussed a method to include 'CSS' in Blogger. But in blogger template code, you can also add css in a specific place. As you can see in the image.

For this, you have to first press both the "ctrl + f" buttons simultaneously. After clicking the buttons together you will see the search bar. Then in the search bar you have to search ']]></b:skin>' as you can see in the image. You can add 'css' just before ']]></b:skin>'.

Step-7-Add-Css-In-Blogger-Template


08. Save Template

After all the changes, you will have to save your blog template. As you can save the changes of your blog by clicking on the option given in the image.

Step-8-Save-Blogger-Template




Comments

  1. Thank you !! how can i optimize the blogs ? how can i like to google analytics?

    ReplyDelete
  2. I appreciate your help; this is the article I needed. May I ask what software you use for your fantastic and quick website? I too intend to build a straightforward website for my company, however I require advice on a name and hosting. Asphostportal is said to have an excellent reputation for it. Are there any other options available, or can you recommend them?

    ReplyDelete
    Replies
    1. Glad it helped.
      Resources for website development:
      01. Website: Mozilla Developer Network (https://developer.mozilla.org/en-US/)
      02. Code Editor: VS Code(https://code.visualstudio.com/)
      03. Web Hosting: You can use Blogger for hosting(if you are not writing blog).
      feel free to reach out via email for any further assistance.(rustcode95@gmail.com)

      Delete

Post a Comment