-
Problems
This line enable URL Rewriting . It must be enabled via the RewriteEngine directive! and if your .htaccess file is going to use rewrite rules, you should always include this line. Otherwise, you can’t be sure if its enabled or not. The string “on” is case insensitive.
1. Log in into blogger
2. Click Layout
3. Click EDIT HTML tab
4. Click Download Full template and please back up first. (important)
5. Find the code below
.feed-links {
clear: both;
line-height: 2.5em;
}
Replace it with
.feed-links {
display:none;
}
You Can Also remove this line too:Just search for it and delete
<b:include name='feedLinks'/>
It will work fine . Enjoy the result

No comments:
Post a Comment