Showing posts with label Customization. Show all posts
Showing posts with label Customization. Show all posts

Recent Posts with Thumbnails Widget by Engadgeteer

Blogger Buster has published a great new widget developed for Blogger users: a recent posts widget which includes thumbnails from your posts. The gadget is very easy to install in your blog: simply visit the widget generator page and edit the settings as required. You can preview your feed and then add it to your blog sidebar using the "Add to Blogger" button on the top right of the page. Thanks Blogger Buster (and Tony) for letting me know about this widget. I have used this new gadgets for blogger at Thatta Kedona.

How to Remove Navbar in Blogger Blogs

With this navigation bar on top of every blog hosted at Blogger, users can search blogs, visit the next blog, sign in or create a new account and or can flag a blog for posting objectionable content. There is mno option to remove the navigation bar in Blogger Draft features. But you can remove the navigation manual tweak. Here is how to remove navbar in Blogger Blogs {not in Classic Templates}:

1. Open your Blogger dashboard.
2. Go to your blog’s Layout settings > Edit HTML
3. Search for:
/* Variable definitions
====================
4. And above that add:
#navbar-iframe { display: none !important; }
5. Save your settings and open your blog now. The navigation bar will be gone.