<?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>| Blogger Tips And Tricks|Latest Tips For Bloggers</title>
	<atom:link href="https://www.bloggertipandtrick.net/tutorials/change-template/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Blogger Tips And Tricks&#124;Latest Tips For Bloggers</description>
	<lastBuildDate>Mon, 03 Apr 2017 01:58:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to Remove Blogger Default CSS</title>
		<link>https://www.bloggertipandtrick.net/remove-blogger-default-css/</link>
					<comments>https://www.bloggertipandtrick.net/remove-blogger-default-css/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Mon, 03 Apr 2017 00:51:40 +0000</pubDate>
				<category><![CDATA[change template]]></category>
		<category><![CDATA[css]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/?p=6429</guid>

					<description><![CDATA[<p>If you view the HTML source of your blog, you will see Blogger is automatically adding a CSS file called "widget_css_bundle.css" or "css_bundle_v2.css" to your template. This is a large CSS file which containing default styles for comments, share buttons, blogger widgets like popular posts widget, labels widget, archive widget, contact form widget and more. [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/remove-blogger-default-css/">How to Remove Blogger Default CSS</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>If you view the HTML source of your blog, you will see Blogger is automatically adding a CSS file called "<strong>widget_css_bundle.css</strong>" or "<strong>css_bundle_v2.css</strong>" to your template. This is a large CSS file which containing default styles for comments, share buttons, blogger widgets like popular posts widget, labels widget, archive widget, contact form widget and more. But if you are going to add your own styles to the template without depending on these default styles or if you want to fix eliminate render-blocking CSS problem removing this CSS file, this tutorial will help you.</p>
<p><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-6432" src="https://www.bloggertipandtrick.net/wp-content/uploads/2017/04/Blogger-Default-CSS-Bundle.jpg" alt="Blogger Default CSS Bundle" width="700" height="321" /></p>
<p>1.Go to "Edit HTML" of your blog.</p>
<p>2.Find the start of html tag (<span style="color: #ff00ff;"><strong>&lt;html</strong></span>). It will nearly look like this:</p>
<pre style="border: 1px solid black; overflow: auto;">&lt;html b:version='2' class='v2' expr:dir='data:blog.languageDirection' lang='en-US' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'&gt;</pre>
<p>3. Now add <span style="color: #339966;"><strong>b:css='false'</strong></span> into the html tag like this:</p>
<pre style="border: 1px solid black; overflow: auto;">&lt;html <span style="color: #339966;">b:css='false'</span> b:version='2' class='v2' expr:dir='data:blog.languageDirection' lang='en-US' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'&gt;</pre>
<p>Look at the image given below:</p>
<p><img decoding="async" class="alignnone size-full wp-image-6433" src="https://www.bloggertipandtrick.net/wp-content/uploads/2017/04/Remove-Blogger-Default-CSS.jpg" alt="Remove Blogger Default CSS" width="700" height="354" /></p>
<p>Save the template and refresh your website. Now check HTML source again. You will no longer see any default CSS styles from Blogger.</p>
<p>The post <a href="https://www.bloggertipandtrick.net/remove-blogger-default-css/">How to Remove Blogger Default CSS</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/remove-blogger-default-css/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How To Delete Blogger Navbar Widget</title>
		<link>https://www.bloggertipandtrick.net/delete-blogger-navbar-widget/</link>
					<comments>https://www.bloggertipandtrick.net/delete-blogger-navbar-widget/#respond</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Sun, 02 Apr 2017 03:02:19 +0000</pubDate>
				<category><![CDATA[change template]]></category>
		<category><![CDATA[widget]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/?p=6426</guid>

					<description><![CDATA[<p>There are few ways to turn off or hide the Blogger Navbar. But if you want to delete/remove it completely from your template follow the steps given here. 1.Go to "Edit HTML" of your blog. 2.Find this line. It is the starting line of Blogger Navbar widget code: &#60;b:widget id='Navbar1' locked='true' title='Navbar' type='Navbar'&#62; 3.Select the [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/delete-blogger-navbar-widget/">How To Delete Blogger Navbar Widget</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>There are few ways to <a href="https://www.bloggertipandtrick.net/how-to-remove-blogger-navbar/" target="_blank">turn off or hide the Blogger Navbar</a>. But if you want to delete/remove it completely from your template follow the steps given here.</p>
<p>1.Go to "Edit HTML" of your blog.</p>
<p>2.Find this line. It is the starting line of Blogger Navbar widget code:</p>
<pre style="border:1px solid black;overflow:auto;">&lt;b:widget id='Navbar1' locked='true' title='Navbar' type='Navbar'&gt;</pre>
<p>3.Select the entire code related to the Blogger Navbar Widget like this and delete it:</p>
<p><img decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2017/04/Blogger-Navbar-Widget-Code.jpg" alt="Blogger Navbar Widget Code" width="820" height="678" class="alignnone size-full wp-image-6427" srcset="https://www.bloggertipandtrick.net/wp-content/uploads/2017/04/Blogger-Navbar-Widget-Code.jpg 820w, https://www.bloggertipandtrick.net/wp-content/uploads/2017/04/Blogger-Navbar-Widget-Code-768x635.jpg 768w" sizes="(max-width: 820px) 100vw, 820px" /></p>
<p>4.Save your theme. That's it. Now Blogger Navbar is successfully removed from your Blogger blog.</p>
<p>The post <a href="https://www.bloggertipandtrick.net/delete-blogger-navbar-widget/">How To Delete Blogger Navbar Widget</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/delete-blogger-navbar-widget/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Create Drop-down Label Widget in Blogger</title>
		<link>https://www.bloggertipandtrick.net/drop-down-label-widget-blogger/</link>
					<comments>https://www.bloggertipandtrick.net/drop-down-label-widget-blogger/#respond</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Mon, 27 Mar 2017 02:00:00 +0000</pubDate>
				<category><![CDATA[change template]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[labels]]></category>
		<category><![CDATA[widget]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/2009/05/how-to-make-drop-down-label-menu-in-blogger.html</guid>

					<description><![CDATA[<p>The Blogger Label widget only displays labels as an "Unordered List" or a "Cloud". Like in WordPress, there is no option to display labels/categories as a drop-down menu. When displaying Blogger Label widget as a Drop down menu indeed will use less space in your blog and it also makes your template look smart. If [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/drop-down-label-widget-blogger/">Create Drop-down Label Widget in Blogger</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The Blogger Label widget only displays labels as an "Unordered List" or a "Cloud". Like in WordPress, there is no option to display labels/categories as a drop-down menu. When displaying Blogger Label widget as a Drop down menu indeed will use less space in your blog and it also makes your template look smart. If you are really interested to convert your existing Label widget into a drop-down menu, follow the steps given below.</p>
<p><strong>Note</strong>: First make sure that you have already added a label widget into your blog.</p>
<p>1.Go to "Edit HTML" page of your blog.</p>
<p>2.Find the code for your label widget. It will look like this:</p>
<p><img loading="lazy" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2017/03/Blogger-Label-Widget-Code.jpg" alt="Blogger Label Widget Code" width="814" height="605" class="alignnone size-full wp-image-6342" srcset="https://www.bloggertipandtrick.net/wp-content/uploads/2017/03/Blogger-Label-Widget-Code.jpg 814w, https://www.bloggertipandtrick.net/wp-content/uploads/2017/03/Blogger-Label-Widget-Code-768x571.jpg 768w" sizes="auto, (max-width: 814px) 100vw, 814px" /></p>
<p>3.Now locate to this code:</p>
<pre style="border:1px solid black;overflow:auto;">&lt;b:if cond='data:display == &amp;quot;list&amp;quot;'&gt;
&lt;ul&gt;
&lt;b:loop values='data:labels' var='label'&gt;
&lt;li&gt;
  &lt;b:if cond='data:blog.url == data:label.url'&gt;
	&lt;span expr:dir='data:blog.languageDirection'&gt;&lt;data:label.name/&gt;&lt;/span&gt;
  &lt;b:else/&gt;
	&lt;a expr:dir='data:blog.languageDirection' expr:href='data:label.url'&gt;&lt;data:label.name/&gt;&lt;/a&gt;
  &lt;/b:if&gt;
  &lt;b:if cond='data:showFreqNumbers'&gt;
	&lt;span dir='ltr'&gt;(&lt;data:label.count/&gt;)&lt;/span&gt;
  &lt;/b:if&gt;
&lt;/li&gt;
&lt;/b:loop&gt;
&lt;/ul&gt;
&lt;b:else/&gt;
&lt;b:loop values='data:labels' var='label'&gt;
&lt;span expr:class='&amp;quot;label-size label-size-&amp;quot; + data:label.cssSize'&gt;
  &lt;b:if cond='data:blog.url == data:label.url'&gt;
	&lt;span expr:dir='data:blog.languageDirection'&gt;&lt;data:label.name/&gt;&lt;/span&gt;
  &lt;b:else/&gt;
	&lt;a expr:dir='data:blog.languageDirection' expr:href='data:label.url'&gt;&lt;data:label.name/&gt;&lt;/a&gt;
  &lt;/b:if&gt;
  &lt;b:if cond='data:showFreqNumbers'&gt;
	&lt;span class='label-count' dir='ltr'&gt;(&lt;data:label.count/&gt;)&lt;/span&gt;
  &lt;/b:if&gt;
&lt;/span&gt;
&lt;/b:loop&gt;
&lt;/b:if&gt;</pre>
<p>4.Replace above code with below code:</p>
<pre style="border:1px solid black;overflow:auto;">&lt;select onchange='location=this.options[this.selectedIndex].value;' style='width:100%'&gt;
&lt;option&gt;Browse By categories&lt;/option&gt;
&lt;b:loop values='data:labels' var='label'&gt;
&lt;option expr:value='data:label.url'&gt;&lt;data:label.name/&gt; (&lt;data:label.count/&gt;)&lt;/option&gt;
&lt;/b:loop&gt;
&lt;/select&gt;</pre>
<p><strong>Note</strong>: You can use any name instead of "Browse By categories".</p>
<p>5.Save your Template and refresh your site. Final result will look like this:</p>
<p><img loading="lazy" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2017/03/Blogger-Drop-Down-Label-Widget.jpg" alt="Blogger Drop Down Label Widget" width="311" height="375" class="alignnone size-full wp-image-6341" /></p>
<p>The post <a href="https://www.bloggertipandtrick.net/drop-down-label-widget-blogger/">Create Drop-down Label Widget in Blogger</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/drop-down-label-widget-blogger/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Create Expandable Post Summaries</title>
		<link>https://www.bloggertipandtrick.net/how-to-create-expandable-post-summaries/</link>
					<comments>https://www.bloggertipandtrick.net/how-to-create-expandable-post-summaries/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Thu, 23 Feb 2017 10:40:00 +0000</pubDate>
				<category><![CDATA[change template]]></category>
		<category><![CDATA[java script]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[post]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/2009/04/how-to-create-expandable-post-summaries.html</guid>

					<description><![CDATA[<p>This tutorial will help you to add expandable post summaries to your blogger blog. After following the steps given here, you can hide (collapse) a portion of each post content and add a "read more" link so that the text can be viewed by the user if he or she wishes. By default, the expanded [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-create-expandable-post-summaries/">How To Create Expandable Post Summaries</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>This tutorial will help you to add <strong>expandable post summaries</strong> to your blogger blog. After following the steps given here, you can hide (collapse) a portion of each post content and add a "read more" link so that the text can be viewed by the user if he or she wishes. By default, the expanded content is followed by a "read less" link that the user can click to re-collapse it.</p>
<p>1. Go to "Edit HTML" of your blog.</p>
<p>2. Add this code into the head section of your template. (It is better to add it just after &lt;/b:skin&gt; tag)</p>
<pre style="border:1px solid black;overflow:auto;width:95%;">&lt;b:if cond='data:blog.pageType != &quot;static_page&quot;'&gt;
&lt;b:if cond='data:blog.pageType != &quot;item&quot;'&gt;
&lt;b:if cond='data:blog.pageType != &quot;error_page&quot;'&gt;

&lt;script src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js' type='text/javascript'&gt;&lt;/script&gt;
&lt;script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.js' type='text/javascript'&gt;&lt;/script&gt; 
&lt;script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-expander/1.7.0/jquery.expander.min.js' type='text/javascript'&gt;&lt;/script&gt;

&lt;script type='text/javascript'&gt;
//&lt;![CDATA[

jQuery(document).ready(function($) {

$('.post-body').expander({
    slicePoint: 280,
    expandText: 'read more',
    expandPrefix: '&amp;hellip; ',
    userCollapseText: 'read less',
    userCollapsePrefix: ' ',
    summaryClass: 'post-body-summary',
    detailClass: 'post-body-details',
    moreClass: 'post-body-read-more',
    lessClass: 'post-body-read-less',
});
  
});

//]]&gt;
&lt;/script&gt;

&lt;/b:if&gt;
&lt;/b:if&gt;
&lt;/b:if&gt;</pre>
<p>If you have already added jQuery into your template, you can remove below lines from the above code:</p>
<pre style="border:1px solid black;overflow:auto;width:95%;">&lt;script src='https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js' type='text/javascript'&gt;&lt;/script&gt;
&lt;script src='https://cdnjs.cloudflare.com/ajax/libs/jquery-migrate/1.4.1/jquery-migrate.min.js' type='text/javascript'&gt;&lt;/script&gt;</pre>
<p>Note:<br />
<strong>slicePoint</strong>: the number of characters at which the contents will be sliced into two parts.</p>
<p>3. Now save your template and refresh your site. Final result will look like this:</p>
<p><img loading="lazy" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2017/02/Expandable-Post-Summaries-for-Blogger.gif" alt="Expandable Post Summaries for Blogger" width="669" height="322" class="alignnone size-full wp-image-6331" /></p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-create-expandable-post-summaries/">How To Create Expandable Post Summaries</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/how-to-create-expandable-post-summaries/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How To Change Blogger Quick Edit Icon</title>
		<link>https://www.bloggertipandtrick.net/change-blogger-quick-edit-icon/</link>
					<comments>https://www.bloggertipandtrick.net/change-blogger-quick-edit-icon/#respond</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Wed, 07 Sep 2016 01:27:03 +0000</pubDate>
				<category><![CDATA[change template]]></category>
		<category><![CDATA[post]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/?p=6202</guid>

					<description><![CDATA[<p>When you enable "Show Quick Editing" option available under "Configure Blog Posts" settings, little pencil icon will be displayed under each of your blog post. If you don't like about the look of that icon, we can change it with our own image. Go to "Edit HTML" page and find this code: &#60;b:includable id='postQuickEdit' var='post'&#62; [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/change-blogger-quick-edit-icon/">How To Change Blogger Quick Edit Icon</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When you enable "<strong>Show Quick Editing</strong>" option available under "<strong>Configure Blog Posts</strong>" settings, little pencil icon will be displayed under each of your blog post.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6204" src="https://www.bloggertipandtrick.net/wp-content/uploads/2016/09/Blogger-Quick-Edit.png" alt="Blogger Quick Edit Icon" width="224" height="53" /></p>
<p>If you don't like about the look of that icon, we can change it with our own image. Go to "Edit HTML" page and find this code:</p>
<pre style="border: 1px solid black; overflow: auto;">              &lt;b:includable id='postQuickEdit' var='post'&gt;
  &lt;b:if cond='data:post.editUrl'&gt;
    &lt;span expr:class='&amp;quot;item-control &amp;quot; + data:post.adminClass'&gt;
      &lt;a expr:href='data:post.editUrl' expr:title='data:top.editPostMsg'&gt;
        &lt;img alt='' class='icon-action' height='18' src='<span style="color: #ff00ff;"><strong>http://img2.blogblog.com/img/icon18_edit_allbkg.gif</strong></span>' width='18'/&gt;
      &lt;/a&gt;
    &lt;/span&gt;
  &lt;/b:if&gt;
&lt;/b:includable&gt;</pre>
<p>In the above code, this is the image address of the <strong>default Blogger Quick Edit Ico</strong>n.</p>
<pre style="border: 1px solid black; overflow: auto;">http://img2.blogblog.com/img/icon18_edit_allbkg.gif</pre>
<p>Change it with an image URL you like.</p>
<p>Save your template and refresh your site to see changes.</p>
<p>The post <a href="https://www.bloggertipandtrick.net/change-blogger-quick-edit-icon/">How To Change Blogger Quick Edit Icon</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/change-blogger-quick-edit-icon/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Remove Comment Author URL in Blogger</title>
		<link>https://www.bloggertipandtrick.net/remove-comment-author-url-blogger/</link>
					<comments>https://www.bloggertipandtrick.net/remove-comment-author-url-blogger/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Wed, 17 Aug 2016 02:22:56 +0000</pubDate>
				<category><![CDATA[change template]]></category>
		<category><![CDATA[comments]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/?p=6194</guid>

					<description><![CDATA[<p>When someone leaves a comment on your Blogger blog, his name is linked automatically into his website or profile url. But if you do not want to give links to their websites from your blog, follow the steps given below to remove author URLs form Blogger comments. First backup your Blogger template before doing any [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/remove-comment-author-url-blogger/">How to Remove Comment Author URL in Blogger</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>When someone leaves a comment on your Blogger blog, his name is linked automatically into his website or profile url. But if you do not want to give links to their websites from your blog, follow the steps given below to remove author URLs form Blogger comments.</p>
<p>First backup your Blogger template before doing any changes.</p>
<p>Now go to "Edit HTML" page of your blog.</p>
<p>Find this line:</p>
<pre style="border:1px solid black;overflow:auto;">&lt;a expr:href='data:comment.authorUrl' rel='nofollow'&gt;&lt;data:comment.author/&gt;&lt;/a&gt;</pre>
<p>It will look like this:</p>
<p><img loading="lazy" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2016/08/Remove-Comment-Author-URL-in-Blogger.png" alt="Remove Comment Author URL in Blogger" width="700" height="415" class="alignnone size-full wp-image-6195" /></p>
<p>Replace it with this code:</p>
<pre style="border:1px solid black;overflow:auto;">&lt;data:comment.author/&gt;</pre>
<p>Save your template. Now when someone adds a comment to your website with his site URL, Blogger only shows his name without linking to his website.</p>
<p>The post <a href="https://www.bloggertipandtrick.net/remove-comment-author-url-blogger/">How to Remove Comment Author URL in Blogger</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/remove-comment-author-url-blogger/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How To Move Newer, Home and Older Posts Links to top of Posts</title>
		<link>https://www.bloggertipandtrick.net/how-to-move-newer-home-and-older-posts/</link>
					<comments>https://www.bloggertipandtrick.net/how-to-move-newer-home-and-older-posts/#respond</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Tue, 02 Aug 2016 06:00:00 +0000</pubDate>
				<category><![CDATA[change template]]></category>
		<category><![CDATA[post]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/2009/04/how-to-move-newer-home-and-older-posts-links-to-top-of-posts.html</guid>

					<description><![CDATA[<p>Blogger default posts page navigation helps you to navigate through posts pages in your blog. It simply includes "Home", "Newer Posts" and "Older Posts" links. It is normally displayed under blog posts. But if you want to move it to the top of your blog posts, follow the steps given below. Go to the "Edit [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-move-newer-home-and-older-posts/">How To Move Newer, Home and Older Posts Links to top of Posts</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Blogger default posts page navigation helps you to navigate through posts pages in your blog. It simply includes "Home", "Newer Posts" and "Older Posts" links. It is normally displayed under blog posts. But if you want to move it to the top of your blog posts, follow the steps given below.</p>
<p><img loading="lazy" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2009/04/Blogger-Page-Navigation.png" alt="Blogger Page Navigation" width="646" height="55" class="alignnone size-full wp-image-6175" /></p>
<p>Go to the "Edit HTML" page of your blog.  Find this code:</p>
<pre style="border:1px solid black;overflow:auto;"><span style="color:#3366ff;font-size:120%;">&lt;b:include name='nextprev'/&gt;</span></pre>
<p>If you want to show posts page navigation links only at the top you can remove this code.<br />
If you want to show it both at the top and the bottom, then do not make any change to it.</p>
<p>Now find this code:</p>
<pre style="border:1px solid black;overflow:auto;">&lt;b:includable id='main' var='top'&gt;
  &lt;b:if cond='data:mobile == &amp;quot;false&amp;quot;'&gt;

    &lt;!-- posts --&gt;
    &lt;div class='blog-posts hfeed'&gt;</pre>
<p>Add this code just below above code:</p>
<pre style="border:1px solid black;overflow:auto;"><span style="font-size:120%;">&lt;b:include name='nextprev'/&gt;</span></pre>
<p>Final result will look like this:</p>
<p><img loading="lazy" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2009/04/Move-Blogger-Page-Navigation-to-Top.png" alt="Move Blogger Page Navigation to Top" width="680" height="388" class="alignnone size-full wp-image-6174" /></p>
<p>Save the template and refresh your site.</p>
<p><strong>Note:</strong> If you want to style this page navigation differently, use/edit these CSS class in your template :</p>
<pre style="border:1px solid black;overflow:auto;">#blog-pager-newer-link {
    float: left;
}

#blog-pager-older-link {
    float: right;
}

#blog-pager {
    margin: 1em 0;
    text-align: center;
    overflow: hidden;
}</pre>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-move-newer-home-and-older-posts/">How To Move Newer, Home and Older Posts Links to top of Posts</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/how-to-move-newer-home-and-older-posts/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to Add &#8220;lang&#8221; Attribute to a Blogger Template</title>
		<link>https://www.bloggertipandtrick.net/add-lang-attribute-to-blogger-template/</link>
					<comments>https://www.bloggertipandtrick.net/add-lang-attribute-to-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Tue, 05 Apr 2016 03:53:28 +0000</pubDate>
				<category><![CDATA[change template]]></category>
		<category><![CDATA[html]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/?p=6128</guid>

					<description><![CDATA[<p>Adding the "lang" attribute into the html tag specifies the default language of the website's content. Some common lang attributes are "en" for English, "ja" for Japanese, "es" for Spanish, "fr" for France and so on. To specify your language, go to the "Edit HTML" page of your blog. Your blog's XML code will start [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/add-lang-attribute-to-blogger-template/">How to Add &#8220;lang&#8221; Attribute to a Blogger Template</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Adding the "lang" attribute into the html tag specifies the default language of the website's content. Some common lang attributes are "en" for English, "ja" for Japanese, "es" for Spanish, "fr" for France and so on.</p>
<p>To specify your language, go to the "Edit HTML" page of your blog.</p>
<p>Your blog's XML code will start with something like this:</p>
<pre style="overflow: auto;">&lt;?xml version="1.0" encoding="UTF-8" ?&gt;
&lt;!DOCTYPE html&gt;
&lt;html b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'&gt;
&lt;head&gt;</pre>
<p>Now add <strong><span style="color: #008000;">lang='<span style="color: #ff0000;">en-US</span>'</span></strong> code into the html tag like this:</p>
<pre style="overflow: auto;">&lt;?xml version="1.0" encoding="UTF-8" ?&gt;
&lt;!DOCTYPE html&gt;
&lt;html <span style="color: #008000;">lang='<span style="color: #ff0000;">en-US</span>'</span> b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'&gt;
&lt;head&gt;</pre>
<p><strong>Note:</strong> "en-US" means English - United States. Simply change it with your language code.</p>
<p>Final result will look like this:</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6129" src="https://www.bloggertipandtrick.net/wp-content/uploads/2016/04/Add-lang-Attribute-into-Blogger-Templates.png" alt="Add lang Attribute into Blogger Templates" width="650" height="240" /></p>
<h4>Language Codes Table</h4>
<style>
.langcodestable{border:1px solid #ddd;width:98%;}
.langcodestable td{border:1px solid #ddd;}
</style>
<table class="langcodestable">
<tbody>
<tr>
<td>af</td>
<td>Afrikaans </td>
<td>sq</td>
<td>Albanian </td>
</tr>
<tr>
<td>ar-sa</td>
<td>Arabic (Saudi Arabia) </td>
<td>ar-iq</td>
<td>Arabic (Iraq) </td>
</tr>
<tr>
<td>ar-eg</td>
<td>Arabic (Egypt) </td>
<td>ar-ly</td>
<td>Arabic (Libya) </td>
</tr>
<tr>
<td>ar-dz</td>
<td>Arabic (Algeria) </td>
<td>ar-ma</td>
<td>Arabic (Morocco) </td>
</tr>
<tr>
<td>ar-tn</td>
<td>Arabic (Tunisia) </td>
<td>ar-om</td>
<td>Arabic (Oman) </td>
</tr>
<tr>
<td>ar-ye</td>
<td>Arabic (Yemen) </td>
<td>ar-sy</td>
<td>Arabic (Syria) </td>
</tr>
<tr>
<td>ar-jo</td>
<td>Arabic (Jordan) </td>
<td>ar-lb</td>
<td>Arabic (Lebanon) </td>
</tr>
<tr>
<td>ar-kw</td>
<td>Arabic (Kuwait) </td>
<td>ar-ae</td>
<td>Arabic (U.A.E.) </td>
</tr>
<tr>
<td>ar-bh</td>
<td>Arabic (Bahrain) </td>
<td>ar-qa</td>
<td>Arabic (Qatar) </td>
</tr>
<tr>
<td>eu</td>
<td>Basque (Basque)</td>
<td>bg</td>
<td>Bulgarian </td>
</tr>
<tr>
<td>be</td>
<td>Belarusian </td>
<td>ca</td>
<td>Catalan </td>
</tr>
<tr>
<td>zh-tw</td>
<td>Chinese (Taiwan) </td>
<td>zh-cn</td>
<td>Chinese (PRC) </td>
</tr>
<tr>
<td>zh-hk</td>
<td>Chinese (Hong Kong SAR) </td>
<td>zh-sg</td>
<td>Chinese (Singapore) </td>
</tr>
<tr>
<td>hr</td>
<td>Croatian </td>
<td>cs</td>
<td>Czech </td>
</tr>
<tr>
<td>da</td>
<td>Danish </td>
<td>nl</td>
<td>Dutch (Standard) </td>
</tr>
<tr>
<td>nl-be</td>
<td>Dutch (Belgium) </td>
<td>en</td>
<td>English </td>
</tr>
<tr>
<td>en-us</td>
<td>English (United States) </td>
<td>en-gb</td>
<td>English (United Kingdom) </td>
</tr>
<tr>
<td>en-au</td>
<td>English (Australia) </td>
<td>en-ca</td>
<td>English (Canada) </td>
</tr>
<tr>
<td>en-nz</td>
<td>English (New Zealand) </td>
<td>en-ie</td>
<td>English (Ireland) </td>
</tr>
<tr>
<td>en-za</td>
<td>English (South Africa) </td>
<td>en-jm</td>
<td>English (Jamaica) </td>
</tr>
<tr>
<td>en</td>
<td>English (Caribbean) </td>
<td>en-bz</td>
<td>English (Belize) </td>
</tr>
<tr>
<td>en-tt</td>
<td>English (Trinidad) </td>
<td>et</td>
<td>Estonian </td>
</tr>
<tr>
<td>fo</td>
<td>Faeroese </td>
<td>fa</td>
<td>Farsi </td>
</tr>
<tr>
<td>fi</td>
<td>Finnish </td>
<td>fr</td>
<td>French (Standard) </td>
</tr>
<tr>
<td>fr-be</td>
<td>French (Belgium) </td>
<td>fr-ca</td>
<td>French (Canada) </td>
</tr>
<tr>
<td>fr-ch</td>
<td>French (Switzerland) </td>
<td>fr-lu</td>
<td>French (Luxembourg) </td>
</tr>
<tr>
<td>gd</td>
<td>Gaelic (Scotland) </td>
<td>ga</td>
<td>Irish </td>
</tr>
<tr>
<td>de</td>
<td>German (Standard) </td>
<td>de-ch</td>
<td>German (Switzerland) </td>
</tr>
<tr>
<td>de-at</td>
<td>German (Austria) </td>
<td>de-lu</td>
<td>German (Luxembourg) </td>
</tr>
<tr>
<td>de-li</td>
<td>German (Liechtenstein) </td>
<td>el</td>
<td>Greek </td>
</tr>
<tr>
<td>he</td>
<td>Hebrew </td>
<td>hi</td>
<td>Hindi </td>
</tr>
<tr>
<td>hu</td>
<td>Hungarian </td>
<td>is</td>
<td>Icelandic </td>
</tr>
<tr>
<td>id</td>
<td>Indonesian </td>
<td>it</td>
<td>Italian (Standard) </td>
</tr>
<tr>
<td>it-ch</td>
<td>Italian (Switzerland) </td>
<td>ja</td>
<td>Japanese </td>
</tr>
<tr>
<td>ko</td>
<td>Korean </td>
<td>ko</td>
<td>Korean (Johab) </td>
</tr>
<tr>
<td>lv</td>
<td>Latvian </td>
<td>lt</td>
<td>Lithuanian </td>
</tr>
<tr>
<td>mk</td>
<td>Macedonian (FYROM)</td>
<td>ms</td>
<td>Malaysian </td>
</tr>
<tr>
<td>mt</td>
<td>Maltese </td>
<td>no</td>
<td>Norwegian (Bokmal) </td>
</tr>
<tr>
<td>no</td>
<td>Norwegian (Nynorsk) </td>
<td>pl</td>
<td>Polish </td>
</tr>
<tr>
<td>pt-br</td>
<td>Portuguese (Brazil) </td>
<td>pt</td>
<td>Portuguese (Portugal) </td>
</tr>
<tr>
<td>rm</td>
<td>Rhaeto-Romanic </td>
<td>ro</td>
<td>Romanian </td>
</tr>
<tr>
<td>ro-mo</td>
<td>Romanian (Republic of Moldova) </td>
<td>ru</td>
<td>Russian </td>
</tr>
<tr>
<td>ru-mo</td>
<td>Russian (Republic of Moldova) </td>
<td>sz</td>
<td>Sami (Lappish) </td>
</tr>
<tr>
<td>sr</td>
<td>Serbian (Cyrillic) </td>
<td>sr</td>
<td>Serbian (Latin) </td>
</tr>
<tr>
<td>sk</td>
<td>Slovak </td>
<td>sl</td>
<td>Slovenian </td>
</tr>
<tr>
<td>sb</td>
<td>Sorbian </td>
<td>es</td>
<td>Spanish (Spain) </td>
</tr>
<tr>
<td>es-mx</td>
<td>Spanish (Mexico) </td>
<td>es-gt</td>
<td>Spanish (Guatemala) </td>
</tr>
<tr>
<td>es-cr</td>
<td>Spanish (Costa Rica) </td>
<td>es-pa</td>
<td>Spanish (Panama) </td>
</tr>
<tr>
<td>es-do</td>
<td>Spanish (Dominican Republic) </td>
<td>es-ve</td>
<td>Spanish (Venezuela) </td>
</tr>
<tr>
<td>es-co</td>
<td>Spanish (Colombia) </td>
<td>es-pe</td>
<td>Spanish (Peru) </td>
</tr>
<tr>
<td>es-ar</td>
<td>Spanish (Argentina) </td>
<td>es-ec</td>
<td>Spanish (Ecuador) </td>
</tr>
<tr>
<td>es-cl</td>
<td>Spanish (Chile) </td>
<td>es-uy</td>
<td>Spanish (Uruguay) </td>
</tr>
<tr>
<td>es-py</td>
<td>Spanish (Paraguay) </td>
<td>es-bo</td>
<td>Spanish (Bolivia) </td>
</tr>
<tr>
<td>es-sv</td>
<td>Spanish (El Salvador) </td>
<td>es-hn</td>
<td>Spanish (Honduras) </td>
</tr>
<tr>
<td>es-ni</td>
<td>Spanish (Nicaragua) </td>
<td>es-pr</td>
<td>Spanish (Puerto Rico) </td>
</tr>
<tr>
<td>sx</td>
<td>Sutu </td>
<td>sv</td>
<td>Swedish </td>
</tr>
<tr>
<td>sv-fi</td>
<td>Swedish (Finland) </td>
<td>th</td>
<td>Thai </td>
</tr>
<tr>
<td>ts</td>
<td>Tsonga </td>
<td>tn</td>
<td>Tswana </td>
</tr>
<tr>
<td>tr</td>
<td>Turkish </td>
<td>uk</td>
<td>Ukrainian </td>
</tr>
<tr>
<td>ur</td>
<td>Urdu </td>
<td>ve</td>
<td>Venda </td>
</tr>
<tr>
<td>vi</td>
<td>Vietnamese </td>
<td>xh</td>
<td>Xhosa </td>
</tr>
<tr>
<td>ji</td>
<td>Yiddish </td>
<td>zu</td>
<td>Zulu </td>
</tr>
</tbody>
</table>
<p>The post <a href="https://www.bloggertipandtrick.net/add-lang-attribute-to-blogger-template/">How to Add &#8220;lang&#8221; Attribute to a Blogger Template</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/add-lang-attribute-to-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How To Remove/Hide Blogger Navbar</title>
		<link>https://www.bloggertipandtrick.net/how-to-remove-blogger-navbar/</link>
					<comments>https://www.bloggertipandtrick.net/how-to-remove-blogger-navbar/#comments</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Sat, 30 Jan 2016 03:05:00 +0000</pubDate>
				<category><![CDATA[change template]]></category>
		<category><![CDATA[css]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/2009/03/how-to-remove-blogger-navbar.html</guid>

					<description><![CDATA[<p>Don't you like to keep the default Navbar in your Blogger blog? This tutorial will show you how to quickly remove/hide blogger navbar from your blog. Follow the steps given below. Go to "Edit HTML" of your blog. Copy below code and paste it just before ]]&#62;&#60;/b:skin&#62; tag: #navbar-iframe{height:0;visibility:hidden;display:none;} It will look like this: Now [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-remove-blogger-navbar/">How To Remove/Hide Blogger Navbar</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Don't you like to keep the default Navbar in your Blogger blog? This tutorial will show you how to quickly <strong>remove/hide blogger navbar</strong> from your blog. Follow the steps given below.</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6080" src="https://www.bloggertipandtrick.net/wp-content/uploads/2009/03/hide-blogger-navbar.png" alt="Hide Blogger Navbar" width="530" height="445" /></p>
<p>Go to "Edit HTML" of your blog. Copy below code and paste it just before <span style="color: #0000ff;"><strong>]]&gt;&lt;/b:skin&gt;</strong></span> tag:</p>
<pre style="padding: 10px; overflow: auto; border: 1px solid black;"><span style="font-size: 130%; color: #ff00ff;">#navbar-iframe{height:0;visibility:hidden;display:none;}</span></pre>
<p>It will look like this:</p>
<p><img loading="lazy" decoding="async" class="alignnone size-full wp-image-6079" src="https://www.bloggertipandtrick.net/wp-content/uploads/2009/03/Edit-HTML-Code-to-Hide-Blogger-Navbar.png" alt="Edit HTML Code to Hide Blogger Navbar" width="550" height="364" /></p>
<p>Now save your template.</p>
<p>The post <a href="https://www.bloggertipandtrick.net/how-to-remove-blogger-navbar/">How To Remove/Hide Blogger Navbar</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/how-to-remove-blogger-navbar/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>How to Hide Blogger Posts with Specific Labels</title>
		<link>https://www.bloggertipandtrick.net/hide-blogger-posts-with-specific-labels/</link>
					<comments>https://www.bloggertipandtrick.net/hide-blogger-posts-with-specific-labels/#respond</comments>
		
		<dc:creator><![CDATA[Lasantha Bandara]]></dc:creator>
		<pubDate>Tue, 05 Jan 2016 04:49:58 +0000</pubDate>
				<category><![CDATA[change template]]></category>
		<category><![CDATA[labels]]></category>
		<category><![CDATA[post]]></category>
		<guid isPermaLink="false">http://www.bloggertipandtrick.net/?p=6047</guid>

					<description><![CDATA[<p>Do you want to hide blogger posts with a specific label from your site's homepage? If the answer is yes, follow this blogger tutorial to exclude posts from a specific category or specific categories. First go to "Edit HTML" page of your blog. (Note: Please backup your template before doing any changes) Find this line: [&#8230;]</p>
<p>The post <a href="https://www.bloggertipandtrick.net/hide-blogger-posts-with-specific-labels/">How to Hide Blogger Posts with Specific Labels</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Do you want to <strong>hide blogger posts with a specific label</strong> from your site's homepage? If the answer is yes, follow this blogger tutorial to <strong>exclude posts from a specific category or specific categories</strong>.</p>
<p>First go to "Edit HTML" page of your blog. (Note: Please backup your template before doing any changes)</p>
<p>Find this line:</p>
<pre style="border: 1px solid black; overflow: auto;">&lt;b:include data='post' name='post'/&gt;</pre>
<p>It will look like this:</p>
<p><img loading="lazy" decoding="async" src="https://www.bloggertipandtrick.net/wp-content/uploads/2016/01/Hide-Blogger-Posts-with-Specific-Label.png" alt="Hide Blogger Posts with Specific Label" width="680" height="315" class="alignnone size-full wp-image-6048" /></p>
<p>Replace it with below code:</p>
<pre style="border: 1px solid black; overflow: auto;">&lt;b:if cond='data:blog.url == data:blog.homepageUrl'&gt;
&lt;b:loop values='data:post.labels' var='label'&gt;
  &lt;b:if cond='data:label.name != "<span style="color: #ff0000;"><strong>YOUR_LABEL_NAME</strong></span>"'&gt;
	&lt;b:include data='post' name='post'/&gt;
  &lt;/b:if&gt;
&lt;/b:loop&gt;
&lt;b:else/&gt;
   &lt;b:include data='post' name='post'/&gt;
&lt;/b:if&gt;</pre>
<p><strong>Important:</strong> Replace the word <span style="color: #ff0000;"><strong>YOUR_LABEL_NAME</strong></span> with the label name you want to hide posts from.</p>
<p>To exclude posts from multiple categories, use the below code instead of the above code.</p>
<pre style="border: 1px solid black; overflow: auto;">&lt;b:if cond='data:blog.url == data:blog.homepageUrl'&gt;
&lt;b:loop values='data:post.labels' var='label'&gt;
  &lt;b:if cond='data:label.name != "<span style="color: #008000;"><strong>YOUR_FIRST_LABEL_NAME</strong></span>" and data:label.name != "<strong><span style="color: #008000;">YOUR_SECOND_LABEL_NAME</span></strong>"'&gt;
	&lt;b:include data='post' name='post'/&gt;
  &lt;/b:if&gt;
&lt;/b:loop&gt;
&lt;b:else/&gt;
	&lt;b:include data='post' name='post'/&gt;
&lt;/b:if&gt;</pre>
<p><strong>Important:</strong> Replace the words <span style="color: #008000;"><strong>YOUR_FIRST_LABEL_NAME</strong></span> and <span style="color: #008000;"><strong>YOUR_SECOND_LABEL_NAME</strong></span> with the label names you want to hide posts from.</p>
<p>The post <a href="https://www.bloggertipandtrick.net/hide-blogger-posts-with-specific-labels/">How to Hide Blogger Posts with Specific Labels</a> appeared first on <a href="https://www.bloggertipandtrick.net">Blogger Tips And Tricks|Latest Tips For Bloggers</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.bloggertipandtrick.net/hide-blogger-posts-with-specific-labels/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
