<?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>4 Columns | NewBloggerThemes.com</title>
	<atom:link href="https://newbloggerthemes.com/category/columns/4-columns/feed/" rel="self" type="application/rss+xml" />
	<link>https://newbloggerthemes.com</link>
	<description>Free Blogger Templates for your blog. Download New Blogger Themes,Professional XML Blogspot Templates with in 1, 2 or 3 columns layouts for Free.</description>
	<lastBuildDate>Thu, 18 Sep 2025 06:57:37 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Hoarder Blogger Template</title>
		<link>https://newbloggerthemes.com/hoarder-blogger-template/</link>
					<comments>https://newbloggerthemes.com/hoarder-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Thu, 18 Sep 2025 06:48:25 +0000</pubDate>
				<category><![CDATA[1 Sidebar]]></category>
		<category><![CDATA[2 Columns]]></category>
		<category><![CDATA[4 Columns]]></category>
		<category><![CDATA[4 Columns Footer]]></category>
		<category><![CDATA[Adapted from Wordpress]]></category>
		<category><![CDATA[Color Options]]></category>
		<category><![CDATA[Fixed width]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Magazine]]></category>
		<category><![CDATA[Minimalist]]></category>
		<category><![CDATA[Photolog]]></category>
		<category><![CDATA[Premium]]></category>
		<category><![CDATA[Red]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Right Sidebar]]></category>
		<category><![CDATA[Top Navigation Bar]]></category>
		<category><![CDATA[White]]></category>
		<category><![CDATA[Paid Themes]]></category>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=5548</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/01/Hoarder-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Hoarder Blogger Theme" decoding="async" /></p>Hoarder is a clean, SEO friendly, Template Designer compatible, gallery style minimal blogger theme with a fully responsive layout. Hoarder Blogger Template has 2 columns, right sidebar, 4 columns footer, auto post summaries, unlimited colors, font options, FontAwesome icons, background image support, related posts with thumbnails, social and sharing buttons, top navigation menu and more.

<h4>How To Configure Top Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/01/Navigation-Menu-Hoarder-Blogger-Template.jpg" alt="Navigation Menu - Hoarder Blogger Template" width="700" height="197" class="alignnone size-full wp-image-5551" />

Find this in "Edit HTML":

<pre>&lt;ul class='sf-menu' id='primary-menunbt'&gt;

&lt;li&gt;&lt;a expr:href='data:blog.homepageUrl'&gt;Home&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href='#'&gt;Business&lt;/a&gt;
&lt;ul class='sub-menu'&gt;
&lt;li&gt;&lt;a href='#'&gt;Internet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Market&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Stock&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;

...

&lt;/ul&gt;</pre>

Replace "#" marks with real URLs and change anchor texts as you like.

<h4>How To Configure Social Buttons</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/01/Social-Buttons-Hoarder-Blogger-Template.jpg" alt="Social Buttons - Hoarder Blogger Template" width="277" height="99" class="alignnone size-full wp-image-5557" />

Find this in "Edit HTML":

<pre>&lt;div class='widget hoarder-social-icons'&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;&lt;i aria-hidden='true' class='fa fa-twitter'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'&gt;&lt;i aria-hidden='true' class='fa fa-facebook'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'&gt;&lt;i aria-hidden='true' class='fa fa-google-plus'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'&gt;&lt;i aria-hidden='true' class='fa fa-pinterest'/&gt;&lt;/a&gt;&lt;/li&gt;
...
&lt;/ul&gt;
&lt;/div&gt;</pre>

Add your own social links replacing default social profile URLs.

<h4>How To Add a Recent Posts Widget</h4>

<ol>
  <li>Go to your Blogger <strong>Dashboard</strong>.</li>
  <li>Navigate to <strong>Layout</strong> → <strong>Add a Gadget</strong>.</li>
  <li>From the list, choose <strong>HTML/JavaScript</strong>.</li>
  <li>In the gadget content box, paste the following code:</li>
</ol>

<pre><code class="language-html">&lt;script&gt;
  loadRecentPosts({
    numposts: 5,
    showpostdate: false,
    showpostsummary: false,
    numchars: 100,
  });
&lt;/script&gt;</code></pre>

<ol start="5">
  <li>Click <strong>Save</strong>.</li>
  <li>Drag and drop the gadget to the position you want (sidebar, footer, etc.).</li>
</ol>

<h4>Hoarder Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/01/Responsive-View-Hoarder-Blogger-Template.jpg" alt="Responsive View - Hoarder Blogger Template" width="700" height="416" class="alignnone size-full wp-image-5552" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/01/Hoarder-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Hoarder Blogger Theme" decoding="async" loading="lazy" /></p>Hoarder is a clean, SEO friendly, Template Designer compatible, gallery style minimal blogger theme with a fully responsive layout. Hoarder Blogger Template has 2 columns, right sidebar, 4 columns footer, auto post summaries, unlimited colors, font options, FontAwesome icons, background image support, related posts with thumbnails, social and sharing buttons, top navigation menu and more.

<h4>How To Configure Top Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/01/Navigation-Menu-Hoarder-Blogger-Template.jpg" alt="Navigation Menu - Hoarder Blogger Template" width="700" height="197" class="alignnone size-full wp-image-5551" />

Find this in "Edit HTML":

<pre>&lt;ul class='sf-menu' id='primary-menunbt'&gt;

&lt;li&gt;&lt;a expr:href='data:blog.homepageUrl'&gt;Home&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href='#'&gt;Business&lt;/a&gt;
&lt;ul class='sub-menu'&gt;
&lt;li&gt;&lt;a href='#'&gt;Internet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Market&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Stock&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;

...

&lt;/ul&gt;</pre>

Replace "#" marks with real URLs and change anchor texts as you like.

<h4>How To Configure Social Buttons</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/01/Social-Buttons-Hoarder-Blogger-Template.jpg" alt="Social Buttons - Hoarder Blogger Template" width="277" height="99" class="alignnone size-full wp-image-5557" />

Find this in "Edit HTML":

<pre>&lt;div class='widget hoarder-social-icons'&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;&lt;i aria-hidden='true' class='fa fa-twitter'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'&gt;&lt;i aria-hidden='true' class='fa fa-facebook'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'&gt;&lt;i aria-hidden='true' class='fa fa-google-plus'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'&gt;&lt;i aria-hidden='true' class='fa fa-pinterest'/&gt;&lt;/a&gt;&lt;/li&gt;
...
&lt;/ul&gt;
&lt;/div&gt;</pre>

Add your own social links replacing default social profile URLs.

<h4>How To Add a Recent Posts Widget</h4>

<ol>
  <li>Go to your Blogger <strong>Dashboard</strong>.</li>
  <li>Navigate to <strong>Layout</strong> → <strong>Add a Gadget</strong>.</li>
  <li>From the list, choose <strong>HTML/JavaScript</strong>.</li>
  <li>In the gadget content box, paste the following code:</li>
</ol>

<pre><code class="language-html">&lt;script&gt;
  loadRecentPosts({
    numposts: 5,
    showpostdate: false,
    showpostsummary: false,
    numchars: 100,
  });
&lt;/script&gt;</code></pre>

<ol start="5">
  <li>Click <strong>Save</strong>.</li>
  <li>Drag and drop the gadget to the position you want (sidebar, footer, etc.).</li>
</ol>

<h4>Hoarder Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/01/Responsive-View-Hoarder-Blogger-Template.jpg" alt="Responsive View - Hoarder Blogger Template" width="700" height="416" class="alignnone size-full wp-image-5552" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/hoarder-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>GridWP Blogger Template</title>
		<link>https://newbloggerthemes.com/gridwp-blogger-template/</link>
					<comments>https://newbloggerthemes.com/gridwp-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Tue, 18 Jun 2024 03:51:23 +0000</pubDate>
				<category><![CDATA[1 Sidebar]]></category>
		<category><![CDATA[2 Columns]]></category>
		<category><![CDATA[4 Columns]]></category>
		<category><![CDATA[4 Columns Footer]]></category>
		<category><![CDATA[Adapted from Wordpress]]></category>
		<category><![CDATA[Color Options]]></category>
		<category><![CDATA[Featured Section]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Grey]]></category>
		<category><![CDATA[Magazine]]></category>
		<category><![CDATA[Photolog]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Premium]]></category>
		<category><![CDATA[Red]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Right Sidebar]]></category>
		<category><![CDATA[Tabbed widget]]></category>
		<category><![CDATA[Top Navigation Bar]]></category>
		<category><![CDATA[White]]></category>
		<category><![CDATA[Paid Themes]]></category>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=7141</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2018/12/GridWP-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="GridWP Blogger Theme" decoding="async" loading="lazy" /></p>GridWP is an elegant, fully responsive, Theme Designer compatible, gallery/grid blogger template with a right sidebar and 4 columns footer. GridWP Blogger template has color and font options, news ticker, grid and list featured posts widgets, sticky menu and sticky sidebar, social and about me widgets, grid-style post summaries, background image support, related posts with thumbnails, social and share buttons, top navigation menu, scroll-to-top button and more.

<h4>How To Configure Primary Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/12/Primary-Menu-GridWP-Blogger-Template.jpg" alt="Primary Menu - GridWP Blogger Template" width="640" height="242" class="alignnone size-full wp-image-7149" />

Find this in "Edit HTML":

<pre>&lt;ul class='gridwp-nav-primary-menu gridwp-menu-primary' id='gridwp-menu-primary-navigation'&gt;

&lt;li&gt;&lt;a expr:href='data:blog.homepageUrl'&gt;Home&lt;/a&gt;&lt;/li&gt;

&lt;li class='menu-item-has-children'&gt;&lt;a href='#'&gt;Business&lt;/a&gt;
&lt;ul class='sub-menu'&gt;
&lt;li&gt;&lt;a href='#'&gt;Internet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Market&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Stock&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;

...

&lt;li&gt;&lt;a href='#'&gt;Uncategorized&lt;/a&gt;&lt;/li&gt;

&lt;/ul&gt;</pre>

Replace "#" marks with real URLs and change anchor texts as you like.

<h4>How To Configure Secondary Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/12/Secondary-Menu-GridWP-Blogger-Template.jpg" alt="Secondary Menu - GridWP Blogger Template" width="650" height="205" class="alignnone size-full wp-image-7150" />

Find this in "Edit HTML":

<pre>&lt;ul class='gridwp-secondary-nav-menu gridwp-menu-secondary' id='gridwp-menu-secondary-navigation'&gt;

&lt;li&gt;&lt;a expr:href='data:blog.homepageUrl'&gt;Home&lt;/a&gt;&lt;/li&gt;

&lt;li class='menu-item-has-children'&gt;&lt;a href='#'&gt;Business&lt;/a&gt;
&lt;ul class='sub-menu'&gt;
&lt;li&gt;&lt;a href='#'&gt;Internet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Market&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Stock&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;

...

&lt;li&gt;&lt;a href='#'&gt;Uncategorized&lt;/a&gt;&lt;/li&gt;

&lt;/ul&gt;</pre>

Replace "#" marks with real URLs and change anchor texts as you like.

<h4>How To Configure News Ticker</h4>

News Ticker automatically displays posts from a given label name.

Find this in "Edit HTML":

<pre>&lt;script src='https://gridwp.blogspot.com/feeds/posts/default/-/Print Design?alt=json-in-script&amp;amp;callback=gridwpnewsticker&amp;amp;max-results=5'/&gt;</pre>

Replace "https://gridwp.blogspot.com" with your real blog address.
Replace "Print Design" with the real label name you want to retrieve posts.
Replace "5" with the number of posts you need to display in news ticker.

<h4>How To Add Featured Posts Widget and Other Widgets</h4>

GridWP theme has a list and grid featured posts widgets, tabbed widget, social widget and about me widget. All widget codes with instructions are given with the theme file. Check the "widget-codes" folder.

<h4>How To Configure Header Social Buttons</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/12/Header-Social-Bar-GridWP-Blogger-Template.jpg" alt="Header Social Bar - GridWP Blogger Template" width="750" height="48" class="alignnone size-full wp-image-7148" />

Find this in "Edit HTML":

<pre>&lt;div class='gridwp-top-social-icons clearfix'&gt;
&lt;span class='gridwp-top-social-icons-left'&gt;
&lt;a class='gridwp-social-icon-email' href='mailto:username@example.com' title='Email Us'&gt;&lt;i aria-hidden='true' class='fa fa-envelope'/&gt; username@example.com&lt;/a&gt;
&lt;a class='gridwp-social-icon-phone' href='tel:+1-123-456-7890' title='Phone'&gt;&lt;i aria-hidden='true' class='fa fa-phone'/&gt; +1-123-456-7890&lt;/a&gt;
&lt;/span&gt;

&lt;span class='gridwp-top-social-icons-right'&gt;
&lt;a class='gridwp-social-icon-twitter' href='#' target='_blank' title='Twitter'&gt;&lt;i aria-hidden='true' class='fa fa-twitter'/&gt;&lt;/a&gt;
&lt;a class='gridwp-social-icon-facebook' href='#' target='_blank' title='Facebook'&gt;&lt;i aria-hidden='true' class='fa fa-facebook'/&gt;&lt;/a&gt;
&lt;a class='gridwp-social-icon-google-plus' href='#' target='_blank' title='Google Plus'&gt;&lt;i aria-hidden='true' class='fa fa-google-plus'/&gt;&lt;/a&gt;
&lt;a class='gridwp-social-icon-pinterest' href='#' target='_blank' title='Pinterest'&gt;&lt;i aria-hidden='true' class='fa fa-pinterest'/&gt;&lt;/a&gt;
&lt;a class='gridwp-social-icon-linkedin' href='#' target='_blank' title='Linkedin'&gt;&lt;i aria-hidden='true' class='fa fa-linkedin'/&gt;&lt;/a&gt;
&lt;a class='gridwp-social-icon-instagram' href='#' target='_blank' title='Instagram'&gt;&lt;i aria-hidden='true' class='fa fa-instagram'/&gt;&lt;/a&gt;
&lt;a class='gridwp-social-icon-youtube' href='#' target='_blank' title='Youtube'&gt;&lt;i aria-hidden='true' class='fa fa-youtube'/&gt;&lt;/a&gt;
&lt;a class='gridwp-social-icon-github' href='#' target='_blank' title='Github'&gt;&lt;i aria-hidden='true' class='fa fa-github'/&gt;&lt;/a&gt;
&lt;a class='gridwp-social-icon-dribbble' href='#' target='_blank' title='Dribbble'&gt;&lt;i aria-hidden='true' class='fa fa-dribbble'/&gt;&lt;/a&gt;
&lt;a class='gridwp-social-icon-rss' href='#' target='_blank' title='RSS'&gt;&lt;i aria-hidden='true' class='fa fa-rss'/&gt;&lt;/a&gt;
&lt;a class='gridwp-social-search-icon' href='#' title='Search'&gt;&lt;i class='fa fa-search'/&gt;&lt;/a&gt;
&lt;/span&gt;
&lt;/div&gt;</pre>

Add your own social links replacing default social profile URLs.

<h4>GridWP Blogger Template Responsive View</h4>

This Blogger theme is 100% responsive and adopts to various screen sizes, ensuring that your content is perfectly displayed to the visitors using tablets and mobile devices.

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/12/Responsive-View-GridWP-Blogger-Template.jpg" alt="Responsive View - GridWP Blogger Template" width="700" height="420" class="alignnone size-full wp-image-7144" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2018/12/GridWP-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="GridWP Blogger Theme" decoding="async" loading="lazy" /></p>GridWP is an elegant, fully responsive, Theme Designer compatible, gallery/grid blogger template with a right sidebar and 4 columns footer. GridWP Blogger template has color and font options, news ticker, grid and list featured posts widgets, sticky menu and sticky sidebar, social and about me widgets, grid-style post summaries, background image support, related posts with thumbnails, social and share buttons, top navigation menu, scroll-to-top button and more.

<h4>How To Configure Primary Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/12/Primary-Menu-GridWP-Blogger-Template.jpg" alt="Primary Menu - GridWP Blogger Template" width="640" height="242" class="alignnone size-full wp-image-7149" />

Find this in "Edit HTML":

<pre>&lt;ul class='gridwp-nav-primary-menu gridwp-menu-primary' id='gridwp-menu-primary-navigation'&gt;

&lt;li&gt;&lt;a expr:href='data:blog.homepageUrl'&gt;Home&lt;/a&gt;&lt;/li&gt;

&lt;li class='menu-item-has-children'&gt;&lt;a href='#'&gt;Business&lt;/a&gt;
&lt;ul class='sub-menu'&gt;
&lt;li&gt;&lt;a href='#'&gt;Internet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Market&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Stock&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;

...

&lt;li&gt;&lt;a href='#'&gt;Uncategorized&lt;/a&gt;&lt;/li&gt;

&lt;/ul&gt;</pre>

Replace "#" marks with real URLs and change anchor texts as you like.

<h4>How To Configure Secondary Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/12/Secondary-Menu-GridWP-Blogger-Template.jpg" alt="Secondary Menu - GridWP Blogger Template" width="650" height="205" class="alignnone size-full wp-image-7150" />

Find this in "Edit HTML":

<pre>&lt;ul class='gridwp-secondary-nav-menu gridwp-menu-secondary' id='gridwp-menu-secondary-navigation'&gt;

&lt;li&gt;&lt;a expr:href='data:blog.homepageUrl'&gt;Home&lt;/a&gt;&lt;/li&gt;

&lt;li class='menu-item-has-children'&gt;&lt;a href='#'&gt;Business&lt;/a&gt;
&lt;ul class='sub-menu'&gt;
&lt;li&gt;&lt;a href='#'&gt;Internet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Market&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Stock&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;

...

&lt;li&gt;&lt;a href='#'&gt;Uncategorized&lt;/a&gt;&lt;/li&gt;

&lt;/ul&gt;</pre>

Replace "#" marks with real URLs and change anchor texts as you like.

<h4>How To Configure News Ticker</h4>

News Ticker automatically displays posts from a given label name.

Find this in "Edit HTML":

<pre>&lt;script src='https://gridwp.blogspot.com/feeds/posts/default/-/Print Design?alt=json-in-script&amp;amp;callback=gridwpnewsticker&amp;amp;max-results=5'/&gt;</pre>

Replace "https://gridwp.blogspot.com" with your real blog address.
Replace "Print Design" with the real label name you want to retrieve posts.
Replace "5" with the number of posts you need to display in news ticker.

<h4>How To Add Featured Posts Widget and Other Widgets</h4>

GridWP theme has a list and grid featured posts widgets, tabbed widget, social widget and about me widget. All widget codes with instructions are given with the theme file. Check the "widget-codes" folder.

<h4>How To Configure Header Social Buttons</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/12/Header-Social-Bar-GridWP-Blogger-Template.jpg" alt="Header Social Bar - GridWP Blogger Template" width="750" height="48" class="alignnone size-full wp-image-7148" />

Find this in "Edit HTML":

<pre>&lt;div class='gridwp-top-social-icons clearfix'&gt;
&lt;span class='gridwp-top-social-icons-left'&gt;
&lt;a class='gridwp-social-icon-email' href='mailto:username@example.com' title='Email Us'&gt;&lt;i aria-hidden='true' class='fa fa-envelope'/&gt; username@example.com&lt;/a&gt;
&lt;a class='gridwp-social-icon-phone' href='tel:+1-123-456-7890' title='Phone'&gt;&lt;i aria-hidden='true' class='fa fa-phone'/&gt; +1-123-456-7890&lt;/a&gt;
&lt;/span&gt;

&lt;span class='gridwp-top-social-icons-right'&gt;
&lt;a class='gridwp-social-icon-twitter' href='#' target='_blank' title='Twitter'&gt;&lt;i aria-hidden='true' class='fa fa-twitter'/&gt;&lt;/a&gt;
&lt;a class='gridwp-social-icon-facebook' href='#' target='_blank' title='Facebook'&gt;&lt;i aria-hidden='true' class='fa fa-facebook'/&gt;&lt;/a&gt;
&lt;a class='gridwp-social-icon-google-plus' href='#' target='_blank' title='Google Plus'&gt;&lt;i aria-hidden='true' class='fa fa-google-plus'/&gt;&lt;/a&gt;
&lt;a class='gridwp-social-icon-pinterest' href='#' target='_blank' title='Pinterest'&gt;&lt;i aria-hidden='true' class='fa fa-pinterest'/&gt;&lt;/a&gt;
&lt;a class='gridwp-social-icon-linkedin' href='#' target='_blank' title='Linkedin'&gt;&lt;i aria-hidden='true' class='fa fa-linkedin'/&gt;&lt;/a&gt;
&lt;a class='gridwp-social-icon-instagram' href='#' target='_blank' title='Instagram'&gt;&lt;i aria-hidden='true' class='fa fa-instagram'/&gt;&lt;/a&gt;
&lt;a class='gridwp-social-icon-youtube' href='#' target='_blank' title='Youtube'&gt;&lt;i aria-hidden='true' class='fa fa-youtube'/&gt;&lt;/a&gt;
&lt;a class='gridwp-social-icon-github' href='#' target='_blank' title='Github'&gt;&lt;i aria-hidden='true' class='fa fa-github'/&gt;&lt;/a&gt;
&lt;a class='gridwp-social-icon-dribbble' href='#' target='_blank' title='Dribbble'&gt;&lt;i aria-hidden='true' class='fa fa-dribbble'/&gt;&lt;/a&gt;
&lt;a class='gridwp-social-icon-rss' href='#' target='_blank' title='RSS'&gt;&lt;i aria-hidden='true' class='fa fa-rss'/&gt;&lt;/a&gt;
&lt;a class='gridwp-social-search-icon' href='#' title='Search'&gt;&lt;i class='fa fa-search'/&gt;&lt;/a&gt;
&lt;/span&gt;
&lt;/div&gt;</pre>

Add your own social links replacing default social profile URLs.

<h4>GridWP Blogger Template Responsive View</h4>

This Blogger theme is 100% responsive and adopts to various screen sizes, ensuring that your content is perfectly displayed to the visitors using tablets and mobile devices.

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/12/Responsive-View-GridWP-Blogger-Template.jpg" alt="Responsive View - GridWP Blogger Template" width="700" height="420" class="alignnone size-full wp-image-7144" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/gridwp-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Mogflat Blogger Template</title>
		<link>https://newbloggerthemes.com/premium-themes/mogflat-blogger-template/</link>
					<comments>https://newbloggerthemes.com/premium-themes/mogflat-blogger-template/#comments</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Wed, 26 Apr 2017 01:04:08 +0000</pubDate>
				<category><![CDATA[1 Sidebar]]></category>
		<category><![CDATA[2 Columns]]></category>
		<category><![CDATA[3 Columns]]></category>
		<category><![CDATA[4 Columns]]></category>
		<category><![CDATA[4 Columns Footer]]></category>
		<category><![CDATA[Blue]]></category>
		<category><![CDATA[Featured Section]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Magazine]]></category>
		<category><![CDATA[Photolog]]></category>
		<category><![CDATA[Premium]]></category>
		<category><![CDATA[Red]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Right Sidebar]]></category>
		<category><![CDATA[Slider]]></category>
		<category><![CDATA[Top Navigation Bar]]></category>
		<category><![CDATA[White]]></category>
		<guid isPermaLink="false">https://newbloggerthemes.com/?post_type=premiumnbt&#038;p=6095</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/04/Mogflat-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Mogflat Blogger Theme" decoding="async" loading="lazy" /></p>Mogflat is a very beautiful, fully responsive, magazine blogger template to add a professional look to your blog. Mogflat Blogger Template has a right sidebar, 4 columns footer, related posts with thumbnails, featured posts slider, category posts widgets, random posts widget, social and share buttons, custom search box, top navigation menu and many more features.
<table><tbody><tr>
<td><div class="tdemo"><a class="tdemo demo-link-main" href="https://themeforest.net/item/mogtemplates-mogflat-template-for-blogger/full_screen_preview/19754317[themeuser]" target='_blank' rel='nofollow'>Live Demo</a></div></td>
<td><div class="tdownload"><a class="tdownload" href="https://themeforest.net/item/mogtemplates-mogflat-template-for-blogger/19754317[themeuser]" rel="nofollow" target="_blank">Download & More Info</a></div></td>
<td><div class="tinstall">[tinstall]</div></td>
</tr></tbody></table>

Files Included:	HTML Files, CSS Files, JS Files

Compatible with: All modern browsers

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/04/Mogflat-Blogger-Template.jpg" alt="Mogflat Blogger Template" width="700" height="583" class="alignnone size-full wp-image-6098" />

<h4>Mogflat Template Features:</h4>
<ul>
<li>Clean Design</li>
<li>100% Responsive Layout</li>
<li>Ad Slots</li>
<li>Custom Mobile Theme</li>
<li>Category DropDown</li>
<li>Valid HTML 5 and CSS 3</li>
<li>Mobile Friendly Navigation Menu</li>
<li>Featured Content Slider</li>
<li>Random Posts Widget</li>
<li>Featured Posts by Category Widgets</li>
<li>4 Columns Footer Widgets Area</li>
<li>Perfectly calibrated typography</li>
<li>Beautiful Social Profile Buttons</li>
<li>Custom Post Share Buttons</li>
<li>Built in Related Posts</li>
<li>Scroll to Top Button</li>
<li>More Features...</li>
</ul>

<h4>Mogflat Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/04/Responsive-View-Mogflat-Blogger-Template.jpg" alt="Responsive View - Mogflat Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6099" />

Mogflat blogger template has a fully responsive/mobile friendly layout. It will adapt to any screen without any problem.]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/04/Mogflat-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Mogflat Blogger Theme" decoding="async" loading="lazy" /></p>Mogflat is a very beautiful, fully responsive, magazine blogger template to add a professional look to your blog. Mogflat Blogger Template has a right sidebar, 4 columns footer, related posts with thumbnails, featured posts slider, category posts widgets, random posts widget, social and share buttons, custom search box, top navigation menu and many more features.
<table><tbody><tr>
<td><div class="tdemo"><a class="tdemo demo-link-main" href="https://themeforest.net/item/mogtemplates-mogflat-template-for-blogger/full_screen_preview/19754317[themeuser]" target='_blank' rel='nofollow'>Live Demo</a></div></td>
<td><div class="tdownload"><a class="tdownload" href="https://themeforest.net/item/mogtemplates-mogflat-template-for-blogger/19754317[themeuser]" rel="nofollow" target="_blank">Download & More Info</a></div></td>
<td><div class="tinstall">[tinstall]</div></td>
</tr></tbody></table>

Files Included:	HTML Files, CSS Files, JS Files

Compatible with: All modern browsers

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/04/Mogflat-Blogger-Template.jpg" alt="Mogflat Blogger Template" width="700" height="583" class="alignnone size-full wp-image-6098" />

<h4>Mogflat Template Features:</h4>
<ul>
<li>Clean Design</li>
<li>100% Responsive Layout</li>
<li>Ad Slots</li>
<li>Custom Mobile Theme</li>
<li>Category DropDown</li>
<li>Valid HTML 5 and CSS 3</li>
<li>Mobile Friendly Navigation Menu</li>
<li>Featured Content Slider</li>
<li>Random Posts Widget</li>
<li>Featured Posts by Category Widgets</li>
<li>4 Columns Footer Widgets Area</li>
<li>Perfectly calibrated typography</li>
<li>Beautiful Social Profile Buttons</li>
<li>Custom Post Share Buttons</li>
<li>Built in Related Posts</li>
<li>Scroll to Top Button</li>
<li>More Features...</li>
</ul>

<h4>Mogflat Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/04/Responsive-View-Mogflat-Blogger-Template.jpg" alt="Responsive View - Mogflat Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6099" />

Mogflat blogger template has a fully responsive/mobile friendly layout. It will adapt to any screen without any problem.]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/premium-themes/mogflat-blogger-template/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Stacker Blogger Template</title>
		<link>https://newbloggerthemes.com/stacker-blogger-template/</link>
					<comments>https://newbloggerthemes.com/stacker-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Mon, 20 Mar 2017 11:12:30 +0000</pubDate>
				<category><![CDATA[1 Column]]></category>
		<category><![CDATA[4 Columns]]></category>
		<category><![CDATA[4 Columns Footer]]></category>
		<category><![CDATA[Adapted from Wordpress]]></category>
		<category><![CDATA[Color Options]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Grey]]></category>
		<category><![CDATA[Magazine]]></category>
		<category><![CDATA[Minimalist]]></category>
		<category><![CDATA[No Sidebar]]></category>
		<category><![CDATA[Photolog]]></category>
		<category><![CDATA[Portfolio]]></category>
		<category><![CDATA[Premium]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Top Navigation Bar]]></category>
		<category><![CDATA[White]]></category>
		<category><![CDATA[Paid Themes]]></category>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=5858</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Stacker-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Stacker Blogger Theme" decoding="async" loading="lazy" /></p>Stacker is a Grid-Based, 100% responsive, SEO optimized, template designer compatible, minimal Blogger theme for showing off your content clean and elegant way. Stacker Blogger Template has a 4 columns footer widgets area, many colors and fonts options, background image support, FontAwesome icons, related posts with thumbnails, social and share buttons, social profile widget, top navigation menu and more.

[purchase_link id="5865" text="Purchase - Stacker Blogger Template" style="button" color="blue"]

It is 100% Responsive: <a href="https://search.google.com/search-console/mobile-friendly?id=HCisBrnLGC4DSm4l6v-I_Q" target="_blank" rel="nofollow" style="text-decoration:underline;">Check Mobile Friendly</a>

It has search engine friendly data: <a href="https://search.google.com/structured-data/testing-tool#url=http%3A%2F%2Fstacker-nbt.blogspot.com%2F" target="_blank" rel="nofollow" style="text-decoration:underline;">Check SEO Friendly</a>

<h4>Stacker Theme Features</h4>
<ul>
<li>100% Responsive (Mobile Friendly)</li>
<li>Search Engine Optimized</li>
<li>Many Colors Options / Unlimited Colors</li>
<li>Many Fonts Options / Hundreds of Fonts</li>
<li>Support for a Background Image</li>
<li>Grid-based Layout on Homepage</li>
<li>Related Posts with Thumbnails</li>
<li>Top Multi-level Navigation Menu</li>
<li>Header Social Buttons</li>
<li>Social Profiles Widget</li>
<li>Post Share Buttons</li>
<li>Facebook and Twitter Meta Data Included</li>
<li>Structured Data Included</li>
<li>Many More Features...</li>
</ul>

<h4>How To Add Links to Top Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Navigation-Menu-Stacker-Blogger-Template.jpg" alt="Navigation Menu - Stacker Blogger Template" width="700" height="195" class="alignnone size-full wp-image-5860" />

Find this in "Edit HTML":

<pre>&lt;div class='align-centernbt' id='cssmenunbt' itemscope='itemscope' itemtype='http://schema.org/SiteNavigationElement' role='navigation'&gt;
&lt;ul&gt;

&lt;li&gt;&lt;a expr:href='data:blog.homepageUrl'&gt;Home&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href='#'&gt;Business&lt;/a&gt;
&lt;ul class='sub-menu'&gt;
&lt;li&gt;&lt;a href='#'&gt;Internet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Market&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Stock&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;

...

&lt;/ul&gt;
&lt;/div&gt;</pre>

Replace "#" marks with real URLs and change anchor texts as you like.

<h4>How To Configure Social Buttons</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Social-Buttons-Stacker-Blogger-Template.jpg" alt="Social Buttons - Stacker Blogger Template" width="533" height="56" class="alignnone size-full wp-image-5862" />

Find this in "Edit HTML":

<pre>&lt;ul class='menu-itemsnbt' id='menu-social-itemsnbt'&gt;
&lt;li&gt;&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;&lt;span class='screen-reader-text'&gt;Twitter&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'&gt;&lt;span class='screen-reader-text'&gt;Facebook&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'&gt;&lt;span class='screen-reader-text'&gt;GooglePlus&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'&gt;&lt;span class='screen-reader-text'&gt;Pinterest&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.linkedin.com/' rel='nofollow' target='_blank' title='Linkedin'&gt;&lt;span class='screen-reader-text'&gt;Linkedin&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
...
&lt;/ul&gt;</pre>

Add your own social links replacing default social profile URLs.

<h4>How To Add Social Profile Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Social-Profiles-Widget-Stacker-Blogger-Template.jpg" alt="Social Profiles Widget - Stacker Blogger Template" width="267" height="259" class="alignnone size-full wp-image-5870" />

Go to the "Layout" page and add this code into a "HTML/JavaScript" box:

<pre>&lt;div id=&quot;socialmediawidgetnbt&quot;&gt;
&lt;a href=&quot;https://twitter.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Twitter&quot;&gt;&lt;i class=&quot;fa fa-twitter&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://www.facebook.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Facebook&quot;&gt;&lt;i class=&quot;fa fa-facebook&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://plus.google.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;GooglePlus&quot;&gt;&lt;i class=&quot;fa fa-google-plus&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://www.pinterest.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Pinterest&quot;&gt;&lt;i class=&quot;fa fa-pinterest&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://www.linkedin.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Linkedin&quot;&gt;&lt;i class=&quot;fa fa-linkedin&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://www.instagram.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Instagram&quot;&gt;&lt;i class=&quot;fa fa-instagram&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://www.flickr.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Flickr&quot;&gt;&lt;i class=&quot;fa fa-flickr&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://www.youtube.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Youtube&quot;&gt;&lt;i class=&quot;fa fa-youtube&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://vimeo.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Vimeo&quot;&gt;&lt;i class=&quot;fa fa-vimeo&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://github.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Github&quot;&gt;&lt;i class=&quot;fa fa-github&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://www.tumblr.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Tumblr&quot;&gt;&lt;i class=&quot;fa fa-tumblr&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;http://digg.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Digg&quot;&gt;&lt;i class=&quot;fa fa-digg&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://delicious.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Delicious&quot;&gt;&lt;i class=&quot;fa fa-delicious&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;http://www.stumbleupon.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Stumbleupon&quot;&gt;&lt;i class=&quot;fa fa-stumbleupon&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://www.reddit.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Reddit&quot;&gt;&lt;i class=&quot;fa fa-reddit&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://dribbble.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Dribbble&quot;&gt;&lt;i class=&quot;fa fa-dribbble&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://www.behance.net/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Behance&quot;&gt;&lt;i class=&quot;fa fa-behance&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;skype:profile_name?chat&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Skype&quot;&gt;&lt;i class=&quot;fa fa-skype&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;mailto:123@abc.com&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Contact&quot;&gt;&lt;i class=&quot;fa fa-envelope&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;http://YOURBLOG.blogspot.com/feeds/posts/default&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;RSS&quot;&gt;&lt;i class=&quot;fa fa-rss&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;/div&gt;</pre>

Change default social profile URLs with yours and save the widget.

<h4>Stacker Responsive View / Mobile View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Responsive-View-Stacker-Blogger-Template.jpg" alt="Responsive View - Stacker Blogger Template" width="700" height="416" class="alignnone size-full wp-image-5861" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Stacker-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Stacker Blogger Theme" decoding="async" loading="lazy" /></p>Stacker is a Grid-Based, 100% responsive, SEO optimized, template designer compatible, minimal Blogger theme for showing off your content clean and elegant way. Stacker Blogger Template has a 4 columns footer widgets area, many colors and fonts options, background image support, FontAwesome icons, related posts with thumbnails, social and share buttons, social profile widget, top navigation menu and more.

[purchase_link id="5865" text="Purchase - Stacker Blogger Template" style="button" color="blue"]

It is 100% Responsive: <a href="https://search.google.com/search-console/mobile-friendly?id=HCisBrnLGC4DSm4l6v-I_Q" target="_blank" rel="nofollow" style="text-decoration:underline;">Check Mobile Friendly</a>

It has search engine friendly data: <a href="https://search.google.com/structured-data/testing-tool#url=http%3A%2F%2Fstacker-nbt.blogspot.com%2F" target="_blank" rel="nofollow" style="text-decoration:underline;">Check SEO Friendly</a>

<h4>Stacker Theme Features</h4>
<ul>
<li>100% Responsive (Mobile Friendly)</li>
<li>Search Engine Optimized</li>
<li>Many Colors Options / Unlimited Colors</li>
<li>Many Fonts Options / Hundreds of Fonts</li>
<li>Support for a Background Image</li>
<li>Grid-based Layout on Homepage</li>
<li>Related Posts with Thumbnails</li>
<li>Top Multi-level Navigation Menu</li>
<li>Header Social Buttons</li>
<li>Social Profiles Widget</li>
<li>Post Share Buttons</li>
<li>Facebook and Twitter Meta Data Included</li>
<li>Structured Data Included</li>
<li>Many More Features...</li>
</ul>

<h4>How To Add Links to Top Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Navigation-Menu-Stacker-Blogger-Template.jpg" alt="Navigation Menu - Stacker Blogger Template" width="700" height="195" class="alignnone size-full wp-image-5860" />

Find this in "Edit HTML":

<pre>&lt;div class='align-centernbt' id='cssmenunbt' itemscope='itemscope' itemtype='http://schema.org/SiteNavigationElement' role='navigation'&gt;
&lt;ul&gt;

&lt;li&gt;&lt;a expr:href='data:blog.homepageUrl'&gt;Home&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href='#'&gt;Business&lt;/a&gt;
&lt;ul class='sub-menu'&gt;
&lt;li&gt;&lt;a href='#'&gt;Internet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Market&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Stock&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;

...

&lt;/ul&gt;
&lt;/div&gt;</pre>

Replace "#" marks with real URLs and change anchor texts as you like.

<h4>How To Configure Social Buttons</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Social-Buttons-Stacker-Blogger-Template.jpg" alt="Social Buttons - Stacker Blogger Template" width="533" height="56" class="alignnone size-full wp-image-5862" />

Find this in "Edit HTML":

<pre>&lt;ul class='menu-itemsnbt' id='menu-social-itemsnbt'&gt;
&lt;li&gt;&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;&lt;span class='screen-reader-text'&gt;Twitter&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'&gt;&lt;span class='screen-reader-text'&gt;Facebook&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'&gt;&lt;span class='screen-reader-text'&gt;GooglePlus&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'&gt;&lt;span class='screen-reader-text'&gt;Pinterest&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.linkedin.com/' rel='nofollow' target='_blank' title='Linkedin'&gt;&lt;span class='screen-reader-text'&gt;Linkedin&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
...
&lt;/ul&gt;</pre>

Add your own social links replacing default social profile URLs.

<h4>How To Add Social Profile Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Social-Profiles-Widget-Stacker-Blogger-Template.jpg" alt="Social Profiles Widget - Stacker Blogger Template" width="267" height="259" class="alignnone size-full wp-image-5870" />

Go to the "Layout" page and add this code into a "HTML/JavaScript" box:

<pre>&lt;div id=&quot;socialmediawidgetnbt&quot;&gt;
&lt;a href=&quot;https://twitter.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Twitter&quot;&gt;&lt;i class=&quot;fa fa-twitter&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://www.facebook.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Facebook&quot;&gt;&lt;i class=&quot;fa fa-facebook&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://plus.google.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;GooglePlus&quot;&gt;&lt;i class=&quot;fa fa-google-plus&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://www.pinterest.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Pinterest&quot;&gt;&lt;i class=&quot;fa fa-pinterest&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://www.linkedin.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Linkedin&quot;&gt;&lt;i class=&quot;fa fa-linkedin&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://www.instagram.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Instagram&quot;&gt;&lt;i class=&quot;fa fa-instagram&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://www.flickr.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Flickr&quot;&gt;&lt;i class=&quot;fa fa-flickr&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://www.youtube.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Youtube&quot;&gt;&lt;i class=&quot;fa fa-youtube&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://vimeo.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Vimeo&quot;&gt;&lt;i class=&quot;fa fa-vimeo&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://github.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Github&quot;&gt;&lt;i class=&quot;fa fa-github&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://www.tumblr.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Tumblr&quot;&gt;&lt;i class=&quot;fa fa-tumblr&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;http://digg.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Digg&quot;&gt;&lt;i class=&quot;fa fa-digg&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://delicious.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Delicious&quot;&gt;&lt;i class=&quot;fa fa-delicious&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;http://www.stumbleupon.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Stumbleupon&quot;&gt;&lt;i class=&quot;fa fa-stumbleupon&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://www.reddit.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Reddit&quot;&gt;&lt;i class=&quot;fa fa-reddit&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://dribbble.com/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Dribbble&quot;&gt;&lt;i class=&quot;fa fa-dribbble&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;https://www.behance.net/&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Behance&quot;&gt;&lt;i class=&quot;fa fa-behance&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;skype:profile_name?chat&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Skype&quot;&gt;&lt;i class=&quot;fa fa-skype&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;mailto:123@abc.com&quot; rel=&quot;nofollow&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;Contact&quot;&gt;&lt;i class=&quot;fa fa-envelope&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;a href=&quot;http://YOURBLOG.blogspot.com/feeds/posts/default&quot; target=&quot;_blank&quot; class=&quot;socialiconnbt&quot; title=&quot;RSS&quot;&gt;&lt;i class=&quot;fa fa-rss&quot;/&gt;&lt;/i&gt;&lt;/a&gt;
&lt;/div&gt;</pre>

Change default social profile URLs with yours and save the widget.

<h4>Stacker Responsive View / Mobile View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Responsive-View-Stacker-Blogger-Template.jpg" alt="Responsive View - Stacker Blogger Template" width="700" height="416" class="alignnone size-full wp-image-5861" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/stacker-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Quickly Blogger Template</title>
		<link>https://newbloggerthemes.com/quickly-blogger-template/</link>
					<comments>https://newbloggerthemes.com/quickly-blogger-template/#comments</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Thu, 08 Mar 2012 12:23:55 +0000</pubDate>
				<category><![CDATA[1 Sidebar]]></category>
		<category><![CDATA[2 Columns]]></category>
		<category><![CDATA[3 Columns Footer]]></category>
		<category><![CDATA[4 Columns]]></category>
		<category><![CDATA[Artworks]]></category>
		<category><![CDATA[Fixed width]]></category>
		<category><![CDATA[Grey]]></category>
		<category><![CDATA[Magazine]]></category>
		<category><![CDATA[Orange]]></category>
		<category><![CDATA[Premium]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Right Sidebar]]></category>
		<category><![CDATA[Top Navigation Bar]]></category>
		<category><![CDATA[White]]></category>
		<category><![CDATA[Yellow]]></category>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=627</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2013/03/Quickly-Blog-Template1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Quickly Blogger Template" decoding="async" loading="lazy" /></p>Quickly, is an elegant and responsive template for Blogspot which is great to use as a portfolio (picture or video). This template shows you how cool and flexible Blogspot Portfolio and Photography template can be.

<strong>Features:</strong>
Masonry Powered Grid
Sleek design with a responsive layout
Effective thumbnail and summary generator
Comes with archive template
Custom 404 error page
Background, Color and font customization
Extensive documentation]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2013/03/Quickly-Blog-Template1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Quickly Blogger Template" decoding="async" loading="lazy" /></p>Quickly, is an elegant and responsive template for Blogspot which is great to use as a portfolio (picture or video). This template shows you how cool and flexible Blogspot Portfolio and Photography template can be.

<strong>Features:</strong>
Masonry Powered Grid
Sleek design with a responsive layout
Effective thumbnail and summary generator
Comes with archive template
Custom 404 error page
Background, Color and font customization
Extensive documentation]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/quickly-blogger-template/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>Sandal Jepit Blogger Template</title>
		<link>https://newbloggerthemes.com/sandal-jepit-blogger-template/</link>
					<comments>https://newbloggerthemes.com/sandal-jepit-blogger-template/#comments</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Thu, 08 Mar 2012 12:05:24 +0000</pubDate>
				<category><![CDATA[1 Column]]></category>
		<category><![CDATA[3 Columns Footer]]></category>
		<category><![CDATA[4 Columns]]></category>
		<category><![CDATA[Artworks]]></category>
		<category><![CDATA[Black]]></category>
		<category><![CDATA[Featured Section]]></category>
		<category><![CDATA[Fixed width]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Grey]]></category>
		<category><![CDATA[No Sidebar]]></category>
		<category><![CDATA[Photolog]]></category>
		<category><![CDATA[Premium]]></category>
		<category><![CDATA[Top Navigation Bar]]></category>
		<category><![CDATA[White]]></category>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=622</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2013/03/Sandal-Jepit-Blog-Template1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Sandal Jepit Blogger Template" decoding="async" loading="lazy" /></p>Welcome to Sandal Jepit, a unique and easy minimalist Blogger template. It’s makes perfect for a variety of purposes, although focused towards Photographers and those using Portfolios to display their past and present work collections.

<strong>Features:</strong>
Automatic working lightbox and slide toggle
More than +14 widget areas
Background upload
Support +60 Google web font
Unlimited color scheme
Support latest Blogger features:
Threaded comment system
Social bookmark
Advanced template designer
Pages]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2013/03/Sandal-Jepit-Blog-Template1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Sandal Jepit Blogger Template" decoding="async" loading="lazy" /></p>Welcome to Sandal Jepit, a unique and easy minimalist Blogger template. It’s makes perfect for a variety of purposes, although focused towards Photographers and those using Portfolios to display their past and present work collections.

<strong>Features:</strong>
Automatic working lightbox and slide toggle
More than +14 widget areas
Background upload
Support +60 Google web font
Unlimited color scheme
Support latest Blogger features:
Threaded comment system
Social bookmark
Advanced template designer
Pages]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/sandal-jepit-blogger-template/feed/</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
	</channel>
</rss>
