Display Label specific site feed from Atom and RSS Feed

How to Display Label specific site feed from Atom and RSS Feed
RSS

Blog user might have seen Recent post by label widget that shows 4/5 post under per label. Suppose you want to display 5 post from Blogger Tips label. Then Label specific site feed will display posts from Atom and RSS Feed. In modern blogger template this widget display with little modification that can display post image also. But if you want to display the label from Atom and RSS Feed then it is now able to display post link only. So let’s proceed to the tutorial.

Adding Label specific posts from Atom 1.0 Feed

For Adding Label specific posts widget from Atom 1.0 Feed just follow the below steps-

Step 1 Sign in to your Blogger account and go to Blogger Dashboard.

Step 2 On Blogger Dashboard Click ->Layout -> Add a Gadget

Feed gadget

Step 3 Scroll down through popup window and Select ->Feed Gadget.

Feed URL

Step 4 Now copy the below code from below and paste it on Feed URL field and Click on Continue button.
http://blogname.blogspot.com/feeds/posts/default/-/Label
  • For Example: http://www.bloggerspice.com/feeds/posts/default/-/News

Customization

  • Replace blogname.blogspot.com with your blog URL
  • Replace Label with any Label from your blog


Adding Label specific posts from RSS 2.0 Feed

You can also add recent post from specific label widget from RSS 2.0 it is almost similar to Atom 1.0 but little change on Feed URL. Just follow the Step 1 to Step 3 and go through below step

Step 4 Now copy the below code from below and paste it on Feed URL field and Click on Continue button.
http://blogname.blogspot.com/feeds/posts/default?alt=rss/-/Label
  • For Example: http://www.bloggerspice.com/feeds/posts/default?alt=rss /-/News

Customization

  • Replace blogname.blogspot.com with your blog URL
  • Replace Label with any Label from your blog
Step 5 Now change the Title with Label Name and under Show option select how many post you want to display. And see the preview below.

configure feed 


Step 6 If you want to display Post publishing day and author name then put tick on check box. In addition, you can select option that the link will be open in new window by putting tick on check box.

 author info


Step 7 Finally hit the Save button. And now check the Label specific posts widget in your blog.

You have now successfully added Label specific posts. You can display more Label specific posts and to do this just you have to change the Label name. Another important thing is that you have to add your label from browsers URL. For example in case of my blog I have one Search Engine label but when I click on label then it shows like Search%20Engine. So you have to add the label like this. So this is case sensitive in case of 2 words label. Beside of this if you face any trouble then feel free to leave a comment below. Thanks you.
Go Up