Posts

Showing posts from March, 2017

The difference between Themes and Templates in Blogger

Image
This article explains the difference between themes and templates in Blogger, Google's blogging tool. What is (was) a Blogger template How a blog that is made with Blogger is shown to a visitor is controlled by four sets of information: The posts which the blogger writes (ie the content) A user-editable "configuration file" which records the overall formatting options which the file designer and then the blogger have chosen Another configuration file, called the post-template , which records choices that the blogger has made under Layout > Blog posts (edit), but cannot be edited elsewhere.    Blogger's own software, which puts the other things together with some internal rules to make "web pages".   Bloggers cannot control the rules in this at all. Originally, the first "configuration file" was called a template .   In fact, officially it was called a design-template , to distinguish it from the post-template.   However because most peopl...

How to edit your Theme in Blogger

Image
This article is about how to edit your theme in Blogger. It supports many other articles on this site, which suggest specific theme changes needed to solve particular problems.    Note that until early 2017, themes were called templates.   In practise, "edit your template" and "edit your theme" mean the same thing. In Blogger, a theme is a file which controls how your blog are displayed on the screen when someone reads it using a browser or a mobile device.   Themes used to be called templates, but were renamed "themes" in early 2017. Previously, I've looked at whether it's a good idea to edit your Blogger theme / template or not.   Because themes are the same thing as templates, the same principles apply to editing your theme. For many people, editing the theme is simply something which they need to do, because it's the only way to do what they want ( remove the attribution , show a gadget on the homeppage only , add a Facebook like button t...

How to find things in Blogger's Theme editor

Image
This article explains how to find things (gadgets or text) in the Theme editor in Blogger. Very often when you are editing your Theme in Blogger, you need to find particular text. For example, you might need to find all places where  "</head" appears, so you can add something to the very next line.   Or you might want to find the code for a particular gadget (aka widget), so that you can put a conditional-formatting statement around it. There are now two tools you can use to find items in the Theme editor: The Jump to Widget tool if you are looking for a Widget The Find bar if you are looking for a text string. More information about using each of these is given below. How to use the Jump to Widget tool First, you need to find out the exact name for the widget / gadget that you need to find the code for.    (See Finding a gadget's name for a tip on how to do this). Then, inside the Theme editor (see Editing your Blogger Theme for how to get there), just choo...