Banner 468

Facebook
RSS

How To Create A Blogger Archive Page

This method is one of the easiest way to create a separate archive page in blogger. All you have to do is insert 2 lines of code in a Blogger Page and it will automatically generate a list of the entire collection of all your posts, with titles neatly linked and sorted or archived by dates. It would display all your posts in a single page which would be easily accessible and navigable that provide

[ Read More ]

How To Create Custom Blogger Recent Posts Widget For Blogspot Blog

With the use of “JSON” and your blogger blogspot blog feed, we will create a custom blogger recent post widget in just few easy steps. Accessing of blog feed is done by using a technology called JSON through a callback. JSON stand for “JavaScript Object Notation” is a lightweight data-interchange format. A feed is a data format used for providing users with frequently updated content. Content distributors

[ Read More ]

How To Change New Template Backgrounds

Figure: Blogger Template Designer New blogger templates are slightly different from the older templates. In the older templates, you would change the background in the Edit HTML section of your template, under the body { However, with the new templates, you can change it from the template designer. To change to your own custom background, follow these steps below. Design > Template Designer >

[ Read More ]

How To Remove/Hide Post Atom/Home/Older Post

You can Remove/Hide Post Atom/Home/Older Post with just a few lines of coding. You can also choose which links you would like to remove with the “codes” below. Follow these steps: Go to Design > Template Designer > Advanced > Add CSS > Input The Codes Below. To Remove Post Atom: .feed-links, .blog-feeds {display: none;} To Remove Home Link: .home-link {display: none;} To Remove

[ Read More ]

How To Set Your Blog Settings

Follow this steps to set the Settings. To customize your Settings click on the second 'Settings' tab at the top after having logged into the Dashboard and clicked on your blog name or click on Settings under Manage as shown in the image alongside. This will open the Settings page on the default 'Basic' subtab. Here you can set the settings for Blog Title and Blog Description. These are most important

[ Read More ]