------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
How to upload Blogger templates
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

1. Download your Blogger XML template from Www.BestTheme.Net. 
The template is contained in a zip file (winzip, winrar), ensure you have extracted the XML template.
2. Log in to your Blogger dashboard and go to Layout > Edit HTML
3. Ensure you back up your old template in case you decide to use it again. To do this, click on the "download full template" link and save the file to your hard drive.
4. Look for the section near the top where you can browse for your XML template:
5. Enter the location of your template and press "upload".
6. The HTML of your new template will now appear in the box below. You can preview your template or simply save to start using it!
7. Enjoy!

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
How to edit slider
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
To edit slider go to edit html and search for this code
and replace with your link and contents.


 <div id='wrapper'> 
<div class='skin-slidedeck' id='slidedeck_frame'> 
<dl class='slidedeck'> 
<dt>Sit amet felis. Mauris semper,</dt> 
<dd> 
<img alt='' class='slidimg' src='http://4.bp.blogspot.com/_M_YCe5AWy0o/TLUrtGDE4NI/AAAAAAAAAFM/opwso8oPAng/s1600/1.jpg'/> 
<p class='inpost'>Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque sed felis. Aliquam sit amet felis. Mauris semper, velit semper laoreet dictum, quam diam dictum urna, nec placerat elit nisl in quam. Etiam augue pede, molestie eget, ...</p> 
</dd> 
<dt>Category name clash</dt> 
<dd> 
<img alt='' class='slidimg' src='http://4.bp.blogspot.com/_M_YCe5AWy0o/TLUr90sXM9I/AAAAAAAAAFQ/muNrfQIBJd4/s1600/2.jpg'/> 
<p class='inpost'>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque sed felis. Aliquam sit amet felis. Mauris semper, velit semper laoreet dictum, quam diam dictum urna, nec placerat elit nisl in quam. Etiam augue pede, molestie eget, rhoncus at, convallis ut, eros. Aliquam pharetra. Nulla in tellus eget odio sagittis blandit. ...</p> 
</dd> 
<dt>Test with enclosures</dt> 
<dd> 
<img alt='' class='slidimg' src='http://1.bp.blogspot.com/_M_YCe5AWy0o/TLUsMcD_cDI/AAAAAAAAAFU/wxuJbMOF9CU/s1600/3.jpg'/> 
<p class='inpost'>Here's an mp3 file that was uploaded as an attachment:
 
Juan Manuel Fangio by Yue
 
And here's a link to an external mp3 file:
 
 Acclimate by General Fuzz 
 
Both are CC licensed.
 
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque sed felis. Aliquam sit amet felis. Mauris semper, velit semper laoreet dictum, ...</p> 
</dd> 
<dt>Block quotes</dt> 
<dd> 
<img alt='' class='slidimg' src='http://2.bp.blogspot.com/_M_YCe5AWy0o/TLUsd2ekUfI/AAAAAAAAAFY/_Sq08DpWjTQ/s1600/4.jpg'/> 
<p class='inpost'>Some block quote tests:
Here's a one line quote.
This part isn't quoted.  Here's a much longer quote:
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. In dapibus. In pretium pede. Donec molestie facilisis ante. Ut a turpis ut ipsum pellentesque tincidunt. Morbi blandit sapien in mauris. Nulla lectus lorem, varius aliquet, ...</p> 
</dd> 
<dt>Contributor post, approved</dt> 
<dd> 
<img alt='' class='slidimg' src='http://2.bp.blogspot.com/_M_YCe5AWy0o/TLUstZ0_BdI/AAAAAAAAAFc/Zsx-IEvvv6g/s1600/5.jpg'/> 
<p class='inpost'>I'm just a lowly contributor.  My posts must be approved by the editor.Mauris semper, velit semper laoreet dictum, quam diam dictum urna, nec placerat elit nisl in quam. Etiam augue pede, molestie eget, rhoncus at, convallis ut, eros. Aliquam pharetra. Nulla in tellus eget odio sagittis blandit. Maecenas at ...</p> 
</dd> 
</dl> 
</div> 

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
How to edit Recent Posts
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
To edit recent post go to edity html and find these codes and replace your blogname in the end of this javascript.


<div class='sidebar section'> 
<h2 class='title'> Recent Posts </h2>	
<script language='JavaScript'>
imgr = new Array();
showRandomImg = true;
tablewidth =0;
cellspacing = 0;
borderColor = &quot;#ffffff&quot;;
bgTD = &quot;#ffffff&quot;;

imgwidth = 71;
imgheight =80;

fntsize = 12;
acolor = &quot;#000&quot;;
aBold = true;
icon = &quot; &quot;;

text = &quot;&quot;;
fsize= &quot;11&quot;;

showPostDate = false;

summaryPost = 60;
summaryFontsize = 11;
summaryColor = &quot;#666&quot;;
icon2 = &quot; &quot;;

numposts = 20;

home_page =

&quot;http://www.besttheme.net/&quot;;
</script>
<script src='https://sites.google.com/site/bestbloggertheme/corp-tribune/thumbnail.js' type='text/javascript'/>
</div>	

------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
How to edit Recent Comments
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
To edit recent coment go to edit html and find these codes and change your feed link to besttheme feed link.

<div class='sidebar section'> 
<h2 class='title'>Recent Comments</h2> 
<script type='text/javascript'>
//<![CDATA[
function showrecentcomments(json){for(var i=0;i<a_rc;i++){var b_rc=json.feed.entry[i];var c_rc;if(i==json.feed.entry.length)break;for(var k=0;k<b_rc.link.length;k++){if(b_rc.link[k].rel=='alternate'){c_rc=b_rc.link[k].href;break;}}c_rc=c_rc.replace("#","#comment-");var d_rc=c_rc.split("#");d_rc=d_rc[0];var e_rc=d_rc.split("/");e_rc=e_rc[5];e_rc=e_rc.split(".html");e_rc=e_rc[0];var f_rc=e_rc.replace(/-/g," ");f_rc=f_rc.link(d_rc);var g_rc=b_rc.published.$t;var h_rc=g_rc.substring(0,4);var i_rc=g_rc.substring(5,7);var j_rc=g_rc.substring(8,10);var k_rc=new Array();k_rc[1]="Jan";k_rc[2]="Feb";k_rc[3]="Mar";k_rc[4]="Apr";k_rc[5]="May";k_rc[6]="Jun";k_rc[7]="Jul";k_rc[8]="Aug";k_rc[9]="Sep";k_rc[10]="Oct";k_rc[11]="Nov";k_rc[12]="Dec";if("content" in b_rc){var l_rc=b_rc.content.$t;}else if("summary" in b_rc){var l_rc=b_rc.summary.$t;}else var l_rc="";var re=/<\S[^>]*>/g;l_rc=l_rc.replace(re,"");if(m_rc==true)document.write('On '+k_rc[parseInt(i_rc,10)]+' '+j_rc+' ');document.write('<a href="'+c_rc+'">'+b_rc.author[0].name.$t+'</a> commented');if(n_rc==true)document.write(' on '+f_rc);document.write(': ');if(l_rc.length<o_rc){document.write('<i>&#8220;');document.write(l_rc);document.write('&#8221;</i><br/><br/>');}else{document.write('<i>&#8220;');l_rc=l_rc.substring(0,o_rc);var p_rc=l_rc.lastIndexOf(" ");l_rc=l_rc.substring(0,p_rc);document.write(l_rc+'&hellip;&#8221;</i>');document.write('<br/><br/>');}}}
//]]>
</script>

<script style='text/javascript'>var a_rc=5;var m_rc=true;var n_rc=true;var o_rc=40;</script><script src='http://www.besttheme.net/feeds/comments/default?alt=json-in-script&amp;callback=showrecentcomments'/>		
</div>	



------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
How to edit post date
---------------------------------------------------------------------------------------------------------------------------------------------
Go to setting pannel and then to formating tab
Now set the timestamp formate to monday, october 13, 2010.


------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
How to Edit navigation bar
---------------------------------------------------------------------------------------------------------------------------------------------
Go to layout and click on add new widget on the top of posting named linklist.
And add link widget to it and remove its title and then edit your links.

