Showing posts with label blogger tips. Show all posts
Showing posts with label blogger tips. Show all posts

Saturday, February 9, 2013

how to remove blogger attribution gadget




If you want to remove powered by Blogger copyright widget permanently then follow the steps below:


1. Go To Blogger Dashboard >> Template >> Edit HTML >> Tick Expand Widget Templates  

2. Search For Title Text Attribution1 (Use CTR+F) 

 3. Just Replace locked = 'true' To locked = 'false'




4. Save Your Blogger Template


5. Go to Blogger Dashboard >> Layout >> Click Edit On The Attribution Widget

6. Click Delete Button On The Configure Attribution




 9. Its All Done, The Attribution Widget Deleted Permanently.


     Enjoy:-!!!



Monday, February 4, 2013

how to remove subscribe to posts (atom) in blogger


     how to remove subscribe to posts (atom) in blogger:-
 
     Follow the simple steps :-
  1. Go to dashboard/ template/ edit HTML
  2. Click the 'Expand Widgets Templates' box
  3. Find

<b:if cond='data:blog.pageType != "item"'> <!-- Blog feed links -->
<b:if cond='data:feedLinks'>
<div class='blog-feeds'>
<b:include data='feedLinks' name='feedLinksBody'/>
</div>
</b:if>


          Remove this line:

<b:include data='feedLinks' name='feedLinksBody'/>
          That should remove Posts (Atom)

         Enjoy:-!!!