BTemplates Blog

Tutorials, documentation and news about Blogger.

Remove Blogger bar (navbar)

Blogger gives you free blogs service, with the simple condition of display a bar on top of the page, and do not display advertisement. But if you don’t like it, and you want to remove it (or hide it), we tell you how. Go to the “Layout” tab, and then to “Edit HTML”. Search in […]

Hide the date on Blogger’s comments

This option is not on Blogger’s options, but it can be done through CSS. Go to the “Layout” tab, also called “Design” from the desktop, and then go to “Edit HTML”. After this, check the “Expand widgets template” box. Search for the following code: ]]></b:skin> And just before write the following: .comment-timestamp { display: none; […]

Switch from Blogger’s feed to FeedBurner

By default, Blogger creates a feed link to the posts at the end of each one. If we use Feedburner to manage our feed this link won’t help us a lot, but the link to comment’s feed will. In this article we’ll show you how to change the link to post’s feed without changing the […]

Static side menu on Blogger

Navigation in our blog or website is an important matter to take care of, and menus are very important to do this. Here we’ll show your how to set a static side menu in your website or blog, which means, when you scroll down the menu will be in the same position. The menu we’re […]

Metatags on Blogger

Metatags are labels with information about our site, like the theme of the website or blog, its description, keywords, author’s information, language, among many others. They are important because help search engines and other web applications to rank your web, so if you don’t have them it makes their work even more difficult, and the […]