<?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>Adapted from Wordpress | NewBloggerThemes.com</title>
	<atom:link href="https://newbloggerthemes.com/category/adapted-from-wordpress/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>Tue, 30 Sep 2025 05:16:44 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>One-Blog Blogger Template</title>
		<link>https://newbloggerthemes.com/one-blog-blogger-template/</link>
					<comments>https://newbloggerthemes.com/one-blog-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Tue, 30 Sep 2025 05:16:26 +0000</pubDate>
				<category><![CDATA[1 Sidebar]]></category>
		<category><![CDATA[2 Columns]]></category>
		<category><![CDATA[4 Columns Footer]]></category>
		<category><![CDATA[Adapted from Wordpress]]></category>
		<category><![CDATA[Black]]></category>
		<category><![CDATA[Color Options]]></category>
		<category><![CDATA[Featured Section]]></category>
		<category><![CDATA[Grey]]></category>
		<category><![CDATA[Magazine]]></category>
		<category><![CDATA[Minimalist]]></category>
		<category><![CDATA[Photolog]]></category>
		<category><![CDATA[Premium]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Right Sidebar]]></category>
		<category><![CDATA[Slider]]></category>
		<category><![CDATA[Top Navigation Bar]]></category>
		<category><![CDATA[White]]></category>
		<category><![CDATA[Paid Themes]]></category>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=4537</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2018/07/One-Blog-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="One-Blog Blogger Theme" decoding="async" /></p>One-Blog is an elegant, 100% responsive, 2 columns premium blogger theme for your blog. One-Blog Blogger Template is template designer compatible, so you can change fonts (about 100 fonts) and colors (unlimited colors) very quickly without having any knowledge about theme coding. This blogger template has a 4 columns footer widgets area, right sidebar, Google web fonts, unlimited colors, FontAwesome icon fonts, background image support, related posts with large thumbnails, social and sharing buttons, top navigation menu, auto post summaries and more.

<h4>One-Blog Blogger Theme Features</h4>
<ul>
<li>100% Responsive (Mobile Friendly)</li>
<li>Search Engine Optimized</li>
<li>Unlimited Colors to Choose</li>
<li>Hundreds of Fonts to Select</li>
<li>Support for a Background Image</li>
<li>Auto Post Summaries on Homepage</li>
<li>Related Posts with Thumbnails</li>
<li>4 Columns Footer Widgets Area</li>
<li>Top Multi-level Navigation Menus</li>
<li>Beautiful Social Buttons</li>
<li>Post Share Buttons</li>
<li>Custom About Me Widget</li>
<li>Facebook and Twitter Meta Data</li>
<li>Many More Features...</li>
</ul>

<h4>How To Configure Top Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/07/Navigation-Menu-One-Blog-Blogger-Template.jpg" alt="Navigation Menu - One-Blog Blogger Template" width="520" height="172" class="alignnone size-full wp-image-7058" />

Find this in "Edit HTML":

<pre>&lt;div class='menu-containernbt'&gt;
&lt;ul class='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;
&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/2018/07/Social-Buttons-One-Blog-Blogger-Template.jpg" alt="Social Buttons - One-Blog Blogger Template" width="381" height="45" class="alignnone size-full wp-image-7060" />

Find this in "Edit HTML":

<pre>&lt;div class='head-socialsnbt'&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;&lt;i 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 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 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 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 Configure Featured Posts Slider</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/07/Slider-One-Blog-Blogger-Template.jpg" alt="Slider - One-Blog Blogger Template" width="1015" height="307" class="alignnone size-full wp-image-7057" />

This slider widget automatically displays posts from a given label name.

Go to "Layout" page. Click on the edit link of "Featured Posts Slider Widget" widget and add this code:

<pre>&lt;script&gt;
loadFeaturedLabelPosts({
    label: &quot;<span style="color: #008000;">LABELNAME</span>&quot;,
    numposts: <span style="color: #00BCD4;">5</span>,
    blogUrl: &quot;<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com/</span>&quot;,
});
&lt;/script&gt;</pre>

Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.
Replace "<span style="color: #00BCD4;">5</span>" with the number of posts you need to load in the slider.

Example:

<pre>&lt;script&gt;
loadFeaturedLabelPosts({
    label: &quot;<span style="color: #008000;">Motion Design</span>&quot;,
    numposts: <span style="color: #00BCD4;">5</span>,
    blogUrl: &quot;<span style="color: #ff0000;">https://one-blog-nbt.blogspot.com/</span>&quot;,
});
&lt;/script&gt;</pre>

<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>One-Blog Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/07/Responsive-View-One-Blog-Blogger-Template.jpg" alt="Responsive View - One-Blog Blogger Template" width="700" height="416" class="alignnone size-full wp-image-7059" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2018/07/One-Blog-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="One-Blog Blogger Theme" decoding="async" loading="lazy" /></p>One-Blog is an elegant, 100% responsive, 2 columns premium blogger theme for your blog. One-Blog Blogger Template is template designer compatible, so you can change fonts (about 100 fonts) and colors (unlimited colors) very quickly without having any knowledge about theme coding. This blogger template has a 4 columns footer widgets area, right sidebar, Google web fonts, unlimited colors, FontAwesome icon fonts, background image support, related posts with large thumbnails, social and sharing buttons, top navigation menu, auto post summaries and more.

<h4>One-Blog Blogger Theme Features</h4>
<ul>
<li>100% Responsive (Mobile Friendly)</li>
<li>Search Engine Optimized</li>
<li>Unlimited Colors to Choose</li>
<li>Hundreds of Fonts to Select</li>
<li>Support for a Background Image</li>
<li>Auto Post Summaries on Homepage</li>
<li>Related Posts with Thumbnails</li>
<li>4 Columns Footer Widgets Area</li>
<li>Top Multi-level Navigation Menus</li>
<li>Beautiful Social Buttons</li>
<li>Post Share Buttons</li>
<li>Custom About Me Widget</li>
<li>Facebook and Twitter Meta Data</li>
<li>Many More Features...</li>
</ul>

<h4>How To Configure Top Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/07/Navigation-Menu-One-Blog-Blogger-Template.jpg" alt="Navigation Menu - One-Blog Blogger Template" width="520" height="172" class="alignnone size-full wp-image-7058" />

Find this in "Edit HTML":

<pre>&lt;div class='menu-containernbt'&gt;
&lt;ul class='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;
&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/2018/07/Social-Buttons-One-Blog-Blogger-Template.jpg" alt="Social Buttons - One-Blog Blogger Template" width="381" height="45" class="alignnone size-full wp-image-7060" />

Find this in "Edit HTML":

<pre>&lt;div class='head-socialsnbt'&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;&lt;i 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 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 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 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 Configure Featured Posts Slider</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/07/Slider-One-Blog-Blogger-Template.jpg" alt="Slider - One-Blog Blogger Template" width="1015" height="307" class="alignnone size-full wp-image-7057" />

This slider widget automatically displays posts from a given label name.

Go to "Layout" page. Click on the edit link of "Featured Posts Slider Widget" widget and add this code:

<pre>&lt;script&gt;
loadFeaturedLabelPosts({
    label: &quot;<span style="color: #008000;">LABELNAME</span>&quot;,
    numposts: <span style="color: #00BCD4;">5</span>,
    blogUrl: &quot;<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com/</span>&quot;,
});
&lt;/script&gt;</pre>

Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.
Replace "<span style="color: #00BCD4;">5</span>" with the number of posts you need to load in the slider.

Example:

<pre>&lt;script&gt;
loadFeaturedLabelPosts({
    label: &quot;<span style="color: #008000;">Motion Design</span>&quot;,
    numposts: <span style="color: #00BCD4;">5</span>,
    blogUrl: &quot;<span style="color: #ff0000;">https://one-blog-nbt.blogspot.com/</span>&quot;,
});
&lt;/script&gt;</pre>

<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>One-Blog Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/07/Responsive-View-One-Blog-Blogger-Template.jpg" alt="Responsive View - One-Blog Blogger Template" width="700" height="416" class="alignnone size-full wp-image-7059" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/one-blog-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<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" 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" />]]></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>ListMode Blogger Template</title>
		<link>https://newbloggerthemes.com/listmode-blogger-template/</link>
					<comments>https://newbloggerthemes.com/listmode-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Wed, 09 Apr 2025 17:44:54 +0000</pubDate>
				<category><![CDATA[1 Column]]></category>
		<category><![CDATA[1 Sidebar]]></category>
		<category><![CDATA[2 Columns]]></category>
		<category><![CDATA[3 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[Magazine]]></category>
		<category><![CDATA[Minimalist]]></category>
		<category><![CDATA[Premium]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Right Sidebar]]></category>
		<category><![CDATA[Slider]]></category>
		<category><![CDATA[Top Navigation Bar]]></category>
		<category><![CDATA[White]]></category>
		<category><![CDATA[Paid Themes]]></category>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=7271</guid>

					<description><![CDATA[<p><img width="233" height="185" src="https://newbloggerthemes.com/wp-content/uploads/2025/04/ListMode-Blog-Template.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="ListMode Blogger Template" decoding="async" loading="lazy" /></p><p><strong>ListMode</strong> is a clean, responsive Blogger template designed for bloggers, writers, and content-focused websites. With a minimalist layout, bold typography, and built-in support for featured post areas, ListMode makes it easy to create a professional blog without writing code. All key elements — including menus, header image, and social icons — can be managed directly through the <strong>Layout</strong> page, making it ideal for beginners and advanced users alike. Customization is easy through Blogger’s built-in Theme Designer — no coding required.</p>

<h2>Key Features:</h2>
<ul>
  <li><strong>Responsive & Mobile-Friendly</strong>: Optimized layout for all screen sizes, from desktop to smartphone.</li>
  <li><strong>Customizable via Blogger Theme Designer</strong>: Modify fonts, colors, and styling effortlessly without editing code.</li>
  <li><strong>Header Image Support</strong>: Upload and change your blog’s header image through the Layout page — no HTML editing needed.</li>
  <li><strong>Two Navigation Menus</strong>: Easily add and manage primary and secondary menus via the Layout section.</li>
  <li><strong>Header Social Icons</strong>: Add your social media links without touching the code — fully configurable in Layout.</li>
  <li><strong>Label-Based Featured Post Sections</strong>: Highlight posts from specific labels (e.g., "Tech", "News") using attractive grid displays.</li>
  <li><strong>AJAX Navigation in Featured Sections</strong>: Load more posts seamlessly in label-based featured areas — no page reloads.</li>
  <li><strong>Slider & News Ticker</strong>: Both support posts filtered by label, perfect for dynamic content highlights.</li>
  <li><strong>Related Posts with AJAX Navigation</strong>: Keeps readers engaged with smooth loading of related content below posts.</li>
  <li><strong>Social Share Buttons</strong>: Built-in sharing buttons make it easy for readers to share your content on social media.</li>
  <li><strong>4-Column Footer Area</strong>: Add multiple widgets like recent posts, labels, or social feeds in an organized footer layout.</li>
  <li><strong>Post Styling Enhancements</strong>: Includes pre/code formatting, mark/highlight styles, blockquotes, tables, and more.</li>
  <li><strong>Author Box & Related Posts</strong>: Built-in components to increase user engagement and blog exploration.</li>
  <li><strong>SEO & Sharing Optimized</strong>: Supports Open Graph and Twitter Cards for enhanced visibility.</li>
</ul>

<h2>Detailed Documentation Included</h2>
<p>ListMode comes with comprehensive documentation to guide you through theme installation, menu setup, news ticker, slider, featured posts areas, header image, social buttons, meta tag configuration, and more — making it perfect for beginners.</p>

<p><strong>Read the official documentation here:</strong> <a href="https://docs.newbloggerthemes.com/listmode/" target="_blank" rel="noopener noreferrer">https://docs.newbloggerthemes.com/listmode/</a></p>

<h2>ListMode Theme is Ideal For:</h2>
<p>Personal bloggers, writers, tutorial creators, tech news publishers, and anyone who wants a clean, fast, and fully customizable Blogger theme with advanced featured post capabilities.</p>

<img src="https://newbloggerthemes.com/wp-content/uploads/2025/04/Responsive-View-ListMode-Blogger-Template.jpg" alt="Responsive View - ListMode Blogger Template" width="926" height="562" class="alignnone size-full wp-image-7280" />]]></description>
										<content:encoded><![CDATA[<p><img width="233" height="185" src="https://newbloggerthemes.com/wp-content/uploads/2025/04/ListMode-Blog-Template.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="ListMode Blogger Template" decoding="async" loading="lazy" /></p><p><strong>ListMode</strong> is a clean, responsive Blogger template designed for bloggers, writers, and content-focused websites. With a minimalist layout, bold typography, and built-in support for featured post areas, ListMode makes it easy to create a professional blog without writing code. All key elements — including menus, header image, and social icons — can be managed directly through the <strong>Layout</strong> page, making it ideal for beginners and advanced users alike. Customization is easy through Blogger’s built-in Theme Designer — no coding required.</p>

<h2>Key Features:</h2>
<ul>
  <li><strong>Responsive & Mobile-Friendly</strong>: Optimized layout for all screen sizes, from desktop to smartphone.</li>
  <li><strong>Customizable via Blogger Theme Designer</strong>: Modify fonts, colors, and styling effortlessly without editing code.</li>
  <li><strong>Header Image Support</strong>: Upload and change your blog’s header image through the Layout page — no HTML editing needed.</li>
  <li><strong>Two Navigation Menus</strong>: Easily add and manage primary and secondary menus via the Layout section.</li>
  <li><strong>Header Social Icons</strong>: Add your social media links without touching the code — fully configurable in Layout.</li>
  <li><strong>Label-Based Featured Post Sections</strong>: Highlight posts from specific labels (e.g., "Tech", "News") using attractive grid displays.</li>
  <li><strong>AJAX Navigation in Featured Sections</strong>: Load more posts seamlessly in label-based featured areas — no page reloads.</li>
  <li><strong>Slider & News Ticker</strong>: Both support posts filtered by label, perfect for dynamic content highlights.</li>
  <li><strong>Related Posts with AJAX Navigation</strong>: Keeps readers engaged with smooth loading of related content below posts.</li>
  <li><strong>Social Share Buttons</strong>: Built-in sharing buttons make it easy for readers to share your content on social media.</li>
  <li><strong>4-Column Footer Area</strong>: Add multiple widgets like recent posts, labels, or social feeds in an organized footer layout.</li>
  <li><strong>Post Styling Enhancements</strong>: Includes pre/code formatting, mark/highlight styles, blockquotes, tables, and more.</li>
  <li><strong>Author Box & Related Posts</strong>: Built-in components to increase user engagement and blog exploration.</li>
  <li><strong>SEO & Sharing Optimized</strong>: Supports Open Graph and Twitter Cards for enhanced visibility.</li>
</ul>

<h2>Detailed Documentation Included</h2>
<p>ListMode comes with comprehensive documentation to guide you through theme installation, menu setup, news ticker, slider, featured posts areas, header image, social buttons, meta tag configuration, and more — making it perfect for beginners.</p>

<p><strong>Read the official documentation here:</strong> <a href="https://docs.newbloggerthemes.com/listmode/" target="_blank" rel="noopener noreferrer">https://docs.newbloggerthemes.com/listmode/</a></p>

<h2>ListMode Theme is Ideal For:</h2>
<p>Personal bloggers, writers, tutorial creators, tech news publishers, and anyone who wants a clean, fast, and fully customizable Blogger theme with advanced featured post capabilities.</p>

<img src="https://newbloggerthemes.com/wp-content/uploads/2025/04/Responsive-View-ListMode-Blogger-Template.jpg" alt="Responsive View - ListMode Blogger Template" width="926" height="562" class="alignnone size-full wp-image-7280" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/listmode-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Magazine Point Blogger Template</title>
		<link>https://newbloggerthemes.com/magazine-point-blogger-template/</link>
					<comments>https://newbloggerthemes.com/magazine-point-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Mon, 08 Jul 2024 14:46:17 +0000</pubDate>
				<category><![CDATA[1 Sidebar]]></category>
		<category><![CDATA[2 Columns]]></category>
		<category><![CDATA[4 Columns Footer]]></category>
		<category><![CDATA[Adapted from Wordpress]]></category>
		<category><![CDATA[Black]]></category>
		<category><![CDATA[Color Options]]></category>
		<category><![CDATA[Featured Section]]></category>
		<category><![CDATA[Grey]]></category>
		<category><![CDATA[Header Banner]]></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[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=6331</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/07/Magazine-Point-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Magazine Point Blogger Theme" decoding="async" loading="lazy" /></p>Magazine Point is a search engine optimized, template designer compatible, 100% responsive, multipurpose blogger theme that allows for easy viewing on any device. Magazine Point Blogger Template has color and font options, breaking news widget, featured posts grid and featured posts slider, different style news blocks, auto post summaries, related posts with thumbnails, 2 social buttons areas, post share options, multi-level navigation menu, 728x90 header banner widget, right sidebar, 4 columns footer widgets area, scroll-to-top button, web fonts and more.

It is 100% Responsive: <a href="https://search.google.com/test/mobile-friendly?id=JMk-TNBPiGorOKH4Ab3_6w" target="_blank" rel="nofollow noopener" 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=https%3A%2F%2Fmagazine-point-nbt.blogspot.com%2F" target="_blank" rel="nofollow noopener" style="text-decoration:underline;">Check Structured Data</a>

<h4>Magazine Point Theme Features</h4>
<ul>
<li>Fully Responsive (Mobile Friendly)</li>
<li>Optimized for Search Engines</li>
<li>Colors Options / Unlimited Colors</li>
<li>Fonts Options / Hundreds of Fonts</li>
<li>Label Based Breaking News Widget</li>
<li>Top Multi-level Navigation Menu</li>
<li>Label Based Featured Posts Area</li>
<li>Label Based Featured Posts Slider</li>
<li>Label Based Different News Blocks</li>
<li>Related Posts with Thumbnails</li>
<li>Automatic Posts Summaries</li>
<li>2 Social Profile Locations</li>
<li>Post Share Buttons</li>
<li>Facebook and Twitter Meta Data Included</li>
<li>Structured Data Included</li>
<li>4 Columns Footer</li>
<li>Many More Features...</li>
</ul>

<h4>How To Activate Breaking News</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/07/Breaking-News-Magazine-Point-Blogger-Template.jpg" alt="Breaking News - Magazine Point Blogger Template" width="625" height="46" class="alignnone size-full wp-image-6333" />

It displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "Breaking News Widget" widget and add this code:

<pre>&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=breakingnewsbposts'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;script src='<span style="color: #ff0000;">https://magazine-point-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Sport News</span>?alt=json-in-script&amp;amp;callback=breakingnewsbposts'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure Header Social Buttons</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/07/Top-Social-Buttons-Magazine-Point-Blogger-Template.jpg" alt="Top Social Buttons - Magazine Point Blogger Template" width="430" height="46" class="alignnone size-full wp-image-6343" />

Find this in "Edit HTML":

<pre>&lt;div id='header-socialnbt'&gt;
&lt;div class='magazine_point_widget_social'&gt;
&lt;ul id='menu-social-linksnbt'&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;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;</pre>

Add your own social links replacing default social profile URLs.

<h4>How To Configure Top Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/07/Navigation-Menu-Magazine-Point-Blogger-Template.jpg" alt="Navigation Menu - Magazine Point Blogger Template" width="700" height="228" class="alignnone size-full wp-image-6335" />

Find this in "Edit HTML":

<pre>&lt;div class='menu-main-containernbt'&gt;
&lt;ul id='primary-menunbt'&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;/ul&gt;
&lt;/div&gt;</pre>

Replace "#" marks with real URLs and change anchor texts as you like.

<h4>How To Configure the Slider</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/07/Slider-Magazine-Point-Blogger-Template.jpg" alt="Slider - Magazine Point Blogger Template" width="700" height="445" class="alignnone size-full wp-image-6340" />

This slider automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "Slider Widget" widget and add this code:

<pre>&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=featuredsliderbposts'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;script src='<span style="color: #ff0000;">https://magazine-point-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Print Design</span>?alt=json-in-script&amp;amp;callback=featuredsliderbposts'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure Featured Posts Area</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/07/Top-Featured-Posts-Area-Magazine-Point-Blogger-Template.jpg" alt="Top Featured Posts Area - Magazine Point Blogger Template" width="700" height="294" class="alignnone size-full wp-image-6342" />

This area automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "Top Featured Posts Widget" widget and add this code:

<pre>&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=featurednewsbposts'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;script src='<span style="color: #ff0000;">https://magazine-point-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Motion Design</span>?alt=json-in-script&amp;amp;callback=featurednewsbposts'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure News Block 1</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/07/News-Block-1-Magazine-Point-Blogger-Template.jpg" alt="News Block 1 - Magazine Point Blogger Template" width="700" height="457" class="alignnone size-full wp-image-6336" />

News Block 1 displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "News Block 1 Widget" widget and add this code:

<pre>&lt;h2 class='featured-widget-title'&gt;<span style="color: #ff00ff;">WIDGET_TITLE</span>&lt;/h2&gt;
&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=newsblockbpostsone'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #ff00ff;">WIDGET_TITLE</span>" with a title name you like.
Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;h2 class='featured-widget-title'&gt;<span style="color: #ff00ff;">Web Design</span>&lt;/h2&gt;
&lt;script src='<span style="color: #ff0000;">https://magazine-point-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Web Design</span>?alt=json-in-script&amp;amp;callback=newsblockbpostsone'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure News Block 2</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/07/News-Block-2-Magazine-Point-Blogger-Template.jpg" alt="News Block 2 - Magazine Point Blogger Template" width="700" height="629" class="alignnone size-full wp-image-6337" />

News Block 2 displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "News Block 2 Widget" widget and add this code:

<pre>&lt;h2 class='featured-widget-title'&gt;<span style="color: #ff00ff;">WIDGET_TITLE</span>&lt;/h2&gt;
&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=newsblockbpoststwo'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #ff00ff;">WIDGET_TITLE</span>" with a title name you like.
Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;h2 class='featured-widget-title'&gt;<span style="color: #ff00ff;">World News</span>&lt;/h2&gt;
&lt;script src='<span style="color: #ff0000;">https://magazine-point-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">World News</span>?alt=json-in-script&amp;amp;callback=newsblockbpoststwo'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure News Block 3</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/07/News-Block-3-Magazine-Point-Blogger-Template.jpg" alt="News Block 3 - Magazine Point Blogger Template" width="700" height="940" class="alignnone size-full wp-image-6338" />

News Block 3 displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "News Block 3 Widget" widget and add this code:

<pre>&lt;h2 class='featured-widget-title'&gt;<span style="color: #ff00ff;">WIDGET_TITLE</span>&lt;/h2&gt;
&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=newsblockbpoststhree'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #ff00ff;">WIDGET_TITLE</span>" with a title name you like.
Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;h2 class='featured-widget-title'&gt;<span style="color: #ff00ff;">Sport News</span>&lt;/h2&gt;
&lt;script src='<span style="color: #ff0000;">https://magazine-point-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Sport News</span>?alt=json-in-script&amp;amp;callback=newsblockbpoststhree'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure Social Profile Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/07/Social-Profile-Widget-Magazine-Point-Blogger-Template.jpg" alt="Social Profile Widget - Magazine Point Blogger Template" width="359" height="203" class="alignnone size-full wp-image-6341" />

Find this in "Edit HTML":

<pre>&lt;div class='widget magazine_point_widget_social'&gt;
&lt;h2&gt;Social Links&lt;/h2&gt;
&lt;ul&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;
&lt;/div&gt;</pre>

Add your own social links replacing default social profile URLs.

<h4>Magazine Point Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/07/Responsive-View-Magazine-Point-Blogger-Template.jpg" alt="Responsive View - Magazine Point Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6339" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/07/Magazine-Point-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Magazine Point Blogger Theme" decoding="async" loading="lazy" /></p>Magazine Point is a search engine optimized, template designer compatible, 100% responsive, multipurpose blogger theme that allows for easy viewing on any device. Magazine Point Blogger Template has color and font options, breaking news widget, featured posts grid and featured posts slider, different style news blocks, auto post summaries, related posts with thumbnails, 2 social buttons areas, post share options, multi-level navigation menu, 728x90 header banner widget, right sidebar, 4 columns footer widgets area, scroll-to-top button, web fonts and more.

It is 100% Responsive: <a href="https://search.google.com/test/mobile-friendly?id=JMk-TNBPiGorOKH4Ab3_6w" target="_blank" rel="nofollow noopener" 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=https%3A%2F%2Fmagazine-point-nbt.blogspot.com%2F" target="_blank" rel="nofollow noopener" style="text-decoration:underline;">Check Structured Data</a>

<h4>Magazine Point Theme Features</h4>
<ul>
<li>Fully Responsive (Mobile Friendly)</li>
<li>Optimized for Search Engines</li>
<li>Colors Options / Unlimited Colors</li>
<li>Fonts Options / Hundreds of Fonts</li>
<li>Label Based Breaking News Widget</li>
<li>Top Multi-level Navigation Menu</li>
<li>Label Based Featured Posts Area</li>
<li>Label Based Featured Posts Slider</li>
<li>Label Based Different News Blocks</li>
<li>Related Posts with Thumbnails</li>
<li>Automatic Posts Summaries</li>
<li>2 Social Profile Locations</li>
<li>Post Share Buttons</li>
<li>Facebook and Twitter Meta Data Included</li>
<li>Structured Data Included</li>
<li>4 Columns Footer</li>
<li>Many More Features...</li>
</ul>

<h4>How To Activate Breaking News</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/07/Breaking-News-Magazine-Point-Blogger-Template.jpg" alt="Breaking News - Magazine Point Blogger Template" width="625" height="46" class="alignnone size-full wp-image-6333" />

It displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "Breaking News Widget" widget and add this code:

<pre>&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=breakingnewsbposts'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;script src='<span style="color: #ff0000;">https://magazine-point-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Sport News</span>?alt=json-in-script&amp;amp;callback=breakingnewsbposts'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure Header Social Buttons</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/07/Top-Social-Buttons-Magazine-Point-Blogger-Template.jpg" alt="Top Social Buttons - Magazine Point Blogger Template" width="430" height="46" class="alignnone size-full wp-image-6343" />

Find this in "Edit HTML":

<pre>&lt;div id='header-socialnbt'&gt;
&lt;div class='magazine_point_widget_social'&gt;
&lt;ul id='menu-social-linksnbt'&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;/ul&gt;
&lt;/div&gt;
&lt;/div&gt;</pre>

Add your own social links replacing default social profile URLs.

<h4>How To Configure Top Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/07/Navigation-Menu-Magazine-Point-Blogger-Template.jpg" alt="Navigation Menu - Magazine Point Blogger Template" width="700" height="228" class="alignnone size-full wp-image-6335" />

Find this in "Edit HTML":

<pre>&lt;div class='menu-main-containernbt'&gt;
&lt;ul id='primary-menunbt'&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;/ul&gt;
&lt;/div&gt;</pre>

Replace "#" marks with real URLs and change anchor texts as you like.

<h4>How To Configure the Slider</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/07/Slider-Magazine-Point-Blogger-Template.jpg" alt="Slider - Magazine Point Blogger Template" width="700" height="445" class="alignnone size-full wp-image-6340" />

This slider automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "Slider Widget" widget and add this code:

<pre>&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=featuredsliderbposts'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;script src='<span style="color: #ff0000;">https://magazine-point-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Print Design</span>?alt=json-in-script&amp;amp;callback=featuredsliderbposts'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure Featured Posts Area</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/07/Top-Featured-Posts-Area-Magazine-Point-Blogger-Template.jpg" alt="Top Featured Posts Area - Magazine Point Blogger Template" width="700" height="294" class="alignnone size-full wp-image-6342" />

This area automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "Top Featured Posts Widget" widget and add this code:

<pre>&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=featurednewsbposts'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;script src='<span style="color: #ff0000;">https://magazine-point-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Motion Design</span>?alt=json-in-script&amp;amp;callback=featurednewsbposts'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure News Block 1</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/07/News-Block-1-Magazine-Point-Blogger-Template.jpg" alt="News Block 1 - Magazine Point Blogger Template" width="700" height="457" class="alignnone size-full wp-image-6336" />

News Block 1 displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "News Block 1 Widget" widget and add this code:

<pre>&lt;h2 class='featured-widget-title'&gt;<span style="color: #ff00ff;">WIDGET_TITLE</span>&lt;/h2&gt;
&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=newsblockbpostsone'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #ff00ff;">WIDGET_TITLE</span>" with a title name you like.
Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;h2 class='featured-widget-title'&gt;<span style="color: #ff00ff;">Web Design</span>&lt;/h2&gt;
&lt;script src='<span style="color: #ff0000;">https://magazine-point-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Web Design</span>?alt=json-in-script&amp;amp;callback=newsblockbpostsone'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure News Block 2</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/07/News-Block-2-Magazine-Point-Blogger-Template.jpg" alt="News Block 2 - Magazine Point Blogger Template" width="700" height="629" class="alignnone size-full wp-image-6337" />

News Block 2 displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "News Block 2 Widget" widget and add this code:

<pre>&lt;h2 class='featured-widget-title'&gt;<span style="color: #ff00ff;">WIDGET_TITLE</span>&lt;/h2&gt;
&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=newsblockbpoststwo'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #ff00ff;">WIDGET_TITLE</span>" with a title name you like.
Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;h2 class='featured-widget-title'&gt;<span style="color: #ff00ff;">World News</span>&lt;/h2&gt;
&lt;script src='<span style="color: #ff0000;">https://magazine-point-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">World News</span>?alt=json-in-script&amp;amp;callback=newsblockbpoststwo'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure News Block 3</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/07/News-Block-3-Magazine-Point-Blogger-Template.jpg" alt="News Block 3 - Magazine Point Blogger Template" width="700" height="940" class="alignnone size-full wp-image-6338" />

News Block 3 displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "News Block 3 Widget" widget and add this code:

<pre>&lt;h2 class='featured-widget-title'&gt;<span style="color: #ff00ff;">WIDGET_TITLE</span>&lt;/h2&gt;
&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=newsblockbpoststhree'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #ff00ff;">WIDGET_TITLE</span>" with a title name you like.
Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;h2 class='featured-widget-title'&gt;<span style="color: #ff00ff;">Sport News</span>&lt;/h2&gt;
&lt;script src='<span style="color: #ff0000;">https://magazine-point-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Sport News</span>?alt=json-in-script&amp;amp;callback=newsblockbpoststhree'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure Social Profile Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/07/Social-Profile-Widget-Magazine-Point-Blogger-Template.jpg" alt="Social Profile Widget - Magazine Point Blogger Template" width="359" height="203" class="alignnone size-full wp-image-6341" />

Find this in "Edit HTML":

<pre>&lt;div class='widget magazine_point_widget_social'&gt;
&lt;h2&gt;Social Links&lt;/h2&gt;
&lt;ul&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;
&lt;/div&gt;</pre>

Add your own social links replacing default social profile URLs.

<h4>Magazine Point Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/07/Responsive-View-Magazine-Point-Blogger-Template.jpg" alt="Responsive View - Magazine Point Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6339" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/magazine-point-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>PowerWP Blogger Template</title>
		<link>https://newbloggerthemes.com/powerwp-blogger-template/</link>
					<comments>https://newbloggerthemes.com/powerwp-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Mon, 08 Jul 2024 12:14:14 +0000</pubDate>
				<category><![CDATA[2 Sidebars]]></category>
		<category><![CDATA[3 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[Grey]]></category>
		<category><![CDATA[Header Banner]]></category>
		<category><![CDATA[Left and Right Sidebars]]></category>
		<category><![CDATA[Left Sidebar]]></category>
		<category><![CDATA[Magazine]]></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[Paid Themes]]></category>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=7026</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2018/07/PowerWP-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="PowerWP Blogger Theme" decoding="async" loading="lazy" /></p>PowerWP is 100% responsive, 3 columns blogger template for blogs, news and magazine Websites. PowerWP Blogger template has many color and font options (Theme Designer compatible), 5 featured posts widgets, social widget, about me widget, left and right sidebars, 4 columns footer widgets area, Google fonts, background image support, related posts with thumbnails, social and share buttons, top navigation menu, scroll-to-top button and more.

<h4>How To Configure Top Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;ul class='menu powerwp-nav-menu menu-primary' id='menu-primary-navigation'&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 Add Featured Posts Widgets</h4>

There are 5 featured posts widgets. All widget codes with instructions are given with the theme file. Check the "widget-codes" folder.

<h4>How To Configure Footer Social Buttons</h4>

Find this in "Edit HTML":

<pre>&lt;div class='powerwp-social-icons clearfix'&gt;
&lt;div class='powerwp-social-icons-inner clearfix'&gt;
&lt;div class='powerwp-container clearfix'&gt;

&lt;a class='powerwp-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='powerwp-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='powerwp-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='powerwp-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='powerwp-social-icon-linkedin' href='#' target='_blank' title='Linkedin'&gt;&lt;i aria-hidden='true' class='fa fa-linkedin'/&gt;&lt;/a&gt;
...

&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</pre>

Add your own social links replacing default social profile URLs.

<h4>PowerWP Blogger Template Responsive View</h4>

This theme is compatible with every device from Desktop to Phones.

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/07/Responsive-View-PowerWP-Blogger-Template.jpg" alt="Responsive View - PowerWP Blogger Template" width="700" height="416" class="alignnone size-full wp-image-7029" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2018/07/PowerWP-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="PowerWP Blogger Theme" decoding="async" loading="lazy" /></p>PowerWP is 100% responsive, 3 columns blogger template for blogs, news and magazine Websites. PowerWP Blogger template has many color and font options (Theme Designer compatible), 5 featured posts widgets, social widget, about me widget, left and right sidebars, 4 columns footer widgets area, Google fonts, background image support, related posts with thumbnails, social and share buttons, top navigation menu, scroll-to-top button and more.

<h4>How To Configure Top Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;ul class='menu powerwp-nav-menu menu-primary' id='menu-primary-navigation'&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 Add Featured Posts Widgets</h4>

There are 5 featured posts widgets. All widget codes with instructions are given with the theme file. Check the "widget-codes" folder.

<h4>How To Configure Footer Social Buttons</h4>

Find this in "Edit HTML":

<pre>&lt;div class='powerwp-social-icons clearfix'&gt;
&lt;div class='powerwp-social-icons-inner clearfix'&gt;
&lt;div class='powerwp-container clearfix'&gt;

&lt;a class='powerwp-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='powerwp-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='powerwp-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='powerwp-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='powerwp-social-icon-linkedin' href='#' target='_blank' title='Linkedin'&gt;&lt;i aria-hidden='true' class='fa fa-linkedin'/&gt;&lt;/a&gt;
...

&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;</pre>

Add your own social links replacing default social profile URLs.

<h4>PowerWP Blogger Template Responsive View</h4>

This theme is compatible with every device from Desktop to Phones.

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/07/Responsive-View-PowerWP-Blogger-Template.jpg" alt="Responsive View - PowerWP Blogger Template" width="700" height="416" class="alignnone size-full wp-image-7029" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/powerwp-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Olsen Light Blogger Template</title>
		<link>https://newbloggerthemes.com/olsen-light-blogger-template/</link>
					<comments>https://newbloggerthemes.com/olsen-light-blogger-template/#comments</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Mon, 08 Jul 2024 05:23:48 +0000</pubDate>
				<category><![CDATA[1 Column Footer]]></category>
		<category><![CDATA[1 Sidebar]]></category>
		<category><![CDATA[2 Columns]]></category>
		<category><![CDATA[Adapted from Wordpress]]></category>
		<category><![CDATA[Black]]></category>
		<category><![CDATA[Color Options]]></category>
		<category><![CDATA[Fixed width]]></category>
		<category><![CDATA[Magazine]]></category>
		<category><![CDATA[Minimalist]]></category>
		<category><![CDATA[Photolog]]></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[Paid Themes]]></category>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=4064</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2016/03/Olsen-Light-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Olsen Light Blogger Theme" decoding="async" loading="lazy" /></p>Olsen Light is a clean and elegant, fully responsive, search engine optimized, minimal, 2 columns blogging theme for fashion blogs or other. It is template designer compatible, which means you can change fonts (many beautiful fonts) and colors (unlimited colors) very easily without having any knowledge about coding. Olsen Light blogger template has a footer widgets section, right sidebar, web fonts, unlimited colors, icon fonts, background image support, related posts with thumbnails, clean social buttons, sharing buttons, top and bottom navigation menus, auto post summaries on homepage, custom about me widget, scroll to top button and more.

[purchase_link id="4077" text="Purchase - Olsen Light Blogger Template" style="button" color="blue"]

It is 100% Responsive: <a href="https://www.google.com/webmasters/tools/mobile-friendly/?url=http%3A%2F%2Folsen-light-nbt.blogspot.com%2F" target="_blank" rel="nofollow noopener" style="text-decoration:underline;">Check Mobile Friendly</a>

It has search engine friendly data: <a href="https://developers.google.com/structured-data/testing-tool?url=http%253A%252F%252Folsen-light-nbt.blogspot.com%252F" target="_blank" rel="nofollow noopener" style="text-decoration:underline;">Check SEO Friendly</a>

<h4>How To Configure Top Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2016/03/Top-Navigation-Menu-Olsen-Light-Blogger-Template.jpg" alt="Top Navigation Menu - Olsen Light Blogger Template" width="620" height="187" class="alignnone size-full wp-image-4072" />

Find this in "Edit HTML":

<pre>&lt;ul class='navigationnbt'&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/2016/03/Social-Buttons-Olsen-Light-Blogger-Template.jpg" alt="Social Buttons - Olsen Light Blogger Template" width="328" height="42" class="alignnone size-full wp-image-4071" />

Find this in "Edit HTML":

<pre>&lt;ul class='socialsnbt'&gt;
&lt;li&gt;&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;&lt;i 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 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 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 class='fa fa-pinterest'/&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;i class='fa fa-linkedin'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'&gt;&lt;i class='fa fa-instagram'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.youtube.com/' rel='nofollow' target='_blank' title='Youtube'&gt;&lt;i class='fa fa-youtube-square'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.tumblr.com/' rel='nofollow' target='_blank' title='Tumblr'&gt;&lt;i class='fa fa-tumblr'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a expr:href='data:blog.homepageUrl + &amp;quot;feeds/posts/default&amp;quot;' target='_blank' title='RSS'&gt;&lt;i class='fa fa-rss'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</pre>

Note: You will find above code twice. (for top and bottom social icons)

Add your own social links replacing default social profile URLs.

<h4>How To Configure About Me Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2016/03/About-Me-Widget-Olsen-Light-Blogger-Template.jpg" alt="About Me Widget - Olsen Light Blogger Template" width="310" height="431" class="alignnone size-full wp-image-4068" />

Find this in "Edit HTML":

<pre>&lt;div class='widget widget_aboutmenbt'&gt;
&lt;h2&gt;ABOUT ME&lt;/h2&gt;
&lt;div class='widget_aboutnbt groupnbt'&gt;
&lt;p&gt;&lt;img class='img-round' src='https://4.bp.blogspot.com/-dIhDjSCy3Mc/VtjmVsqFXZI/AAAAAAAARQc/mBO8jevj1-4/s1600/aboutme-image.jpg'/&gt;&lt;/p&gt;
&lt;p&gt;Wes Anderson banjo you probably haven&amp;#8217;t deep v kale chips Kickstarter viral. Swag meggings disrupt. Meditation flexitarian authentic organic, you probably haven&amp;#8217;t heard of them taxidermy.&lt;/p&gt;
&lt;p class='widget_about_sig'&gt;XOXO &lt;img height='36' src='https://3.bp.blogspot.com/-HtYKZvf6N9I/VtjmVjIhfwI/AAAAAAAARQg/4z4g7W85Hfc/s1600/about_me_signature.png' width='170'/&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;</pre>

Replace "https://4.bp.blogspot.com/-dIhDjSCy3Mc/VtjmVsqFXZI/AAAAAAAARQc/mBO8jevj1-4/s1600/aboutme-image.jpg" with your own image address.
Replace "https://3.bp.blogspot.com/-HtYKZvf6N9I/VtjmVjIhfwI/AAAAAAAARQg/4z4g7W85Hfc/s1600/about_me_signature.png" with your signature image address.
Also replace the description of the about me widget.

<h4>How To Configure Social Me WIdget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2016/03/Sidebar-Social-Widget-Olsen-Light-Blogger-Template.jpg" alt="Sidebar Social Widget - Olsen Light Blogger Template" width="304" height="162" class="alignnone size-full wp-image-4070" />

Find this code:

<pre>&lt;div class='widget widget_socialsnbt'&gt;
&lt;h2&gt;SOCIAL ME&lt;/h2&gt;
&lt;ul class='socialsnbt'&gt;
&lt;li&gt;&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;&lt;i 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 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 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 class='fa fa-pinterest'/&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;i class='fa fa-linkedin'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'&gt;&lt;i class='fa fa-instagram'/&gt;&lt;/a&gt;&lt;/li&gt;
...
&lt;/ul&gt;
&lt;/div&gt;</pre>

Add your own social links replacing current social profile URLs.

<h4>How To Add Links to Bottom Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2016/03/Bottom-Navigation-Menu-Olsen-Light-Blogger-Template.jpg" alt="Bottom Navigation Menu - Olsen Light Blogger Template" width="500" height="60" class="alignnone size-full wp-image-4075" />

Go to "Layout". Click on "Edit" link of "Edit This Menu" widget.

Read more: <a href="https://newbloggerthemes.com/blog/how-to-configure-linklist-menu-widget/" target="_blank" rel="noopener">https://newbloggerthemes.com/blog/how-to-configure-linklist-menu-widget/</a>

Now add your links to that link list widget.

<h4>Olsen Light Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2016/03/Responsive-View-Olsen-Light-Blogger-Template.jpg" alt="Responsive View - Olsen Light Blogger Template" width="700" height="416" class="alignnone size-full wp-image-4069" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2016/03/Olsen-Light-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Olsen Light Blogger Theme" decoding="async" loading="lazy" /></p>Olsen Light is a clean and elegant, fully responsive, search engine optimized, minimal, 2 columns blogging theme for fashion blogs or other. It is template designer compatible, which means you can change fonts (many beautiful fonts) and colors (unlimited colors) very easily without having any knowledge about coding. Olsen Light blogger template has a footer widgets section, right sidebar, web fonts, unlimited colors, icon fonts, background image support, related posts with thumbnails, clean social buttons, sharing buttons, top and bottom navigation menus, auto post summaries on homepage, custom about me widget, scroll to top button and more.

[purchase_link id="4077" text="Purchase - Olsen Light Blogger Template" style="button" color="blue"]

It is 100% Responsive: <a href="https://www.google.com/webmasters/tools/mobile-friendly/?url=http%3A%2F%2Folsen-light-nbt.blogspot.com%2F" target="_blank" rel="nofollow noopener" style="text-decoration:underline;">Check Mobile Friendly</a>

It has search engine friendly data: <a href="https://developers.google.com/structured-data/testing-tool?url=http%253A%252F%252Folsen-light-nbt.blogspot.com%252F" target="_blank" rel="nofollow noopener" style="text-decoration:underline;">Check SEO Friendly</a>

<h4>How To Configure Top Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2016/03/Top-Navigation-Menu-Olsen-Light-Blogger-Template.jpg" alt="Top Navigation Menu - Olsen Light Blogger Template" width="620" height="187" class="alignnone size-full wp-image-4072" />

Find this in "Edit HTML":

<pre>&lt;ul class='navigationnbt'&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/2016/03/Social-Buttons-Olsen-Light-Blogger-Template.jpg" alt="Social Buttons - Olsen Light Blogger Template" width="328" height="42" class="alignnone size-full wp-image-4071" />

Find this in "Edit HTML":

<pre>&lt;ul class='socialsnbt'&gt;
&lt;li&gt;&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;&lt;i 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 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 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 class='fa fa-pinterest'/&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;i class='fa fa-linkedin'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'&gt;&lt;i class='fa fa-instagram'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.youtube.com/' rel='nofollow' target='_blank' title='Youtube'&gt;&lt;i class='fa fa-youtube-square'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.tumblr.com/' rel='nofollow' target='_blank' title='Tumblr'&gt;&lt;i class='fa fa-tumblr'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a expr:href='data:blog.homepageUrl + &amp;quot;feeds/posts/default&amp;quot;' target='_blank' title='RSS'&gt;&lt;i class='fa fa-rss'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</pre>

Note: You will find above code twice. (for top and bottom social icons)

Add your own social links replacing default social profile URLs.

<h4>How To Configure About Me Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2016/03/About-Me-Widget-Olsen-Light-Blogger-Template.jpg" alt="About Me Widget - Olsen Light Blogger Template" width="310" height="431" class="alignnone size-full wp-image-4068" />

Find this in "Edit HTML":

<pre>&lt;div class='widget widget_aboutmenbt'&gt;
&lt;h2&gt;ABOUT ME&lt;/h2&gt;
&lt;div class='widget_aboutnbt groupnbt'&gt;
&lt;p&gt;&lt;img class='img-round' src='https://4.bp.blogspot.com/-dIhDjSCy3Mc/VtjmVsqFXZI/AAAAAAAARQc/mBO8jevj1-4/s1600/aboutme-image.jpg'/&gt;&lt;/p&gt;
&lt;p&gt;Wes Anderson banjo you probably haven&amp;#8217;t deep v kale chips Kickstarter viral. Swag meggings disrupt. Meditation flexitarian authentic organic, you probably haven&amp;#8217;t heard of them taxidermy.&lt;/p&gt;
&lt;p class='widget_about_sig'&gt;XOXO &lt;img height='36' src='https://3.bp.blogspot.com/-HtYKZvf6N9I/VtjmVjIhfwI/AAAAAAAARQg/4z4g7W85Hfc/s1600/about_me_signature.png' width='170'/&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;</pre>

Replace "https://4.bp.blogspot.com/-dIhDjSCy3Mc/VtjmVsqFXZI/AAAAAAAARQc/mBO8jevj1-4/s1600/aboutme-image.jpg" with your own image address.
Replace "https://3.bp.blogspot.com/-HtYKZvf6N9I/VtjmVjIhfwI/AAAAAAAARQg/4z4g7W85Hfc/s1600/about_me_signature.png" with your signature image address.
Also replace the description of the about me widget.

<h4>How To Configure Social Me WIdget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2016/03/Sidebar-Social-Widget-Olsen-Light-Blogger-Template.jpg" alt="Sidebar Social Widget - Olsen Light Blogger Template" width="304" height="162" class="alignnone size-full wp-image-4070" />

Find this code:

<pre>&lt;div class='widget widget_socialsnbt'&gt;
&lt;h2&gt;SOCIAL ME&lt;/h2&gt;
&lt;ul class='socialsnbt'&gt;
&lt;li&gt;&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;&lt;i 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 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 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 class='fa fa-pinterest'/&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;i class='fa fa-linkedin'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'&gt;&lt;i class='fa fa-instagram'/&gt;&lt;/a&gt;&lt;/li&gt;
...
&lt;/ul&gt;
&lt;/div&gt;</pre>

Add your own social links replacing current social profile URLs.

<h4>How To Add Links to Bottom Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2016/03/Bottom-Navigation-Menu-Olsen-Light-Blogger-Template.jpg" alt="Bottom Navigation Menu - Olsen Light Blogger Template" width="500" height="60" class="alignnone size-full wp-image-4075" />

Go to "Layout". Click on "Edit" link of "Edit This Menu" widget.

Read more: <a href="https://newbloggerthemes.com/blog/how-to-configure-linklist-menu-widget/" target="_blank" rel="noopener">https://newbloggerthemes.com/blog/how-to-configure-linklist-menu-widget/</a>

Now add your links to that link list widget.

<h4>Olsen Light Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2016/03/Responsive-View-Olsen-Light-Blogger-Template.jpg" alt="Responsive View - Olsen Light Blogger Template" width="700" height="416" class="alignnone size-full wp-image-4069" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/olsen-light-blogger-template/feed/</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
		<item>
		<title>Telegraph Blogger Template</title>
		<link>https://newbloggerthemes.com/telegraph-blogger-template/</link>
					<comments>https://newbloggerthemes.com/telegraph-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Wed, 26 Jun 2024 14:56:17 +0000</pubDate>
				<category><![CDATA[1 Sidebar]]></category>
		<category><![CDATA[2 Columns]]></category>
		<category><![CDATA[4 Columns Footer]]></category>
		<category><![CDATA[Adapted from Wordpress]]></category>
		<category><![CDATA[Black]]></category>
		<category><![CDATA[Color Options]]></category>
		<category><![CDATA[Featured Section]]></category>
		<category><![CDATA[Magazine]]></category>
		<category><![CDATA[Minimalist]]></category>
		<category><![CDATA[Photolog]]></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[Paid Themes]]></category>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=6378</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Telegraph-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Telegraph Blogger Theme" decoding="async" loading="lazy" /></p>Telegraph is a clean and attractive, SEO ready, template designer compatible, 100% responsive, premium blogger theme that works well on any device. Telegraph Blogger Template has color and font options, 2 featured posts area auto post summaries, related posts with thumbnails, social profile widget, post share buttons, multi-level navigation menu, right sidebar, 4 columns footer widgets area and more.

<h4>Telegraph Theme Features</h4>
<ul>
<li>Fully Responsive (Mobile Friendly)</li>
<li>Optimized for Search Engines</li>
<li>Colors Options / Unlimited Colors</li>
<li>Fonts Options / Hundreds of Fonts</li>
<li>Top Multi-level Navigation Menu</li>
<li>Top and Bottom Featured Posts Widgets</li>
<li>Related Posts with Thumbnails</li>
<li>Automatic Posts Summaries</li>
<li>Social Profile Widget</li>
<li>Post Share Buttons</li>
<li>Facebook and Twitter Meta Data Included</li>
<li>Structured Data Included</li>
<li>4 Columns Footer</li>
<li>Many More Features...</li>
</ul>

<h4>How To Configure Top Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Navigation-Menu-Telegraph-Blogger-Template.jpg" alt="Navigation Menu - Telegraph Blogger Template" width="650" height="248" class="alignnone size-full wp-image-6382" />

Find this in "Edit HTML":

<pre>&lt;ul class='menu tg-nav-menu menu-primary' id='menu-primary-navigation'&gt;

&lt;li class='menu-item'&gt;&lt;a expr:href='data:blog.homepageUrl'&gt;Home&lt;/a&gt;&lt;/li&gt;

&lt;li class='menu-item menu-item-has-children'&gt;&lt;a href='#'&gt;Business&lt;/a&gt;
&lt;ul class='sub-menu'&gt;
&lt;li class='menu-item'&gt;&lt;a href='#'&gt;Internet&lt;/a&gt;&lt;/li&gt;
&lt;li class='menu-item'&gt;&lt;a href='#'&gt;Market&lt;/a&gt;&lt;/li&gt;
&lt;li class='menu-item'&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 Top Featured Posts Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Top-Featured-Posts-Telegraph-Blogger-Template.jpg" alt="Top Featured Posts - Telegraph Blogger Template" width="1172" height="592" class="alignnone size-full wp-image-6385" />

This widget automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "Top Featured Posts Widget" widget and add this code:

<pre>&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=showtopfeaturedbposts'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;script src='<span style="color: #ff0000;">https://telegraph-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Web Design</span>?alt=json-in-script&amp;amp;callback=showtopfeaturedbposts'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure Bottom Featured Posts Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Bottom-Featured-Posts-Widget-Telegraph-Blogger-Template.jpg" alt="Bottom Featured Posts Widget - Telegraph Blogger Template" width="700" height="153" class="alignnone size-full wp-image-6381" />

This widget automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "Bottom Featured Posts Widget" widget and add this code:

<pre>&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=showbotfeaturedbposts'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;script src='<span style="color: #ff0000;">https://telegraph-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Sports</span>?alt=json-in-script&amp;amp;callback=showbotfeaturedbposts'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure Social Profile Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Social-Profiles-Widget-Telegraph-Blogger-Template.jpg" alt="Social Profiles Widget - Telegraph Blogger Template" width="327" height="143" class="alignnone size-full wp-image-6384" />

Find this in "Edit HTML":

<pre>&lt;div class='widget tg_widget_social'&gt;
&lt;h2&gt;Follow &amp;amp; Subscribe&lt;/h2&gt;
&lt;ul&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;
&lt;/div&gt;</pre>

Add your own social links replacing default social profile URLs.

<h4>Telegraph Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Responsive-View-Telegraph-Blogger-Template.jpg" alt="Responsive View - Telegraph Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6383" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Telegraph-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Telegraph Blogger Theme" decoding="async" loading="lazy" /></p>Telegraph is a clean and attractive, SEO ready, template designer compatible, 100% responsive, premium blogger theme that works well on any device. Telegraph Blogger Template has color and font options, 2 featured posts area auto post summaries, related posts with thumbnails, social profile widget, post share buttons, multi-level navigation menu, right sidebar, 4 columns footer widgets area and more.

<h4>Telegraph Theme Features</h4>
<ul>
<li>Fully Responsive (Mobile Friendly)</li>
<li>Optimized for Search Engines</li>
<li>Colors Options / Unlimited Colors</li>
<li>Fonts Options / Hundreds of Fonts</li>
<li>Top Multi-level Navigation Menu</li>
<li>Top and Bottom Featured Posts Widgets</li>
<li>Related Posts with Thumbnails</li>
<li>Automatic Posts Summaries</li>
<li>Social Profile Widget</li>
<li>Post Share Buttons</li>
<li>Facebook and Twitter Meta Data Included</li>
<li>Structured Data Included</li>
<li>4 Columns Footer</li>
<li>Many More Features...</li>
</ul>

<h4>How To Configure Top Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Navigation-Menu-Telegraph-Blogger-Template.jpg" alt="Navigation Menu - Telegraph Blogger Template" width="650" height="248" class="alignnone size-full wp-image-6382" />

Find this in "Edit HTML":

<pre>&lt;ul class='menu tg-nav-menu menu-primary' id='menu-primary-navigation'&gt;

&lt;li class='menu-item'&gt;&lt;a expr:href='data:blog.homepageUrl'&gt;Home&lt;/a&gt;&lt;/li&gt;

&lt;li class='menu-item menu-item-has-children'&gt;&lt;a href='#'&gt;Business&lt;/a&gt;
&lt;ul class='sub-menu'&gt;
&lt;li class='menu-item'&gt;&lt;a href='#'&gt;Internet&lt;/a&gt;&lt;/li&gt;
&lt;li class='menu-item'&gt;&lt;a href='#'&gt;Market&lt;/a&gt;&lt;/li&gt;
&lt;li class='menu-item'&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 Top Featured Posts Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Top-Featured-Posts-Telegraph-Blogger-Template.jpg" alt="Top Featured Posts - Telegraph Blogger Template" width="1172" height="592" class="alignnone size-full wp-image-6385" />

This widget automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "Top Featured Posts Widget" widget and add this code:

<pre>&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=showtopfeaturedbposts'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;script src='<span style="color: #ff0000;">https://telegraph-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Web Design</span>?alt=json-in-script&amp;amp;callback=showtopfeaturedbposts'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure Bottom Featured Posts Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Bottom-Featured-Posts-Widget-Telegraph-Blogger-Template.jpg" alt="Bottom Featured Posts Widget - Telegraph Blogger Template" width="700" height="153" class="alignnone size-full wp-image-6381" />

This widget automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "Bottom Featured Posts Widget" widget and add this code:

<pre>&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=showbotfeaturedbposts'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;script src='<span style="color: #ff0000;">https://telegraph-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Sports</span>?alt=json-in-script&amp;amp;callback=showbotfeaturedbposts'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure Social Profile Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Social-Profiles-Widget-Telegraph-Blogger-Template.jpg" alt="Social Profiles Widget - Telegraph Blogger Template" width="327" height="143" class="alignnone size-full wp-image-6384" />

Find this in "Edit HTML":

<pre>&lt;div class='widget tg_widget_social'&gt;
&lt;h2&gt;Follow &amp;amp; Subscribe&lt;/h2&gt;
&lt;ul&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;
&lt;/div&gt;</pre>

Add your own social links replacing default social profile URLs.

<h4>Telegraph Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Responsive-View-Telegraph-Blogger-Template.jpg" alt="Responsive View - Telegraph Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6383" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/telegraph-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>NewsAnchor Blogger Template</title>
		<link>https://newbloggerthemes.com/newsanchor-blogger-template/</link>
					<comments>https://newbloggerthemes.com/newsanchor-blogger-template/#comments</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Wed, 26 Jun 2024 03:22:47 +0000</pubDate>
				<category><![CDATA[1 Sidebar]]></category>
		<category><![CDATA[2 Columns]]></category>
		<category><![CDATA[3 Columns Footer]]></category>
		<category><![CDATA[Adapted from Wordpress]]></category>
		<category><![CDATA[Black]]></category>
		<category><![CDATA[Blue]]></category>
		<category><![CDATA[Color Options]]></category>
		<category><![CDATA[Featured Section]]></category>
		<category><![CDATA[Header Banner]]></category>
		<category><![CDATA[Magazine]]></category>
		<category><![CDATA[Premium]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Right Sidebar]]></category>
		<category><![CDATA[Slider]]></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=6426</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/08/NewsAnchor-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="NewsAnchor Blogger Theme" decoding="async" loading="lazy" /></p>NewsAnchor is an easy to use, responsive/mobile friendly, search engine optimized, magazine blogger theme, great for online news sites that want to have a fresh and modern look. NewsAnchor Blogger Template is Template Designer compatible, so you can change colors, fonts and background image within few seconds. It has 2 featured posts sliders, 3 featured posts area, color and font options, auto post summaries, related posts with thumbnails, header social buttons, social profile widget, post share buttons, multi-level navigation menu, right sidebar, 3 columns footer widgets area, scroll to top button and more. NewsAnchor blogger is using Twitter Bootstrap to display your site responsively on any type of monitors, tabs and mobile phones.

<h4>NewsAnchor Theme Features</h4>
<ul>
<li>100% Responsive / Mobile Friendly</li>
<li>Optimized for Search Engines</li>
<li>Colors Options / Unlimited Colors</li>
<li>Fonts Options / Hundreds of Fonts</li>
<li>Background Image Support</li>
<li>Top Multi-level Navigation Menu</li>
<li>2 Featured Posts Sliders</li>
<li>3 Featured Posts Area</li>
<li>Related Posts with Thumbnails</li>
<li>Automatic Posts Summaries</li>
<li>Header Social Icons</li>
<li>Social Profile Widget</li>
<li>Post Share Buttons</li>
<li>Facebook and Twitter Meta Data Included</li>
<li>Structured Data Included</li>
<li>3 Columns Footer</li>
<li>Many More Features...</li>
</ul>

<h4>How To Configure Top Social Buttons</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Top-Social-Buttons-NewsAnchor-Blogger-Template.jpg" alt="Top Social Buttons - NewsAnchor Blogger Template" width="470" height="48" class="alignnone size-full wp-image-6436" />

Find this in "Edit HTML":

<pre>&lt;ul class='clearfix' id='menu-socialnbt'&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;li&gt;&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'&gt;&lt;span class='screen-reader-text'&gt;Instagram&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 Configure Top Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Navigation-Menu-NewsAnchor-Blogger-Template.jpg" alt="Navigation Menu - NewsAnchor Blogger Template" width="735" height="240" class="alignnone size-full wp-image-6428" />

Find this in "Edit HTML":

<pre>&lt;nav class='mainnavnbt' id='mainnavnbt' itemscope='itemscope' itemtype='http://schema.org/SiteNavigationElement' role='navigation'&gt;
&lt;ul class='clearfix' 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;
&lt;/nav&gt;&lt;!-- /nav --&gt;</pre>

Replace "#" marks with real URLs and change anchor texts as you like.

<h4>How To Configure Slider 1 Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Slider-1-NewsAnchor-Blogger-Template.jpg" alt="Slider 1 - NewsAnchor Blogger Template" width="1140" height="248" class="alignnone size-full wp-image-6433" />

This widget automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "Slider 1 Widget" widget and add this code:

<pre>&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=slideronebposts'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;script src='<span style="color: #ff0000;">https://newsanchor-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Graphic Design</span>?alt=json-in-script&amp;amp;callback=slideronebposts'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure Slider 2 Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Slider-2-NewsAnchor-Blogger-Template.jpg" alt="Slider 2 - NewsAnchor Blogger Template" width="758" height="304" class="alignnone size-full wp-image-6434" />

This widget automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "Slider 2 Widget" widget and add this code:

<pre>&lt;h4 class=&quot;news-block-title&quot;&gt;<span style="color: #FF9800;">NEWS-BLOCK-TITLE</span>&lt;/h4&gt;
&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=slidertwobposts'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #FF9800;">NEWS-BLOCK-TITLE</span>" with any title you need.
Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;h4 class=&quot;news-block-title&quot;&gt;<span style="color: #FF9800;">News</span>&lt;/h4&gt;
&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Movies</span>?alt=json-in-script&amp;amp;callback=slidertwobposts'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure News Block 1 Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/News-Block-1-NewsAnchor-Blogger-Template.jpg" alt="News Block 1 - NewsAnchor Blogger Template" width="762" height="495" class="alignnone size-full wp-image-6429" />

This widget automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "News Block 1 Widget" widget and add this code:

<pre>&lt;h4 class=&quot;news-block-title&quot;&gt;<span style="color: #FF9800;">NEWS-BLOCK-TITLE</span>&lt;/h4&gt;
&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=newsblockareaone'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #FF9800;">NEWS-BLOCK-TITLE</span>" with any title you need.
Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;h4 class=&quot;news-block-title&quot;&gt;<span style="color: #FF9800;">Web Design</span>&lt;/h4&gt;
&lt;script src='<span style="color: #ff0000;">https://newsanchor-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Web Design</span>?alt=json-in-script&amp;amp;callback=newsblockareaone'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure News Block 2 / News Block 3 Widgets</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/News-Block-2-and-3-NewsAnchor-Blogger-Template.jpg" alt="News Block 2 and 3 - NewsAnchor Blogger Template" width="762" height="753" class="alignnone size-full wp-image-6430" />

News Block 2 Widget automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "News Block 2 Widget" widget and add this code:

<pre>&lt;h4 class=&quot;news-block-title&quot;&gt;<span style="color: #FF9800;">NEWS-BLOCK-TITLE</span>&lt;/h4&gt;
&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=newsblockareatwo'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #FF9800;">NEWS-BLOCK-TITLE</span>" with any title you need.
Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;h4 class=&quot;news-block-title&quot;&gt;<span style="color: #FF9800;">Motion Design</span>&lt;/h4&gt;
&lt;script src='<span style="color: #ff0000;">https://newsanchor-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Motion Design</span>?alt=json-in-script&amp;amp;callback=newsblockareatwo'/&gt;&lt;/script&gt;</pre>

News Block 3 Widget also automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "News Block 3 Widget" widget and add this code:

<pre>&lt;h4 class=&quot;news-block-title&quot;&gt;<span style="color: #FF9800;">NEWS-BLOCK-TITLE</span>&lt;/h4&gt;
&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=newsblockareathree'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #FF9800;">NEWS-BLOCK-TITLE</span>" with any title you need.
Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;h4 class=&quot;news-block-title&quot;&gt;<span style="color: #FF9800;">Print Design</span>&lt;/h4&gt;
&lt;script src='<span style="color: #ff0000;">https://newsanchor-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Print Design</span>?alt=json-in-script&amp;amp;callback=newsblockareathree'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure Social Profile Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Social-Profile-Widget-NewsAnchor-Blogger-Template.jpg" alt="Social Profile Widget - NewsAnchor Blogger Template" width="379" height="156" class="alignnone size-full wp-image-6435" />

Find this in "Edit HTML":

<pre>&lt;div class='widget newsanchor_widget_social'&gt;
&lt;h2&gt;Follow &amp;amp; Subscribe&lt;/h2&gt;
&lt;ul&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;li&gt;&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'&gt;&lt;span class='screen-reader-text'&gt;Instagram&lt;/span&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>NewsAnchor Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Responsive-View-NewsAnchor-Blogger-Template.jpg" alt="Responsive View - NewsAnchor Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6432" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/08/NewsAnchor-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="NewsAnchor Blogger Theme" decoding="async" loading="lazy" /></p>NewsAnchor is an easy to use, responsive/mobile friendly, search engine optimized, magazine blogger theme, great for online news sites that want to have a fresh and modern look. NewsAnchor Blogger Template is Template Designer compatible, so you can change colors, fonts and background image within few seconds. It has 2 featured posts sliders, 3 featured posts area, color and font options, auto post summaries, related posts with thumbnails, header social buttons, social profile widget, post share buttons, multi-level navigation menu, right sidebar, 3 columns footer widgets area, scroll to top button and more. NewsAnchor blogger is using Twitter Bootstrap to display your site responsively on any type of monitors, tabs and mobile phones.

<h4>NewsAnchor Theme Features</h4>
<ul>
<li>100% Responsive / Mobile Friendly</li>
<li>Optimized for Search Engines</li>
<li>Colors Options / Unlimited Colors</li>
<li>Fonts Options / Hundreds of Fonts</li>
<li>Background Image Support</li>
<li>Top Multi-level Navigation Menu</li>
<li>2 Featured Posts Sliders</li>
<li>3 Featured Posts Area</li>
<li>Related Posts with Thumbnails</li>
<li>Automatic Posts Summaries</li>
<li>Header Social Icons</li>
<li>Social Profile Widget</li>
<li>Post Share Buttons</li>
<li>Facebook and Twitter Meta Data Included</li>
<li>Structured Data Included</li>
<li>3 Columns Footer</li>
<li>Many More Features...</li>
</ul>

<h4>How To Configure Top Social Buttons</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Top-Social-Buttons-NewsAnchor-Blogger-Template.jpg" alt="Top Social Buttons - NewsAnchor Blogger Template" width="470" height="48" class="alignnone size-full wp-image-6436" />

Find this in "Edit HTML":

<pre>&lt;ul class='clearfix' id='menu-socialnbt'&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;li&gt;&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'&gt;&lt;span class='screen-reader-text'&gt;Instagram&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 Configure Top Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Navigation-Menu-NewsAnchor-Blogger-Template.jpg" alt="Navigation Menu - NewsAnchor Blogger Template" width="735" height="240" class="alignnone size-full wp-image-6428" />

Find this in "Edit HTML":

<pre>&lt;nav class='mainnavnbt' id='mainnavnbt' itemscope='itemscope' itemtype='http://schema.org/SiteNavigationElement' role='navigation'&gt;
&lt;ul class='clearfix' 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;
&lt;/nav&gt;&lt;!-- /nav --&gt;</pre>

Replace "#" marks with real URLs and change anchor texts as you like.

<h4>How To Configure Slider 1 Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Slider-1-NewsAnchor-Blogger-Template.jpg" alt="Slider 1 - NewsAnchor Blogger Template" width="1140" height="248" class="alignnone size-full wp-image-6433" />

This widget automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "Slider 1 Widget" widget and add this code:

<pre>&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=slideronebposts'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;script src='<span style="color: #ff0000;">https://newsanchor-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Graphic Design</span>?alt=json-in-script&amp;amp;callback=slideronebposts'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure Slider 2 Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Slider-2-NewsAnchor-Blogger-Template.jpg" alt="Slider 2 - NewsAnchor Blogger Template" width="758" height="304" class="alignnone size-full wp-image-6434" />

This widget automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "Slider 2 Widget" widget and add this code:

<pre>&lt;h4 class=&quot;news-block-title&quot;&gt;<span style="color: #FF9800;">NEWS-BLOCK-TITLE</span>&lt;/h4&gt;
&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=slidertwobposts'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #FF9800;">NEWS-BLOCK-TITLE</span>" with any title you need.
Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;h4 class=&quot;news-block-title&quot;&gt;<span style="color: #FF9800;">News</span>&lt;/h4&gt;
&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Movies</span>?alt=json-in-script&amp;amp;callback=slidertwobposts'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure News Block 1 Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/News-Block-1-NewsAnchor-Blogger-Template.jpg" alt="News Block 1 - NewsAnchor Blogger Template" width="762" height="495" class="alignnone size-full wp-image-6429" />

This widget automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "News Block 1 Widget" widget and add this code:

<pre>&lt;h4 class=&quot;news-block-title&quot;&gt;<span style="color: #FF9800;">NEWS-BLOCK-TITLE</span>&lt;/h4&gt;
&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=newsblockareaone'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #FF9800;">NEWS-BLOCK-TITLE</span>" with any title you need.
Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;h4 class=&quot;news-block-title&quot;&gt;<span style="color: #FF9800;">Web Design</span>&lt;/h4&gt;
&lt;script src='<span style="color: #ff0000;">https://newsanchor-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Web Design</span>?alt=json-in-script&amp;amp;callback=newsblockareaone'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure News Block 2 / News Block 3 Widgets</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/News-Block-2-and-3-NewsAnchor-Blogger-Template.jpg" alt="News Block 2 and 3 - NewsAnchor Blogger Template" width="762" height="753" class="alignnone size-full wp-image-6430" />

News Block 2 Widget automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "News Block 2 Widget" widget and add this code:

<pre>&lt;h4 class=&quot;news-block-title&quot;&gt;<span style="color: #FF9800;">NEWS-BLOCK-TITLE</span>&lt;/h4&gt;
&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=newsblockareatwo'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #FF9800;">NEWS-BLOCK-TITLE</span>" with any title you need.
Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;h4 class=&quot;news-block-title&quot;&gt;<span style="color: #FF9800;">Motion Design</span>&lt;/h4&gt;
&lt;script src='<span style="color: #ff0000;">https://newsanchor-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Motion Design</span>?alt=json-in-script&amp;amp;callback=newsblockareatwo'/&gt;&lt;/script&gt;</pre>

News Block 3 Widget also automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "News Block 3 Widget" widget and add this code:

<pre>&lt;h4 class=&quot;news-block-title&quot;&gt;<span style="color: #FF9800;">NEWS-BLOCK-TITLE</span>&lt;/h4&gt;
&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=newsblockareathree'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #FF9800;">NEWS-BLOCK-TITLE</span>" with any title you need.
Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;h4 class=&quot;news-block-title&quot;&gt;<span style="color: #FF9800;">Print Design</span>&lt;/h4&gt;
&lt;script src='<span style="color: #ff0000;">https://newsanchor-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Print Design</span>?alt=json-in-script&amp;amp;callback=newsblockareathree'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure Social Profile Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Social-Profile-Widget-NewsAnchor-Blogger-Template.jpg" alt="Social Profile Widget - NewsAnchor Blogger Template" width="379" height="156" class="alignnone size-full wp-image-6435" />

Find this in "Edit HTML":

<pre>&lt;div class='widget newsanchor_widget_social'&gt;
&lt;h2&gt;Follow &amp;amp; Subscribe&lt;/h2&gt;
&lt;ul&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;li&gt;&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'&gt;&lt;span class='screen-reader-text'&gt;Instagram&lt;/span&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>NewsAnchor Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/08/Responsive-View-NewsAnchor-Blogger-Template.jpg" alt="Responsive View - NewsAnchor Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6432" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/newsanchor-blogger-template/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>BlogZone Blogger Template</title>
		<link>https://newbloggerthemes.com/blogzone-blogger-template/</link>
					<comments>https://newbloggerthemes.com/blogzone-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Wed, 26 Jun 2024 02:50:57 +0000</pubDate>
				<category><![CDATA[1 Sidebar]]></category>
		<category><![CDATA[2 Columns]]></category>
		<category><![CDATA[4 Columns Footer]]></category>
		<category><![CDATA[Adapted from Wordpress]]></category>
		<category><![CDATA[Blue]]></category>
		<category><![CDATA[Color Options]]></category>
		<category><![CDATA[Featured Section]]></category>
		<category><![CDATA[Grey]]></category>
		<category><![CDATA[Header Banner]]></category>
		<category><![CDATA[Magazine]]></category>
		<category><![CDATA[Premium]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Right Sidebar]]></category>
		<category><![CDATA[Slider]]></category>
		<category><![CDATA[Top Navigation Bar]]></category>
		<category><![CDATA[White]]></category>
		<category><![CDATA[Paid Themes]]></category>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=6511</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/09/BlogZone-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="BlogZone Blogger Theme" decoding="async" loading="lazy" /></p>BlogZone is modern and clean, 100% responsive, search engine friendly blogger theme. It is Template Designer compatible, so you can change background image, colors and fonts without editing codes. BlogZone Blogger Template has a featured posts slider, featured posts area, clean post summaries on homepage, related posts with thumbnails, social profile widget, post share buttons, multi-level navigation menu, right sidebar, 4 columns footer, scroll-to-top button and more.

<h4>BlogZone Theme Features</h4>
<ul>
<li>Fully Responsive Layout</li>
<li>Optimized for Search Engines</li>
<li>Colors Options / Unlimited Colors</li>
<li>Fonts Options / Hundreds of Fonts</li>
<li>Background Image Support</li>
<li>Multi-level Navigation Menu</li>
<li>Featured Posts Slider</li>
<li>Featured Posts Area</li>
<li>Related Posts with Thumbnails</li>
<li>Automatic Posts Summaries</li>
<li>Social Profile 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 Configure Main Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/09/Navigation-Menu-BlogZone-Blogger-Template.jpg" alt="Navigation Menu - BlogZone Blogger Template" width="700" height="301" class="alignnone size-full wp-image-6515" />

Find this in "Edit HTML":

<pre>&lt;ul class='blogzone-menu' id='blogzone-primary-menu'&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 Top Social Buttons</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/09/Top-Social-Buttons-BlogZone-Blogger-Template.jpg" alt="Top Social Buttons - BlogZone Blogger Template" width="327" height="74" class="alignnone size-full wp-image-6519" />

Find this in "Edit HTML":

<pre>&lt;div class='blogzone-social-widgets'&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'&gt;Facebook&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'&gt;GooglePlus&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'&gt;Pinterest&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.linkedin.com/' rel='nofollow' target='_blank' title='Linkedin'&gt;Linkedin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'&gt;Instagram&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.youtube.com/' rel='nofollow' target='_blank' title='Youtube'&gt;Youtube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://github.com/' rel='nofollow' target='_blank' title='Github'&gt;Github&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='mailto:123@abc.com' rel='nofollow' target='_blank' title='Contact'&gt;Contact&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a expr:href='data:blog.homepageUrl + &amp;quot;feeds/posts/default&amp;quot;' target='_blank' title='RSS'&gt;RSS&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 Configure Featured Posts Slider</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/09/Slider-BlogZone-Blogger-Template.jpg" alt="Slider - BlogZone Blogger Template" width="626" height="440" class="alignnone size-full wp-image-6521" />

This slider widget automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "Featured Posts Slider Widget" widget and add this code:

<pre>&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=blogzonesliderposts&amp;max-results=<span style="color: #00BCD4;">6</span>'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.
Replace "<span style="color: #00BCD4;">6</span>" with the number of posts you need to load in the slider.

Example:

<pre>&lt;script src='<span style="color: #ff0000;">https://blogzone-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Print Design</span>?alt=json-in-script&amp;amp;callback=blogzonesliderposts&amp;max-results=<span style="color: #00BCD4;">6</span>'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure Featured Posts Area</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/09/Featured-Posts-BlogZone-Blogger-Template.jpg" alt="Featured Posts - BlogZone Blogger Template" width="339" height="440" class="alignnone size-full wp-image-6514" />

This featured posts widget automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "Featured Posts Widget" widget and add this code:

<pre>&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=blogzonefeaturedposts'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;script src='<span style="color: #ff0000;">https://blogzone-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Motion Design</span>?alt=json-in-script&amp;amp;callback=blogzonefeaturedposts'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure Social Profile Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/09/Social-Profiles-Widget-BlogZone-Blogger-Template.jpg" alt="Social Profiles Widget - BlogZone Blogger Template" width="407" height="259" class="alignnone size-full wp-image-6518" />

Find this in "Edit HTML":

<pre>&lt;div class='widget blogzone-social-widgets'&gt;
&lt;h2&gt;Follow Us&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'&gt;Facebook&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'&gt;GooglePlus&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'&gt;Pinterest&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.linkedin.com/' rel='nofollow' target='_blank' title='Linkedin'&gt;Linkedin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'&gt;Instagram&lt;/a&gt;&lt;/li&gt;
...
&lt;/ul&gt; 
&lt;/div&gt;</pre>

Add your own social links replacing default social profile URLs.

<h4>BlogZone Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/09/Responsive-View-BlogZone-Blogger-Template.jpg" alt="Responsive View - BlogZone Blogger Template" width="920" height="547" class="alignnone size-full wp-image-6516" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/09/BlogZone-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="BlogZone Blogger Theme" decoding="async" loading="lazy" /></p>BlogZone is modern and clean, 100% responsive, search engine friendly blogger theme. It is Template Designer compatible, so you can change background image, colors and fonts without editing codes. BlogZone Blogger Template has a featured posts slider, featured posts area, clean post summaries on homepage, related posts with thumbnails, social profile widget, post share buttons, multi-level navigation menu, right sidebar, 4 columns footer, scroll-to-top button and more.

<h4>BlogZone Theme Features</h4>
<ul>
<li>Fully Responsive Layout</li>
<li>Optimized for Search Engines</li>
<li>Colors Options / Unlimited Colors</li>
<li>Fonts Options / Hundreds of Fonts</li>
<li>Background Image Support</li>
<li>Multi-level Navigation Menu</li>
<li>Featured Posts Slider</li>
<li>Featured Posts Area</li>
<li>Related Posts with Thumbnails</li>
<li>Automatic Posts Summaries</li>
<li>Social Profile 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 Configure Main Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/09/Navigation-Menu-BlogZone-Blogger-Template.jpg" alt="Navigation Menu - BlogZone Blogger Template" width="700" height="301" class="alignnone size-full wp-image-6515" />

Find this in "Edit HTML":

<pre>&lt;ul class='blogzone-menu' id='blogzone-primary-menu'&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 Top Social Buttons</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/09/Top-Social-Buttons-BlogZone-Blogger-Template.jpg" alt="Top Social Buttons - BlogZone Blogger Template" width="327" height="74" class="alignnone size-full wp-image-6519" />

Find this in "Edit HTML":

<pre>&lt;div class='blogzone-social-widgets'&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'&gt;Facebook&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'&gt;GooglePlus&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'&gt;Pinterest&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.linkedin.com/' rel='nofollow' target='_blank' title='Linkedin'&gt;Linkedin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'&gt;Instagram&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.youtube.com/' rel='nofollow' target='_blank' title='Youtube'&gt;Youtube&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://github.com/' rel='nofollow' target='_blank' title='Github'&gt;Github&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='mailto:123@abc.com' rel='nofollow' target='_blank' title='Contact'&gt;Contact&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a expr:href='data:blog.homepageUrl + &amp;quot;feeds/posts/default&amp;quot;' target='_blank' title='RSS'&gt;RSS&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 Configure Featured Posts Slider</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/09/Slider-BlogZone-Blogger-Template.jpg" alt="Slider - BlogZone Blogger Template" width="626" height="440" class="alignnone size-full wp-image-6521" />

This slider widget automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "Featured Posts Slider Widget" widget and add this code:

<pre>&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=blogzonesliderposts&amp;max-results=<span style="color: #00BCD4;">6</span>'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.
Replace "<span style="color: #00BCD4;">6</span>" with the number of posts you need to load in the slider.

Example:

<pre>&lt;script src='<span style="color: #ff0000;">https://blogzone-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Print Design</span>?alt=json-in-script&amp;amp;callback=blogzonesliderposts&amp;max-results=<span style="color: #00BCD4;">6</span>'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure Featured Posts Area</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/09/Featured-Posts-BlogZone-Blogger-Template.jpg" alt="Featured Posts - BlogZone Blogger Template" width="339" height="440" class="alignnone size-full wp-image-6514" />

This featured posts widget automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "Featured Posts Widget" widget and add this code:

<pre>&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=blogzonefeaturedposts'/&gt;&lt;/script&gt;</pre>

Replace "<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>" with your real blog address.
Replace "<span style="color: #008000;">LABELNAME</span>" with the real label name you want to retrieve posts.

Example:

<pre>&lt;script src='<span style="color: #ff0000;">https://blogzone-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Motion Design</span>?alt=json-in-script&amp;amp;callback=blogzonefeaturedposts'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure Social Profile Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/09/Social-Profiles-Widget-BlogZone-Blogger-Template.jpg" alt="Social Profiles Widget - BlogZone Blogger Template" width="407" height="259" class="alignnone size-full wp-image-6518" />

Find this in "Edit HTML":

<pre>&lt;div class='widget blogzone-social-widgets'&gt;
&lt;h2&gt;Follow Us&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;Twitter&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'&gt;Facebook&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'&gt;GooglePlus&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'&gt;Pinterest&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.linkedin.com/' rel='nofollow' target='_blank' title='Linkedin'&gt;Linkedin&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'&gt;Instagram&lt;/a&gt;&lt;/li&gt;
...
&lt;/ul&gt; 
&lt;/div&gt;</pre>

Add your own social links replacing default social profile URLs.

<h4>BlogZone Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/09/Responsive-View-BlogZone-Blogger-Template.jpg" alt="Responsive View - BlogZone Blogger Template" width="920" height="547" class="alignnone size-full wp-image-6516" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/blogzone-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
