Skip to main content

Removing the "Subscribe to:" Caption / Link

Not everybody who produces a blog, and not even everybody who produces a blog and provides a feed, likes the caption / link at the bottom of the posts column
Subscribe to: Posts (Atom)
or
Subscribe to: Post Comments (Atom)
Some folks think this feature makes the bottom of the posts look cluttered. Maybe they're right.

Fortunately, it's not hard to remove.

First (and I always advise this) Backup Your Template. Next, From the Template Editor, select "Expand Widget Templates". Look through the code for "nextprev".
<!-- navigation -->
<b:include name='nextprev'/>

<!-- feed links -->
<b:include name='feedLinks'/>


Remove just one line.
<!-- navigation -->
<b:include name='nextprev'/>

<!-- feed links -->



Save. Test. Finally, Backup Your Template, again.

Comments

Popular posts from this blog

Add A Custom Redirect, If You Change A Post URL

When you rename a blog, the most that you can do, to keep the old URL useful, is to setup a stub post , with a clickable link to the new URL. Yo! The blog is now at xxxxxxx.blogspot.com!! Blogger forbids gateway blogs, and similar blog to blog redirections . When you rename a post, you can setup a custom redirect - and automatically redirect your readers to the post, under its new URL. You should take advantage of this option, if you change a post URL.

What's The URL Of My Blog?

We see the plea for help, periodically I need the URL of my blog, so I can give it to my friends. Help! Who's buried in Grant's Tomb, after all? No Chuck, be polite. OK, OK. The title of this blog is "The Real Blogger Status", and the title of this post is "What's The URL Of My Blog?".

Blogger Magic - Adding Label Search URLs

One of the simplest ways to make a blog useful is to add label searches. Adding label searches, in page / post text, is not easy - unless you know how to build the URLs. Here's a label search from this blog. http://blogging.nitecruzr.net/search/label/Blogger%20Magic All that I want, when using that label search, is to add another reference to my "Blogger Magic" post series. " Blogger Magic " emphasises how easy it is, to use Blogger. How easy is it, to remember that syntax - to add a label link? Maybe, a " Blogger Magic " reference, in this post?