Wednesday, 9 January 2013

Creating site Map Of Your Blog

This is an awesome trick by which you can create a Stylish Site Map of your Site/blog. I will show you how to make a Site Map of you Blog.

Site Map is a necessary part of a site because it provides the reader a view of your content, and make site navigation easier. Many people use different methods for Creating site map. But the one who is using Blogspot Domain find it difficult as no website provide exactly what we need. But i have found a way which you can use to create site map of your Blog.



Demo

Step 1. Log in to Blogger, than click on templates.

Step 2. Now Click on Edit HTML button.


Step 3. Find ]]></b:skin>


Step 5. Paste the code given below above it..


.judul-label{ 
background-color:#E5ECF9;
font-weight:bold;
line-height:1.4em;
margin-bottom:5px;
overflow:hidden;
white-space:nowrap;
vertical-align: baseline;
margin: 0 2px;
outline: none;
cursor: pointer;
text-decoration: none;
font: 14px/100% Arial, Helvetica, sans-serif;
padding: .5em 2em .55em;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: .5em;
-moz-border-radius: .5em;
border-radius: .5em;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
-moz-box-shadow: 1px 1px 4px #AAAAAA;
box-shadow: 0 1px 2px rgba(0,0,0,.2);
color: #e9e9e9;
border: 2px solid white !important;
background: #6e6e6e;
background: -webkit-gradient(linear, left top, left bottom, from(#888), to(#575757));
background: -moz-linear-gradient(top, #888, #575757);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.data-list{
line-height:1.5em;
margin-left:5px;
margin-right:5px;
padding-left:15px;
padding-right:5px;
white-space:nowrap;
text-align:left;
font-family:"Arial",sans-serif;
font-size:12px;
}
.list-ganjil{
background-color:#F6F6F6;
}
.headactive{
color: #fef4e9;
border: 2px solid white !important;
background: #1C8DFF;
background: -webkit-gradient(linear, left top, left bottom, from(#9dc2e7), to(#438cd2));
background: -moz-linear-gradient(top, #9dc2e7, #438cd2);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9dc2e7', endColorstr='#438cd2');
}


Step 6. Save the Template and than click on pages and create a new page with name " Site Map" and in html mode paste the code given below



<script src="http://nothing123.googlecode.com/files/sdas.js">

</script>
<script src="http://www.callmetech.blogspot.com/feeds/posts/summary?max-results=1000&amp;alt=json-in-script&amp;callback=loadtoc">
</script>
<script type="text/javascript">
var accToc=true;
</script>
<script src="http://deroc.googlecode.com/files/accordion-pack.js" type="text/javascript">
</script></div>
Replace Callmetech.blogspot.com with your website. And congratulations..You have made your Blog Site Map.


Recommended Post Slide Out For Blogger