How to remove subscribe to:Posts (Atom) link

We can remove subscribe to: Posts (Atom) link from the Blogger:
Step 1: Login to your Blogger account, then go to “Template” and click to “Edit HTML” button.


Step 2: Click anywhere inside the code area, then press CTRL + F keys to open Bloggers search box.



Step 3: Type the foll0wing text in search box.
<b:include data='feedLinks' name='feedLinksBody'/>


Step 3: Above search code will look like this.



Step 4: Remove it and click on the “Save Template” button to save the changes. This will remove subscribe to: Posts(Atom) link from your Blog.


How to replace "Google Custom Search" watermark to "Your custom text" in adsense Custom search engine.

We can replace “Google custom search” watermark to “Your custom text”  in adsense Custom search engine:
ADSENSE CSE: BEFORE

ADSENSE CSE: AFTER

Follow below steps to replace the “Google custom search” watermark to “Your custom text” in adsense Custom search engine:

Go to adsense CSE code, which will looks like this:

<form action="http://www.YourWebsiteName.com" id="cse-search-box">
 <div>
   <input type="hidden" name="cx" value="partner-pub-7217772373330193:9765656060" />
   <input type="hidden" name="cof" value="FORID:10" />
   <input type="hidden" name="ie" value="UTF-8" />
   <input type="text" name="q" size="30" />
   <input type="submit" name="sa" value="Search" />
 </div>
</form>

<script type="text/javascript" src="http://www.google.co.in/coop/cse/brand?form=cse-search-box&amp;lang=en"></script>

In above code change   <input type="text" name="as_q" value=”Search in this website” size="30" />

Now the “Google Custom Search” watermark will not appear on adsense custom search engine "Search in this website, will visible.

You can change "Search in this website" text with your own text.