Subscribe Here RSS or Email

Showing posts with label Atom. Show all posts
Showing posts with label Atom. Show all posts

11/17/08

Subscribe to: Posts (Atom) Hide it or Replace them to RSS, Here's How

1 Comment Buzz Here
Some blogger want to remove the Subscribe to: Posts (Atom) but for some they just replace the Atom to RSS. I will share to you how to remove it, if that's what you want and also will show you how to replace to RSS instead.


Here at TBN i decided to replace Subscribe to: Posts (Atom) to Subscribe to: Posts (RSS) -- scroll down and you will see the demo.

Here is the easy way to actually hide it


Go to your Dashboard - Layout - Edit HTML
Hit Ctrl+F type .feed-links { (You will then directly see the CSS Code)
Add this Code
display:none;

This is what the whole Feed-link CSS code should look like

.feed-links {
display:none;
clear: both;
line-height: 2.5em;
}

Then save your template and it should be hiding now.

Replace the Atom to RSS

Save your template to make sure that when you make mistake you can still go back to your old settings.

Go to your Dashboard - Layout - Edit HTML
Click Expand Widget Template
Ctrl+F find this code
<a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>

When you get to this code replace them Atom code to RSS code below, preview first and if happy then save it.
<a class='feed-link' expr:href='data:f.url + "?alt=rss"' type='application/rss+xml' target='_blank'><data:f.name/> (RSS)</a>

You should have RSS now instead of Atom or have hid them, if that's what you have choosed.

Credit

Replace Atom to RSS is based to PurpleMoggy's Blog.
 

  © Blogger template 'tbn' by thebuzznutter 2008

Bring me to TOP