This trick is very important if you want to show your blogger post page views to your visitors.I found this tip from here.1.Login to your blogger dashboard--> layout- -> Edit HTML2.Click on "Expand Widget Templates"3.Scroll down to where you see below code:
<div class='post-header-line-1'/>
4.Now below code and paste it just below the above code.<b:if cond='data:blog.pageType == "item"'>
<div...

1.Login to your blogger dashboard--> layout- -> Edit HTML2.Click on "Expand Widget Templates"3.Scroll down to where you see <p><data:post.body/></p> .4.Copy below code and paste it just after the <p><data:post.body/></p> .
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"...
Labels: Blogger Tutorials, Widget 0 comments

1.Login to your blogger dashboard--> layout- -> Edit HTML2.Scroll down to where you see </head> tag .3.Copy below code and paste it just before the </head> tag .
<style type='text/css'>
.formbutton{
cursor:pointer;
border:solid 4px #ccc;
background:#999;
color:#fff;
font-weight:bold;
padding:...
Labels: Blogger Tutorials, Widget 0 comments

1.Login to your blogger dashboard--> layout- -> Edit HTML2.Scroll down to where you see </head> tag .3.Copy below code and paste it just before the </head> tag .
<style type='text/css'>
#search {
height:34px;
width:auto;
margin-top:10px;
padding:17px 5px 10px 15px;
width:311px;
background:url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEg06t-9C9zDZhJI_O4kjygG5zV61hnqzR05HW_xAZL4N1w_IRFiayi5AcEN7R-84EK9xBku35u52n4Vz7IxcLkdAIZ8q08kr-1Uqg4jt0as0Wq1aRLHNPWmarlGPN19Dp9cpOsXCl1-Y-Yy/);
}
#search...
Labels: Blogger Tutorials, Widget 0 comments

1.Login to your blogger dashboard--> layout- -> Edit HTML2.Scroll down to where you see ]]></b:skin> tag .3.Copy below code and paste it just after the ]]></b:skin> tag .
<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js' type='text/javascript'/>
<script...
Labels: Blogger Tutorials, Widget 0 comments

1.Login to your blogger dashboard--> layout- -> Edit HTML2.Scroll down to where you see ]]></b:skin> tag .3.Copy below code and paste it just after the ]]></b:skin> tag .
<script type='text/javascript'>
//<![CDATA[
//MooTools, My Object Oriented Javascript Tools. Copyright...
Labels: Blogger Tutorials, Widget 0 comments
Subscribe to:
Posts (Atom)