Changing the Default RSS Atom

Sometimes you may want to use as a default feed RRS, do you go to the Edit HTML, then look for the code red below :

<b:includable id="feedLinksBody" var="links">
<div class="feed-links">
<data:feedLinksMsg/>
<b:loop values="data:links" var="f">
<a class="feed-link" expr:href="data:f.url" expr:type="data:f.mimeType" target="_blank"><data:f.name/> (<data:f.feedType/>)</a>
</b:loop>
</div>
</b:includable>


Replace the red code with the code below :

<a class="feed-link" expr:href="data:f.url + "?alt=rss""
type="application/rss+xml" target="_blank"><data:f.name/> (<data:f.feedType/>)</a>
Continue Reading...

Auto Hide Blogger Navbar

On the Edit HTML, find the code below :

<b:skin><![CDATA[




then place the following code under the code before :

#navbar-iframe{opacity:0.0;filter:alpha(Opacity=0)}
#navbar-iframe:hover{opacity:1.0;filter:alpha(Opacity=100, FinishedOpacity=100)}
Continue Reading...

Eliminate Navbar

Enter the Edit HTML code and place it under <b:skin><![CDATA[



#navbar{height:10px; visibility:hidden; display:none}
Continue Reading...

Removing Links Subsribe Post or Subscribe to: Posts

Enter the Edit HTML and then check the 'Expand Widget Templates', find the code under the code and remove the color 'red' below:


<b:includable id="feedLinks">
<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>
Continue Reading...

SEO Friendly Title

Title so that more bloggers are better with Engeine Search (SEO Friendly) we can replace the standard Title Title code that has been modified.

Search title code below:

<title><data:blog.pageTitle/></title>


Then replace all the code above with the code below:

<b:if cond="data:blog.pageType == "index">
<title><data:blog.pageTitle/></title>
<b:else/>
<title><data:blog.pageName/></title>
</b:if>



I hope your blog to be SEO friendly, Good Luck
Continue Reading...
 

Blogroll

Followers

Text

Generation Man's Copyright © 2009 WoodMag is Designed by Ipietoon for Free Blogger Template