<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Templates Instructions | Premium Blogger Templates 2025</title>
	<atom:link href="https://www.premiumbloggertemplates.com/type/templates-instructions/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.premiumbloggertemplates.com</link>
	<description>Free and premium blogger templates, blogger themes 2024 and premium blogspot themes. blogspot templates daily with SEO ready, responsive layouts.</description>
	<lastBuildDate>Mon, 26 Jun 2017 04:01:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How To Fix Facebook Share Problem</title>
		<link>https://www.premiumbloggertemplates.com/how-to-fix-facebook-share-problem/</link>
					<comments>https://www.premiumbloggertemplates.com/how-to-fix-facebook-share-problem/#comments</comments>
		
		<dc:creator><![CDATA[pbtemplates]]></dc:creator>
		<pubDate>Tue, 21 Dec 2010 14:55:00 +0000</pubDate>
				<category><![CDATA[Templates Instructions]]></category>
		<guid isPermaLink="false">http://premiumbloggertemplates.com/2009/12/how-to-fix-facebook-share-problem.html</guid>

					<description><![CDATA[<p>Many blogger users informed me they are facing a problem when try to share blogger post in Facebook(when using my...</p>
The post <a href="https://www.premiumbloggertemplates.com/how-to-fix-facebook-share-problem/">How To Fix Facebook Share Problem</a> first appeared on <a href="https://www.premiumbloggertemplates.com">Premium Blogger Templates 2025 | Blogspot Themes</a>.]]></description>
										<content:encoded><![CDATA[<p>Many blogger users informed me they are facing a problem when try to share blogger post in Facebook(when using my templates).So I decide to give a tutorial for fix this problem with in few seconds.If you are facing a problem like the picture below when share your blogger post in Facebook, follow the instruction given here to fix this problem.</p>
<p><span style="font-weight: bold;" >Note : I have fixed this problem for my latest templates.</span></p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://1.bp.blogspot.com/_XhQhJoVMed8/TRDnbXtZKrI/AAAAAAAAB0o/1REPNW1xZqI/s1600/facebook%2Bshare%2Bproblem.jpg"><img decoding="async" style="cursor: pointer; width: 530px; height: 265px;" src="https://1.bp.blogspot.com/_XhQhJoVMed8/TRDnbXtZKrI/AAAAAAAAB0o/1REPNW1xZqI/facebook%2Bshare%2Bproblem.jpg" alt="facebook share problem" id="BLOGGER_PHOTO_ID_5553192797954714290" border="0" /></a></p>
<p>Before doing this change,I highly recommend to <a style="font-weight: bold;" href="https://www.premiumbloggertemplates.com/2010/02/how-to-backup-your-blogger-template.html">backup</a> your blogger template first.</p>
<p>1.Login to your Blogger Dashboard --> Design --> Edit HTML.</p>
<p>2.Click on "<span style="font-weight: bold; color: rgb(204, 51, 204);">Expand Widget Templates</span>".</p>
<p>3.Now find below code in your template.(some part of the code can be different,according to your template.but you can find this code easily.)</p>
<p></p>
<pre style="border: 1px solid black; overflow: auto; height: 400px; width: 90%;">&lt;script type='text/javascript'&gt;<br />summary_noimg = <span style="font-weight: bold;">800</span>;<br />summary_img = <span style="font-weight: bold;">650</span>;<br />img_thumb_height = <span style="font-weight: bold;">150</span>;<br />img_thumb_width = <span style="font-weight: bold;">200</span>;<br />&lt;/script&gt;<br />&lt;script type='text/javascript'&gt;<br />//&lt;![CDATA[<br /><br />function removeHtmlTag(strx,chop){<br />if(strx.indexOf("&lt;")!=-1)<br />{<br />var s = strx.split("&lt;");<br />for(var i=0;i&lt;s.length;i++){<br /> if(s[i].indexOf("&gt;")!=-1){<br />  s[i] = s[i].substring(s[i].indexOf("&gt;")+1,s[i].length);<br /> }<br />}<br />strx =  s.join("");<br />}<br />chop = (chop &lt; strx.length-1) ? chop : strx.length-2;<br />while(strx.charAt(chop-1)!=' ' &amp;&amp; strx.indexOf(' ',chop)!=-1) chop++;<br />strx = strx.substring(0,chop-1);<br />return strx+'...';<br />}<br /><br />function createSummaryAndThumb(pID){<br />var div = document.getElementById(pID);<br />var imgtag = "";<br />var img = div.getElementsByTagName("img");<br />var summ = summary_noimg;<br />if(img.length&gt;=1) {<br />imgtag = '&lt;span style="float:left; padding:0px 10px 5px 0px;"&gt;&lt;img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/&gt;&lt;/span&gt;';<br />summ = summary_img;<br />}<br /><br />var summary = imgtag + '&lt;div&gt;' + removeHtmlTag(div.innerHTML,summ) + '&lt;/div&gt;';<br />div.innerHTML = summary;<br />}<br /><br />//]]&gt;<br />&lt;/script&gt;</pre>
<p>4.Now select and <span style="color: rgb(0, 153, 0);font-size:130%;"  >cut</span>(using <span style="font-weight: bold;">CTRL+X</span>) this code.</p>
<p>5.Find <span style="font-weight: bold; color: rgb(255, 0, 0);">&lt;/head&gt;</span> tag of your template and paste this code <span style="color: rgb(51, 102, 255);">just before</span> the <span style="font-weight: bold; color: rgb(255, 0, 0);">&lt;/head&gt;</span> tag.</p>
<p>6.Now also add this code <span style="color: rgb(51, 51, 255);">just before</span> the <span style="font-weight: bold; color: rgb(255, 0, 0);">&lt;/head&gt;</span> tag.</p>
<pre style="border: 1px solid black; overflow: auto; height: 80px; width: 90%;">&lt;style type='text/css'&gt;<br />.postdate{margin-bottom:2px !important;clear:both;}<br />&lt;/style&gt;</pre>
<p>7.Save your template. Now your facebook share feature will work correctly.Look at the picture given below.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://3.bp.blogspot.com/_XhQhJoVMed8/TRDnblRauvI/AAAAAAAAB0w/uP3ksLUDiTs/s1600/facebook%2Bshare%2Bproblem%2B-%2Bfixed.jpg"><img decoding="async" style="cursor: pointer; width: 532px; height: 291px;" src="https://3.bp.blogspot.com/_XhQhJoVMed8/TRDnblRauvI/AAAAAAAAB0w/uP3ksLUDiTs/facebook%2Bshare%2Bproblem%2B-%2Bfixed.jpg" alt="facebook share problem - fixed" id="BLOGGER_PHOTO_ID_5553192801595472626" border="0" /></a></p>
<p>I have fixed this problem for my latest templates.</p>The post <a href="https://www.premiumbloggertemplates.com/how-to-fix-facebook-share-problem/">How To Fix Facebook Share Problem</a> first appeared on <a href="https://www.premiumbloggertemplates.com">Premium Blogger Templates 2025 | Blogspot Themes</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.premiumbloggertemplates.com/how-to-fix-facebook-share-problem/feed/</wfw:commentRss>
			<slash:comments>19</slash:comments>
		
		
			</item>
		<item>
		<title>Google Friend Connect Not Displaying : Problem Fixed</title>
		<link>https://www.premiumbloggertemplates.com/google-friend-connect-problem-solved/</link>
					<comments>https://www.premiumbloggertemplates.com/google-friend-connect-problem-solved/#comments</comments>
		
		<dc:creator><![CDATA[pbtemplates]]></dc:creator>
		<pubDate>Wed, 13 Oct 2010 05:52:00 +0000</pubDate>
				<category><![CDATA[Templates Instructions]]></category>
		<guid isPermaLink="false">http://premiumbloggertemplates.com/2009/10/google-friend-connect-not-displaying-problem-fixed.html</guid>

					<description><![CDATA[<p>More my template users told me their Google Friend Connect gadgets are not displaying correctly.So I tried to fix this...</p>
The post <a href="https://www.premiumbloggertemplates.com/google-friend-connect-problem-solved/">Google Friend Connect Not Displaying : Problem Fixed</a> first appeared on <a href="https://www.premiumbloggertemplates.com">Premium Blogger Templates 2025 | Blogspot Themes</a>.]]></description>
										<content:encoded><![CDATA[<p>More my template users told me their <span style="font-weight: bold;">Google Friend Connect</span> gadgets are not displaying correctly.So I tried to fix this problem and finally I found the solution for this.If your Google Friend Connect gadget is not displaying, then follow the simple steps given below:</p>
<p>Login to your Blogger dashboard --&gt; Design --&gt; Edit HTML.</p>
<p>Scroll down to where you see the <span style="color: rgb(255, 0, 0);font-size:100%;"><span style="font-weight: bold;">&lt;/head&gt;</span></span> tag of your template.</p>
<p>Now copy below code and paste it <span style="color: rgb(51, 51, 255);">just before</span> the <span style="color: rgb(255, 0, 0);">&lt;/head&gt;</span> tag.</p>
<pre style="border: 1px solid black; overflow: auto; height: 290px; width: 90%;">&lt;script type='text/javascript'&gt;<br />//&lt;![CDATA[<br /><br />JSON.extend({<br />parse: function(string) {<br />return JSON.decode(string);<br />},<br />stringify: function(obj) {<br />return JSON.encode(obj);<br />}<br />});<br /><br />//]]&gt;<br />&lt;/script&gt;</pre>
<p>Save your template and you are done.</p>
<p><b><span class="Apple-style-span" >Update</span></b> :</p>
<p>If your problem is not solved yet, add above code just after <b>&lt;/b:skin&gt;</b> tag.</p>
<p>Also already if you can see above code in your template, cut it and paste it just after <b>&lt;/b:skin&gt;</b> tag.</p>
<p>When your problem is fixed, please don't forget to leave a comment.</p>The post <a href="https://www.premiumbloggertemplates.com/google-friend-connect-problem-solved/">Google Friend Connect Not Displaying : Problem Fixed</a> first appeared on <a href="https://www.premiumbloggertemplates.com">Premium Blogger Templates 2025 | Blogspot Themes</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.premiumbloggertemplates.com/google-friend-connect-problem-solved/feed/</wfw:commentRss>
			<slash:comments>29</slash:comments>
		
		
			</item>
		<item>
		<title>How To Remove Auto Read More Feature</title>
		<link>https://www.premiumbloggertemplates.com/how-to-remove-auto-read-more-feature/</link>
					<comments>https://www.premiumbloggertemplates.com/how-to-remove-auto-read-more-feature/#comments</comments>
		
		<dc:creator><![CDATA[pbtemplates]]></dc:creator>
		<pubDate>Mon, 11 Oct 2010 18:09:00 +0000</pubDate>
				<category><![CDATA[Templates Instructions]]></category>
		<guid isPermaLink="false">http://premiumbloggertemplates.com/2009/10/how-to-remove-auto-read-more-feature.html</guid>

					<description><![CDATA[<p>In this tutorial I am going to explain how to remove "Auto Read More feature with Thumbnail".This method will not...</p>
The post <a href="https://www.premiumbloggertemplates.com/how-to-remove-auto-read-more-feature/">How To Remove Auto Read More Feature</a> first appeared on <a href="https://www.premiumbloggertemplates.com">Premium Blogger Templates 2025 | Blogspot Themes</a>.]]></description>
										<content:encoded><![CDATA[<p>In this tutorial I am going to explain how to <span style="font-weight: bold; color: #ff0000;">remove</span> "<span style="font-weight: bold;">Auto Read More feature with Thumbnail</span>".This method will not work with every blogger template.But this tutorial will help you to remove auto read more feature from many template you can download from here.</p>
<p>Before doing this change, I highly recommend to <a style="font-weight: bold;" href="https://www.premiumbloggertemplates.com/2010/02/how-to-backup-your-blogger-template.html">backup</a> your blogger template first.</p>
<p><a href="https://2.bp.blogspot.com/_XhQhJoVMed8/TLNWxOfo0-I/AAAAAAAABlo/XgtawVOfWFo/s1600/Read+More+Feature.jpg"><img decoding="async" style="cursor: pointer; width: 507px; height: 441px;" src="https://2.bp.blogspot.com/_XhQhJoVMed8/TLNWxOfo0-I/AAAAAAAABlo/XgtawVOfWFo/Read+More+Feature.jpg" alt="" border="0" /></a></p>
<p>Login to your Blogger Dashboard &rarr; Design &rarr; Edit HTML.</p>
<p>Now find below code in your template.(there can be some changes in the code according to your template)</p>
<pre style="border: 1px solid black; overflow: auto; height: 350px; width: 90%;">&lt;p&gt;&lt;script type='text/javascript'&gt;
summary_noimg = 800;
summary_img = 650;
img_thumb_height = 150;
img_thumb_width = 200;
&lt;/script&gt;
&lt;script type='text/javascript'&gt;
//&lt;![CDATA[

function removeHtmlTag(strx,chop){
if(strx.indexOf("&lt;")!=-1)
{
var s = strx.split("&lt;");
for(var i=0;i&lt;s.length;i++){
if(s[i].indexOf("&gt;")!=-1){
 s[i] = s[i].substring(s[i].indexOf("&gt;")+1,s[i].length);
}
}
strx =  s.join("");
}
chop = (chop &lt; strx.length-1) ? chop : strx.length-2;
while(strx.charAt(chop-1)!=' ' &amp;&amp; strx.indexOf(' ',chop)!=-1) chop++;
strx = strx.substring(0,chop-1);
return strx+'...';
}

function createSummaryAndThumb(pID){
var div = document.getElementById(pID);
var imgtag = "";
var img = div.getElementsByTagName("img");
var summ = summary_noimg;
if(img.length&gt;=1) {
imgtag = '&lt;span style="float:left; padding:0px 10px 5px 0px;"&gt;&lt;img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/&gt;&lt;/span&gt;';
summ = summary_img;
}

var summary = imgtag + '&lt;div&gt;' + removeHtmlTag(div.innerHTML,summ) + '&lt;/div&gt;';
div.innerHTML = summary;
}

//]]&gt;
&lt;/script&gt;
&lt;b:if cond='data:blog.pageType != &amp;quot;static_page&amp;quot;'&gt;
&lt;b:if cond='data:blog.pageType != &amp;quot;item&amp;quot;'&gt;
&lt;div expr:id='&amp;quot;summary&amp;quot; + data:post.id'&gt;&lt;data:post.body/&gt;&lt;/div&gt;
&lt;script type='text/javascript'&gt;createSummaryAndThumb(&amp;quot;summary&lt;data:post.id/&gt;&amp;quot;);&lt;/script&gt;
&lt;div&gt;&lt;a expr:href='data:post.url'&gt;Read more &amp;#187;&lt;/a&gt;&lt;/div&gt;
&lt;/b:if&gt;
&lt;/b:if&gt;
&lt;b:if cond='data:blog.pageType == &amp;quot;item&amp;quot;'&gt;&lt;data:post.body/&gt;&lt;/b:if&gt;

&lt;b:if cond='data:blog.pageType == &amp;quot;static_page&amp;quot;'&gt;&lt;data:post.body/&gt;&lt;/b:if&gt;&lt;/p&gt;</pre>
<p>Now <span style="font-weight: bold; color: #ff0000;">replace</span> it with below code:</p>
<div style="text-align: center; font-weight: bold;">
<pre style="border: 1px solid black; overflow: auto; height: 50px; width: 60%;"><span style="font-size: 130%;">&lt;p&gt;&lt;data:post.body/&gt;&lt;/p&gt;</span></pre>
</div>
<p>Save your template.</p>The post <a href="https://www.premiumbloggertemplates.com/how-to-remove-auto-read-more-feature/">How To Remove Auto Read More Feature</a> first appeared on <a href="https://www.premiumbloggertemplates.com">Premium Blogger Templates 2025 | Blogspot Themes</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.premiumbloggertemplates.com/how-to-remove-auto-read-more-feature/feed/</wfw:commentRss>
			<slash:comments>26</slash:comments>
		
		
			</item>
		<item>
		<title>How To Configure a Navigation Menu</title>
		<link>https://www.premiumbloggertemplates.com/how-to-configure-navigation-menu/</link>
					<comments>https://www.premiumbloggertemplates.com/how-to-configure-navigation-menu/#comments</comments>
		
		<dc:creator><![CDATA[pbtemplates]]></dc:creator>
		<pubDate>Mon, 11 Oct 2010 17:01:00 +0000</pubDate>
				<category><![CDATA[Templates Instructions]]></category>
		<guid isPermaLink="false">http://premiumbloggertemplates.com/2009/10/how-to-configure-a-navigation-menu.html</guid>

					<description><![CDATA[<p>In this tutorial,I am going to explain how to configure a navigation menu of a template.This tutorial Not Only for...</p>
The post <a href="https://www.premiumbloggertemplates.com/how-to-configure-navigation-menu/">How To Configure a Navigation Menu</a> first appeared on <a href="https://www.premiumbloggertemplates.com">Premium Blogger Templates 2025 | Blogspot Themes</a>.]]></description>
										<content:encoded><![CDATA[<p>In this tutorial,I am going to explain how to configure a <span style="font-weight: bold;">navigation menu</span> of a template.This tutorial Not Only for below navigation menu configuration,But Also this will helpful to configure any CSS navigation menu.</p>
<p>For <span style="font-weight: bold;">example</span> lets look at how to configure below navigation menu.</p>
<p><img decoding="async" src="https://www.premiumbloggertemplates.com/wp-content/uploads/2010/10/Blogger-Navigation-Menu.jpg" alt="Blogger Navigation Menu" width="432" height="59" class="alignnone size-full wp-image-6031"/></p>
<p>Login to your Blogger account &rarr; "Template" &rarr; "Edit HTML" of your blogger blog.</p>
<p>Find the word "<span style="font-weight: bold; color: #cc33cc;">Advertise</span>".(using <span style="font-weight: bold;">Ctrl+F</span> keys)</p>
<p>You can see like this code:</p>
<p><img fetchpriority="high" decoding="async" src="https://www.premiumbloggertemplates.com/wp-content/uploads/2010/10/Blogger-Navigation-Menu-Code.jpg" alt="Blogger Navigation Menu Code" width="647" height="83" class="alignnone size-full wp-image-6027"/></p>
<p>Change the name "<span style="font-weight: bold; color: #cc33cc;">Advertise</span>" if you want.In this example I do not change the name "Advertise",Because I have a advertise URL.</p>
<p><span style="font-weight: bold;">Replace</span> "<span style="font-weight: bold; color: #3333ff; font-size: 130%;">#</span>" mark with the URL you want to go when click on the name "Advertise".</p>
<p>My Advertising URL is "<span style="font-weight: bold;"><a href="http://buysellads.com/buy/detail/24170" rel="nofollow" target="_blank">http://buysellads.com/buy/detail/24170</a></span>"</p>
<p>So I replace "<span style="color: #3333ff; font-size: 130%;"><span style="font-weight: bold;">#</span></span>" mark with the my Advertising URL.After doing this it will look like this:</p>
<p><img decoding="async" src="https://www.premiumbloggertemplates.com/wp-content/uploads/2010/10/Blogger-Navigation-Menu-Code-Configure.jpg" alt="Blogger Navigation Menu Code Configure" width="647" height="83" class="alignnone size-full wp-image-6028"/></p>
<p>Now I have configured "<span style="font-weight: bold; color: #cc33cc;">Advertise</span>" link of above navigation menu.Other links (<span style="font-weight: bold;">Contact</span>,<span style="font-weight: bold;">Support</span>,<span style="font-weight: bold;">About</span>) configurations are also same to this method.So you can configure all navigation links very easily.</p>
<p>Look at the example below:</p>
<p><img loading="lazy" decoding="async" src="https://www.premiumbloggertemplates.com/wp-content/uploads/2010/10/Blogger-Navigation-Menu-Configured.jpg" alt="Blogger Navigation Menu Configured" width="673" height="113" class="alignnone size-full wp-image-6029"/></p>
<p><span style="font-weight: bold;">Note :</span> You do not need to change "<span style="font-weight: bold; color: #3333ff;">Home</span>" URL,because it is automatically linked to your homepage.</p>
<p>After doing this changes save your template.</p>
<p>I think this easy tutorial will helpful for you.</p>The post <a href="https://www.premiumbloggertemplates.com/how-to-configure-navigation-menu/">How To Configure a Navigation Menu</a> first appeared on <a href="https://www.premiumbloggertemplates.com">Premium Blogger Templates 2025 | Blogspot Themes</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.premiumbloggertemplates.com/how-to-configure-navigation-menu/feed/</wfw:commentRss>
			<slash:comments>56</slash:comments>
		
		
			</item>
		<item>
		<title>How To Upload/Install a Blogger Template</title>
		<link>https://www.premiumbloggertemplates.com/how-to-uploadinstall-blogger-template/</link>
					<comments>https://www.premiumbloggertemplates.com/how-to-uploadinstall-blogger-template/#comments</comments>
		
		<dc:creator><![CDATA[pbtemplates]]></dc:creator>
		<pubDate>Mon, 22 Feb 2010 06:34:00 +0000</pubDate>
				<category><![CDATA[Templates Instructions]]></category>
		<guid isPermaLink="false">http://premiumbloggertemplates.com/2009/05/how-to-uploadinstall-a-blogger-template.html</guid>

					<description><![CDATA[<p>This article have explained how to upload a blogger template into your blog. If you faced to an unexpected error...</p>
The post <a href="https://www.premiumbloggertemplates.com/how-to-uploadinstall-blogger-template/">How To Upload/Install a Blogger Template</a> first appeared on <a href="https://www.premiumbloggertemplates.com">Premium Blogger Templates 2025 | Blogspot Themes</a>.]]></description>
										<content:encoded><![CDATA[<p>This article have explained how to upload a blogger template into your blog. If you faced to an unexpected error when trying to install a template <a style="color:#ff9000 !important;font-weight:bold;" href="https://www.premiumbloggertemplates.com/contact" target="_blank">contact me</a>, I will upload that template into your blog. Also if you have problems like undeletable widgets, layout not displaying correctly,.. contact me for fast support.</p>
<p>First download your new blogger template to your computer. If the template is contained in a zip file, ensure you have extracted the XML template.</p>
<div style="margin: 20px 10px 20px 10px;"><!-- PBT Leaderboard Links -->
<ins class="adsbygoogle"
     style="display:block"
     data-ad-client="ca-pub-4103480532023895"
     data-ad-slot="3031730335"
     data-ad-format="link"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script></div>
<p>1. Login to your <span style="font-weight: bold;">Blogger Account</span>.</p>
<p>2. Click on your blog name.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3408" title="Click on Your Blog Name" src="https://www.premiumbloggertemplates.com/wp-content/uploads/2010/02/Click-on-Your-Blog-Name.png" alt="Click on Your Blog Name" width="656" height="83" /></p>
<p>You can see overview of your blog.</p>
<p>3. Click on "Template".</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3409" title="Click on Template" src="https://www.premiumbloggertemplates.com/wp-content/uploads/2010/02/Click-on-Template.png" alt="Click on Template" width="154" height="96" /></p>
<p>4. Click on "Backup / Restore" button.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3410" title="Click on Backup Restore button" src="https://www.premiumbloggertemplates.com/wp-content/uploads/2010/02/Click-on-Backup-Restore-button.png" alt="Click on Backup Restore button" width="209" height="59" /></p>
<p>"Backup / Restore" window will appear.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3411" title="Backup Restore Template" src="https://www.premiumbloggertemplates.com/wp-content/uploads/2010/02/Backup-Restore-Template.png" alt="Backup Restore Template" width="636" height="354" /></p>
<p>5. Browse your template file (XML file) and click open.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3412" title="Select XML template file" src="https://www.premiumbloggertemplates.com/wp-content/uploads/2010/02/Select-XML-template-file.png" alt="Select XML template file" width="707" height="503" /></p>
<p>6. Finally click on "Upload" button.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3413" title="Click on Upload Button" src="https://www.premiumbloggertemplates.com/wp-content/uploads/2010/02/Click-on-Upload-Button.png" alt="Click on Upload Button" width="319" height="112" /></p>
<p>You are done.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-3414" title="Uploaded Successfully Message" src="https://www.premiumbloggertemplates.com/wp-content/uploads/2010/02/Uploaded-Successfully-Message.png" alt="Uploaded Successfully Message" width="167" height="53" /></p>
<p>Go to "Layout" to rearrange your widgets positions correctly.</p>The post <a href="https://www.premiumbloggertemplates.com/how-to-uploadinstall-blogger-template/">How To Upload/Install a Blogger Template</a> first appeared on <a href="https://www.premiumbloggertemplates.com">Premium Blogger Templates 2025 | Blogspot Themes</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.premiumbloggertemplates.com/how-to-uploadinstall-blogger-template/feed/</wfw:commentRss>
			<slash:comments>171</slash:comments>
		
		
			</item>
		<item>
		<title>How To Backup Your Blogger Template</title>
		<link>https://www.premiumbloggertemplates.com/how-to-backup-your-blogger-template/</link>
					<comments>https://www.premiumbloggertemplates.com/how-to-backup-your-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[pbtemplates]]></dc:creator>
		<pubDate>Mon, 22 Feb 2010 06:05:00 +0000</pubDate>
				<category><![CDATA[Templates Instructions]]></category>
		<guid isPermaLink="false">http://premiumbloggertemplates.com/2009/05/how-to-backup-your-blogger-template.html</guid>

					<description><![CDATA[<p>1.Log in to your Blogger Dashboard. 2.Click on "Design". 3.Click on "Edit HTML". 4.Click on "Download Full Template". Now you...</p>
The post <a href="https://www.premiumbloggertemplates.com/how-to-backup-your-blogger-template/">How To Backup Your Blogger Template</a> first appeared on <a href="https://www.premiumbloggertemplates.com">Premium Blogger Templates 2025 | Blogspot Themes</a>.]]></description>
										<content:encoded><![CDATA[<p>1.Log in to your Blogger <span style="color: rgb(255, 0, 0);">Dashboard</span>.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://1.bp.blogspot.com/_XhQhJoVMed8/S25y3C7M_RI/AAAAAAAAA6w/N72S1dUgYX8/s1600-h/Blogger+Dashboard.png" title="Blogger Dashboard"><img decoding="async" style="cursor: pointer; width: 400px; height: 156px;" src="https://1.bp.blogspot.com/_XhQhJoVMed8/S25y3C7M_RI/AAAAAAAAA6w/N72S1dUgYX8/s400/Blogger+Dashboard.png" alt="" id="BLOGGER_PHOTO_ID_5435408090286325010" border="0" /></a></p>
<p>2.Click on "<span style="font-weight: bold;">Design</span>".</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://1.bp.blogspot.com/_XhQhJoVMed8/S25r2zblSfI/AAAAAAAAA6Q/pFn5r6n8OlE/s1600-h/Click+on+Layout.png" title="Click on " layout=""><img decoding="async" style="cursor: pointer; width: 350px; height: 110px;" src="https://1.bp.blogspot.com/_XhQhJoVMed8/S25r2zblSfI/AAAAAAAAA6Q/pFn5r6n8OlE/s400/Click+on+Layout.png" alt="" id="BLOGGER_PHOTO_ID_5435400389545773554" border="0" /></a></p>
<p>3.Click on "<span style="font-weight: bold;">Edit HTML</span>".</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://2.bp.blogspot.com/_XhQhJoVMed8/S25ru2raMPI/AAAAAAAAA6I/ED9RJT_wHMA/s1600-h/Click+on+Edit+HTML.png" title="Click on " edit="" html=""><img decoding="async" style="cursor: pointer; width: 400px; height: 93px;" src="https://2.bp.blogspot.com/_XhQhJoVMed8/S25ru2raMPI/AAAAAAAAA6I/ED9RJT_wHMA/s400/Click+on+Edit+HTML.png" alt="" id="BLOGGER_PHOTO_ID_5435400252978508018" border="0" /></a></p>
<p>4.Click on "<span style="font-weight: bold; color: rgb(255, 0, 0);">Download Full Template</span>".</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="https://4.bp.blogspot.com/_XhQhJoVMed8/S25rpjSZDyI/AAAAAAAAA6A/XYIBzVUpjgc/s1600-h/Click+on+Download+Full+Template.png" title="Click on " download="" full="" template=""><img decoding="async" style="cursor: pointer; width: 352px; height: 103px;" src="https://4.bp.blogspot.com/_XhQhJoVMed8/S25rpjSZDyI/AAAAAAAAA6A/XYIBzVUpjgc/s400/Click+on+Download+Full+Template.png" alt="" id="BLOGGER_PHOTO_ID_5435400161873956642" border="0" /></a></p>
<p>Now you can save your current blogger template to the hard disk.</p>
<p>You are done.</p>The post <a href="https://www.premiumbloggertemplates.com/how-to-backup-your-blogger-template/">How To Backup Your Blogger Template</a> first appeared on <a href="https://www.premiumbloggertemplates.com">Premium Blogger Templates 2025 | Blogspot Themes</a>.]]></content:encoded>
					
					<wfw:commentRss>https://www.premiumbloggertemplates.com/how-to-backup-your-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
