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

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

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

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2018/11/EndZone-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="EndZone Blogger Theme" decoding="async" loading="lazy" /></p>EndZone is free and elegant looking, fully responsive, 2 columns, blogger theme with a right sidebar and 3 columns footer. EndZone Blogger template has easy to use slider, 2 navigation menus, auto post summaries, social and post share buttons, header banner, related posts with thumbnails and more.

<h4>How To Setup Primary Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;div class='menu-primary-container'&gt;
&lt;ul class='menus menu-primary'&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;Downloads&lt;/a&gt;
&lt;ul class='children'&gt;
&lt;li&gt;&lt;a href='#'&gt;Dvd&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Games&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Software&lt;/a&gt;
&lt;ul class='children'&gt;
&lt;li&gt;&lt;a href='#'&gt;Office&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&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 Setup Secondary Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;div class='menu-secondary-container'&gt;
&lt;ul class='menus menu-secondary'&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='children'&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 Setup Featured Content Slider:</h4>

There are 5 slides in the slider. This is the code of the first slide:

<pre>&lt;!-- Slide 1 Code Start --&gt;
&lt;li&gt;
    &lt;a href='ENTER-SLIDE-1-LINK-HERE'&gt;&lt;img src='https://4.bp.blogspot.com/-Md4_LPZlV90/W_tCse0Z0wI/AAAAAAAAUug/8IwBb4_dGL4Xb8Tp48YPjin395H2LHHngCLcBGAs/s1600/1.jpg'/&gt;&lt;/a&gt;
    &lt;div class='flex-slideinfo'&gt;
        &lt;h3&gt;&lt;a href='ENTER-SLIDE-1-LINK-HERE'&gt;This is default featured slide 1 title&lt;/a&gt;&lt;/h3&gt;
        &lt;p&gt;Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.&lt;/p&gt;
    &lt;/div&gt;
&lt;/li&gt;
&lt;!-- Slide 1 Code End --&gt;</pre>

Now replace,

"This is default featured slide 1 title" with your featured post title.
"ENTER-SLIDE-1-LINK-HERE" with your featured post URL.
"Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com." with your description.
"https://4.bp.blogspot.com/-Md4_LPZlV90/W_tCse0Z0wI/AAAAAAAAUug/8IwBb4_dGL4Xb8Tp48YPjin395H2LHHngCLcBGAs/s1600/1.jpg" with your slider image.

There are another 4 slide codes you have to configure like this.

<h4>EndZone Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/11/Responsive-View-EndZone-Blogger-Template.jpg" alt="Responsive View - EndZone Blogger Template" width="700" height="416" class="alignnone size-full wp-image-7132" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2018/11/EndZone-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="EndZone Blogger Theme" decoding="async" loading="lazy" /></p>EndZone is free and elegant looking, fully responsive, 2 columns, blogger theme with a right sidebar and 3 columns footer. EndZone Blogger template has easy to use slider, 2 navigation menus, auto post summaries, social and post share buttons, header banner, related posts with thumbnails and more.

<h4>How To Setup Primary Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;div class='menu-primary-container'&gt;
&lt;ul class='menus menu-primary'&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;Downloads&lt;/a&gt;
&lt;ul class='children'&gt;
&lt;li&gt;&lt;a href='#'&gt;Dvd&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Games&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Software&lt;/a&gt;
&lt;ul class='children'&gt;
&lt;li&gt;&lt;a href='#'&gt;Office&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&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 Setup Secondary Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;div class='menu-secondary-container'&gt;
&lt;ul class='menus menu-secondary'&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='children'&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 Setup Featured Content Slider:</h4>

There are 5 slides in the slider. This is the code of the first slide:

<pre>&lt;!-- Slide 1 Code Start --&gt;
&lt;li&gt;
    &lt;a href='ENTER-SLIDE-1-LINK-HERE'&gt;&lt;img src='https://4.bp.blogspot.com/-Md4_LPZlV90/W_tCse0Z0wI/AAAAAAAAUug/8IwBb4_dGL4Xb8Tp48YPjin395H2LHHngCLcBGAs/s1600/1.jpg'/&gt;&lt;/a&gt;
    &lt;div class='flex-slideinfo'&gt;
        &lt;h3&gt;&lt;a href='ENTER-SLIDE-1-LINK-HERE'&gt;This is default featured slide 1 title&lt;/a&gt;&lt;/h3&gt;
        &lt;p&gt;Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.&lt;/p&gt;
    &lt;/div&gt;
&lt;/li&gt;
&lt;!-- Slide 1 Code End --&gt;</pre>

Now replace,

"This is default featured slide 1 title" with your featured post title.
"ENTER-SLIDE-1-LINK-HERE" with your featured post URL.
"Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com." with your description.
"https://4.bp.blogspot.com/-Md4_LPZlV90/W_tCse0Z0wI/AAAAAAAAUug/8IwBb4_dGL4Xb8Tp48YPjin395H2LHHngCLcBGAs/s1600/1.jpg" with your slider image.

There are another 4 slide codes you have to configure like this.

<h4>EndZone Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/11/Responsive-View-EndZone-Blogger-Template.jpg" alt="Responsive View - EndZone Blogger Template" width="700" height="416" class="alignnone size-full wp-image-7132" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/endzone-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Classica Blogger Template</title>
		<link>https://newbloggerthemes.com/classica-blogger-template/</link>
					<comments>https://newbloggerthemes.com/classica-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Wed, 17 Oct 2018 02:34:04 +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[Blue]]></category>
		<category><![CDATA[Featured Section]]></category>
		<category><![CDATA[Magazine]]></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>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=7107</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2018/10/Classica-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Classica Blogger Theme" decoding="async" loading="lazy" /></p>Classica is a fully responsive, 2 columns blogger theme with a right sidebar and 3 columns footer. Classica Blogger template has an easy to use slider, navigation menu, Google fonts, share and social buttons, related posts with thumbnails, auto post summaries and more.

<h4>How To Configure Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;div class='menu-primary-container'&gt;
&lt;ul class='menus menu-primary'&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='children'&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 Setup Featured Content Slider:</h4>

There are 5 slides in the slider. This is the code of the first slide:

<pre>&lt;!-- Slide 1 Code Start --&gt;
&lt;li&gt;
    &lt;a href='ENTER-SLIDE-1-LINK-HERE'&gt;&lt;img src='https://3.bp.blogspot.com/-YB4VwZLQsG8/W8UvEDeVx8I/AAAAAAAAUp0/j85xeMJyWNELidQkjtDbY3APAcTy0SdHwCLcBGAs/s1600/1.jpg'/&gt;&lt;/a&gt;
    &lt;div class='flex-slideinfo'&gt;
        &lt;h3&gt;&lt;a href='ENTER-SLIDE-1-LINK-HERE'&gt;This is default featured slide 1 title&lt;/a&gt;&lt;/h3&gt;
        &lt;p&gt;Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.&lt;/p&gt;
    &lt;/div&gt;
&lt;/li&gt;
&lt;!-- Slide 1 Code End --&gt;</pre>

Now replace,

"This is default featured slide 1 title" with your featured post title.
"ENTER-SLIDE-1-LINK-HERE" with your featured post URL.
"Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com." with your description.
"https://3.bp.blogspot.com/-YB4VwZLQsG8/W8UvEDeVx8I/AAAAAAAAUp0/j85xeMJyWNELidQkjtDbY3APAcTy0SdHwCLcBGAs/s1600/1.jpg" with your slider image.

There are another 4 slide codes you have to configure like this.

<h4>Classica Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/10/Responsive-View-Classica-Blogger-Template.jpg" alt="Responsive View - Classica Blogger Template" width="700" height="416" class="alignnone size-full wp-image-7111" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2018/10/Classica-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Classica Blogger Theme" decoding="async" loading="lazy" /></p>Classica is a fully responsive, 2 columns blogger theme with a right sidebar and 3 columns footer. Classica Blogger template has an easy to use slider, navigation menu, Google fonts, share and social buttons, related posts with thumbnails, auto post summaries and more.

<h4>How To Configure Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;div class='menu-primary-container'&gt;
&lt;ul class='menus menu-primary'&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='children'&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 Setup Featured Content Slider:</h4>

There are 5 slides in the slider. This is the code of the first slide:

<pre>&lt;!-- Slide 1 Code Start --&gt;
&lt;li&gt;
    &lt;a href='ENTER-SLIDE-1-LINK-HERE'&gt;&lt;img src='https://3.bp.blogspot.com/-YB4VwZLQsG8/W8UvEDeVx8I/AAAAAAAAUp0/j85xeMJyWNELidQkjtDbY3APAcTy0SdHwCLcBGAs/s1600/1.jpg'/&gt;&lt;/a&gt;
    &lt;div class='flex-slideinfo'&gt;
        &lt;h3&gt;&lt;a href='ENTER-SLIDE-1-LINK-HERE'&gt;This is default featured slide 1 title&lt;/a&gt;&lt;/h3&gt;
        &lt;p&gt;Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.&lt;/p&gt;
    &lt;/div&gt;
&lt;/li&gt;
&lt;!-- Slide 1 Code End --&gt;</pre>

Now replace,

"This is default featured slide 1 title" with your featured post title.
"ENTER-SLIDE-1-LINK-HERE" with your featured post URL.
"Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com." with your description.
"https://3.bp.blogspot.com/-YB4VwZLQsG8/W8UvEDeVx8I/AAAAAAAAUp0/j85xeMJyWNELidQkjtDbY3APAcTy0SdHwCLcBGAs/s1600/1.jpg" with your slider image.

There are another 4 slide codes you have to configure like this.

<h4>Classica Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/10/Responsive-View-Classica-Blogger-Template.jpg" alt="Responsive View - Classica Blogger Template" width="700" height="416" class="alignnone size-full wp-image-7111" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/classica-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>ZetaMag Blogger Template</title>
		<link>https://newbloggerthemes.com/zetamag-blogger-template/</link>
					<comments>https://newbloggerthemes.com/zetamag-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Sat, 12 May 2018 02:11:44 +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[Featured Section]]></category>
		<category><![CDATA[Grey]]></category>
		<category><![CDATA[Header Banner]]></category>
		<category><![CDATA[Magazine]]></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>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=6948</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2018/05/ZetaMag-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="ZetaMag Blogger Theme" decoding="async" loading="lazy" /></p>ZetaMag is mobile friendly/responsive, 2 columns blogger theme for news/personal blogs. ZetaMag Blogger template has a slider, primary and secondary navigation menus, right sidebar, 3 columns footer, Google fonts, auto post summaries, social and post share buttons, header widget, related posts with thumbnails and more.

<h4>How To Configure Primary Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;div class='menu-primary-container'&gt;
&lt;ul class='menus menu-primary'&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;Downloads&lt;/a&gt;
&lt;ul class='children'&gt;
&lt;li&gt;&lt;a href='#'&gt;Dvd&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Games&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Software&lt;/a&gt;
&lt;ul class='children'&gt;
&lt;li&gt;&lt;a href='#'&gt;Office&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&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 Secondary Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;div class='menu-secondary-container'&gt;
&lt;ul class='menus menu-secondary'&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='children'&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 Setup Featured Content Slider:</h4>

There are 5 slides in the slider. This is the code of the first slide:

<pre>&lt;!-- Slide 1 Code Start --&gt;
&lt;li&gt;
    &lt;a href='ENTER-SLIDE-1-LINK-HERE'&gt;&lt;img src='https://2.bp.blogspot.com/-BSRR29Py26A/WvUU6G2Gn5I/AAAAAAAAUDc/ufjRGgcNXqYCIwIY5Lzlayo1qgJwuRKDgCLcBGAs/s1600/1.jpg'/&gt;&lt;/a&gt;
    &lt;div class='flex-slideinfo'&gt;
        &lt;h3&gt;&lt;a href='ENTER-SLIDE-1-LINK-HERE'&gt;This is default featured slide 1 title&lt;/a&gt;&lt;/h3&gt;
        &lt;p&gt;Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.&lt;/p&gt;
    &lt;/div&gt;
&lt;/li&gt;
&lt;!-- Slide 1 Code End --&gt;</pre>

Now replace,

"This is default featured slide 1 title" with your featured post title.
"ENTER-SLIDE-1-LINK-HERE" with your featured post URL.
"Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com." with your description.
"https://2.bp.blogspot.com/-BSRR29Py26A/WvUU6G2Gn5I/AAAAAAAAUDc/ufjRGgcNXqYCIwIY5Lzlayo1qgJwuRKDgCLcBGAs/s1600/1.jpg" with your slider image.

There are another 4 slide codes you have to configure like this.

<h4>ZetaMag Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/05/Responsive-View-ZetaMag-Blogger-Template.jpg" alt="Responsive View - ZetaMag Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6952" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2018/05/ZetaMag-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="ZetaMag Blogger Theme" decoding="async" loading="lazy" /></p>ZetaMag is mobile friendly/responsive, 2 columns blogger theme for news/personal blogs. ZetaMag Blogger template has a slider, primary and secondary navigation menus, right sidebar, 3 columns footer, Google fonts, auto post summaries, social and post share buttons, header widget, related posts with thumbnails and more.

<h4>How To Configure Primary Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;div class='menu-primary-container'&gt;
&lt;ul class='menus menu-primary'&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;Downloads&lt;/a&gt;
&lt;ul class='children'&gt;
&lt;li&gt;&lt;a href='#'&gt;Dvd&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Games&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Software&lt;/a&gt;
&lt;ul class='children'&gt;
&lt;li&gt;&lt;a href='#'&gt;Office&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&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 Secondary Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;div class='menu-secondary-container'&gt;
&lt;ul class='menus menu-secondary'&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='children'&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 Setup Featured Content Slider:</h4>

There are 5 slides in the slider. This is the code of the first slide:

<pre>&lt;!-- Slide 1 Code Start --&gt;
&lt;li&gt;
    &lt;a href='ENTER-SLIDE-1-LINK-HERE'&gt;&lt;img src='https://2.bp.blogspot.com/-BSRR29Py26A/WvUU6G2Gn5I/AAAAAAAAUDc/ufjRGgcNXqYCIwIY5Lzlayo1qgJwuRKDgCLcBGAs/s1600/1.jpg'/&gt;&lt;/a&gt;
    &lt;div class='flex-slideinfo'&gt;
        &lt;h3&gt;&lt;a href='ENTER-SLIDE-1-LINK-HERE'&gt;This is default featured slide 1 title&lt;/a&gt;&lt;/h3&gt;
        &lt;p&gt;Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.&lt;/p&gt;
    &lt;/div&gt;
&lt;/li&gt;
&lt;!-- Slide 1 Code End --&gt;</pre>

Now replace,

"This is default featured slide 1 title" with your featured post title.
"ENTER-SLIDE-1-LINK-HERE" with your featured post URL.
"Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com." with your description.
"https://2.bp.blogspot.com/-BSRR29Py26A/WvUU6G2Gn5I/AAAAAAAAUDc/ufjRGgcNXqYCIwIY5Lzlayo1qgJwuRKDgCLcBGAs/s1600/1.jpg" with your slider image.

There are another 4 slide codes you have to configure like this.

<h4>ZetaMag Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/05/Responsive-View-ZetaMag-Blogger-Template.jpg" alt="Responsive View - ZetaMag Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6952" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/zetamag-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Vigo Blogger Template</title>
		<link>https://newbloggerthemes.com/vigo-blogger-template/</link>
					<comments>https://newbloggerthemes.com/vigo-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Mon, 02 Apr 2018 01:58:05 +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[Featured Section]]></category>
		<category><![CDATA[Header Banner]]></category>
		<category><![CDATA[Magazine]]></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>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=6899</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2018/04/Vigo-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Vigo Blogger Theme" decoding="async" loading="lazy" /></p>Vigo is a simple, responsive, 2 columns blogger theme for general/blog websites. Vigo Blogger template has a mobile friendly slider, 2 navigation menus, right sidebar, 3 columns footer, auto post summaries, social and post share buttons, header widget, related posts with thumbnails and more.

<h4>How To Setup Primary Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;div class='menu-primary-container'&gt;
&lt;ul class='menus menu-primary'&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;Downloads&lt;/a&gt;
&lt;ul class='children'&gt;
&lt;li&gt;&lt;a href='#'&gt;Dvd&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Games&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Software&lt;/a&gt;
&lt;ul class='children'&gt;
&lt;li&gt;&lt;a href='#'&gt;Office&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&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 Setup Secondary Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;div class='menu-secondary-container'&gt;
&lt;ul class='menus menu-secondary'&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='children'&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 Setup Featured Content Slider:</h4>

There are 5 slides in the slider. This is the code of the first slide:

<pre>&lt;!-- Slide 1 Code Start --&gt;
&lt;li&gt;
    &lt;a href='ENTER-SLIDE-1-LINK-HERE'&gt;&lt;img src='https://2.bp.blogspot.com/-ZPbLGcqvElQ/WsF6meEJh3I/AAAAAAAAT0Q/_UuY9QkHVnMgWWoroO0iDzeyFrWPvT1PACLcBGAs/s1600/1.jpg'/&gt;&lt;/a&gt;
    &lt;div class='flex-slideinfo'&gt;
        &lt;h3&gt;&lt;a href='ENTER-SLIDE-1-LINK-HERE'&gt;This is default featured slide 1 title&lt;/a&gt;&lt;/h3&gt;
        &lt;p&gt;Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.&lt;/p&gt;
    &lt;/div&gt;
&lt;/li&gt;
&lt;!-- Slide 1 Code End --&gt;</pre>

Now replace,

"This is default featured slide 1 title" with your featured post title.
"ENTER-SLIDE-1-LINK-HERE" with your featured post URL.
"Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com." with your description.
"https://2.bp.blogspot.com/-ZPbLGcqvElQ/WsF6meEJh3I/AAAAAAAAT0Q/_UuY9QkHVnMgWWoroO0iDzeyFrWPvT1PACLcBGAs/s1600/1.jpg" with your slider image.

There are another 4 slide codes you have to configure like this.

<h4>Vigo Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/04/Responsive-View-Vigo-Blogger-Template.jpg" alt="Responsive View - Vigo Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6903" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2018/04/Vigo-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Vigo Blogger Theme" decoding="async" loading="lazy" /></p>Vigo is a simple, responsive, 2 columns blogger theme for general/blog websites. Vigo Blogger template has a mobile friendly slider, 2 navigation menus, right sidebar, 3 columns footer, auto post summaries, social and post share buttons, header widget, related posts with thumbnails and more.

<h4>How To Setup Primary Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;div class='menu-primary-container'&gt;
&lt;ul class='menus menu-primary'&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;Downloads&lt;/a&gt;
&lt;ul class='children'&gt;
&lt;li&gt;&lt;a href='#'&gt;Dvd&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Games&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Software&lt;/a&gt;
&lt;ul class='children'&gt;
&lt;li&gt;&lt;a href='#'&gt;Office&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&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 Setup Secondary Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;div class='menu-secondary-container'&gt;
&lt;ul class='menus menu-secondary'&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='children'&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 Setup Featured Content Slider:</h4>

There are 5 slides in the slider. This is the code of the first slide:

<pre>&lt;!-- Slide 1 Code Start --&gt;
&lt;li&gt;
    &lt;a href='ENTER-SLIDE-1-LINK-HERE'&gt;&lt;img src='https://2.bp.blogspot.com/-ZPbLGcqvElQ/WsF6meEJh3I/AAAAAAAAT0Q/_UuY9QkHVnMgWWoroO0iDzeyFrWPvT1PACLcBGAs/s1600/1.jpg'/&gt;&lt;/a&gt;
    &lt;div class='flex-slideinfo'&gt;
        &lt;h3&gt;&lt;a href='ENTER-SLIDE-1-LINK-HERE'&gt;This is default featured slide 1 title&lt;/a&gt;&lt;/h3&gt;
        &lt;p&gt;Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.&lt;/p&gt;
    &lt;/div&gt;
&lt;/li&gt;
&lt;!-- Slide 1 Code End --&gt;</pre>

Now replace,

"This is default featured slide 1 title" with your featured post title.
"ENTER-SLIDE-1-LINK-HERE" with your featured post URL.
"Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com." with your description.
"https://2.bp.blogspot.com/-ZPbLGcqvElQ/WsF6meEJh3I/AAAAAAAAT0Q/_UuY9QkHVnMgWWoroO0iDzeyFrWPvT1PACLcBGAs/s1600/1.jpg" with your slider image.

There are another 4 slide codes you have to configure like this.

<h4>Vigo Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/04/Responsive-View-Vigo-Blogger-Template.jpg" alt="Responsive View - Vigo Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6903" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/vigo-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Rotario Blogger Template</title>
		<link>https://newbloggerthemes.com/rotario-blogger-template/</link>
					<comments>https://newbloggerthemes.com/rotario-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Tue, 27 Feb 2018 15:02:59 +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[Featured Section]]></category>
		<category><![CDATA[Grey]]></category>
		<category><![CDATA[Magazine]]></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>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=6819</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2018/02/Rotario-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Rotario Blogger Theme" decoding="async" loading="lazy" /></p>Rotario is a cool, free and 100% responsive blogger theme with a right sidebar and 3 columns footer widgets area. Rotario Blogger template has a mobile friendly slider, multi-level navigation menu, automatic post summaries, tabbed widgets section, header social buttons, related posts with thumbnails and more.

<h4>How To Configure Social Buttons</h4>

Find this in "Edit HTML":

<pre>&lt;div class='social-profiles-widget'&gt;
    &lt;a href='https://twitter.com/' target='_blank'&gt;&lt;img alt='Twitter' src='https://3.bp.blogspot.com/-At2fKKXOTqg/WfxtIiDv5oI/AAAAAAAASuQ/jPOX__UfY9cR5fMlafZ7aaa2El86c30UgCLcBGAs/s1600/twitter.png' title='Twitter'/&gt;&lt;/a&gt;
    &lt;a href='https://facebook.com/' target='_blank'&gt;&lt;img alt='Facebook' src='https://4.bp.blogspot.com/-9riVGWz3Xg8/WfxtGWcN71I/AAAAAAAASt0/nzzviSQcOKI0v0NLslDBuZ3Dz6Ct5-XvgCLcBGAs/s1600/facebook.png' title='Facebook'/&gt;&lt;/a&gt;
    &lt;a href='https://plus.google.com/' target='_blank'&gt;&lt;img alt='Google Plus' src='https://2.bp.blogspot.com/-0aR9pasCQ6w/WfxtGfcloQI/AAAAAAAASt8/SCnPzR21KNA_-vOEKjSFVIVOzCmKJAzgwCLcBGAs/s1600/google.png' title='Google Plus'/&gt;&lt;/a&gt;
    &lt;a href='https://instagram.com/' target='_blank'&gt;&lt;img alt='Instagram' src='https://2.bp.blogspot.com/-u1yHMS9lqX4/WfxtHHtUhTI/AAAAAAAASuA/d1UkV4KqPogqnLKqwzAdLtucKGZ5YC8IQCLcBGAs/s1600/instagram.png' title='Instagram'/&gt;&lt;/a&gt;
    &lt;a href='https://www.youtube.com/' target='_blank'&gt;&lt;img alt='Youtube' src='https://4.bp.blogspot.com/-crHrg8Pm0fc/WfxtJJRccHI/AAAAAAAASuY/HTKz0nU0Yh03dr0MJgeawQV1xI0aSyhLQCLcBGAs/s1600/youtube.png' title='Youtube'/&gt;&lt;/a&gt;
    &lt;a href='https://www.linkedin.com/' target='_blank'&gt;&lt;img alt='Linkedin' src='https://3.bp.blogspot.com/-O0aI3xB_V_Y/WfxtHi0H3nI/AAAAAAAASuE/ssR_LyL834gqCu6wOjQjt6iHu5MvHXP_gCLcBGAs/s1600/linkdin.png' title='Linkedin'/&gt;&lt;/a&gt;
    &lt;a expr:href='data:blog.homepageUrl + &amp;quot;feeds/posts/default&amp;quot;' target='_blank'&gt;&lt;img alt='RSS Feed' src='https://1.bp.blogspot.com/-kChht40qq38/WfxtIOqSbvI/AAAAAAAASuM/MtqFhLhlZq43Y-mVA74PXW1QWabqg1hiwCLcBGAs/s1600/rss.png' title='RSS Feed'/&gt;&lt;/a&gt;
&lt;/div&gt;</pre>

Add your social profile links replacing default social network homepage URLs.

<h4>How To Setup Primary Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;div class='menu-primary-container'&gt;
&lt;ul class='menus menu-primary'&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='children'&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 Setup Featured Content Slider:</h4>

There are 5 slides in the slider. This is the code of the first slide:

<pre>&lt;!-- Slide 1 Code Start --&gt;
&lt;div class='nbt-featured-post'&gt;
&lt;div class='nbt-entry-thumbnail'&gt;
&lt;a href='#'&gt;&lt;img class='lazyOwl' data-src='https://1.bp.blogspot.com/-RN8J-bTCKr4/WpUwU--fDYI/AAAAAAAATmI/ywYc5R1hWh0Ry8bCIYZbQNkQPpVyoLJ0ACLcBGAs/s1600/1.jpg' height='330' width='465'/&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class='nbt-entry-header'&gt;
&lt;h2&gt;&lt;a href='#'&gt;This is Featured Slide 1 Title&lt;/a&gt;&lt;/h2&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- Slide 1 Code End --&gt;</pre>

Now replace,

"This is Featured Slide 1 Title" with your featured post title.
"#" marks with your featured post URL.
"https://1.bp.blogspot.com/-RN8J-bTCKr4/WpUwU--fDYI/AAAAAAAATmI/ywYc5R1hWh0Ry8bCIYZbQNkQPpVyoLJ0ACLcBGAs/s1600/1.jpg" with your slider image.

There are another 4 slide codes you have to configure like this.

<h4>Rotario Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/02/Responsive-View-Rotario-Blogger-Template.jpg" alt="Responsive View - Rotario Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6822" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2018/02/Rotario-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Rotario Blogger Theme" decoding="async" loading="lazy" /></p>Rotario is a cool, free and 100% responsive blogger theme with a right sidebar and 3 columns footer widgets area. Rotario Blogger template has a mobile friendly slider, multi-level navigation menu, automatic post summaries, tabbed widgets section, header social buttons, related posts with thumbnails and more.

<h4>How To Configure Social Buttons</h4>

Find this in "Edit HTML":

<pre>&lt;div class='social-profiles-widget'&gt;
    &lt;a href='https://twitter.com/' target='_blank'&gt;&lt;img alt='Twitter' src='https://3.bp.blogspot.com/-At2fKKXOTqg/WfxtIiDv5oI/AAAAAAAASuQ/jPOX__UfY9cR5fMlafZ7aaa2El86c30UgCLcBGAs/s1600/twitter.png' title='Twitter'/&gt;&lt;/a&gt;
    &lt;a href='https://facebook.com/' target='_blank'&gt;&lt;img alt='Facebook' src='https://4.bp.blogspot.com/-9riVGWz3Xg8/WfxtGWcN71I/AAAAAAAASt0/nzzviSQcOKI0v0NLslDBuZ3Dz6Ct5-XvgCLcBGAs/s1600/facebook.png' title='Facebook'/&gt;&lt;/a&gt;
    &lt;a href='https://plus.google.com/' target='_blank'&gt;&lt;img alt='Google Plus' src='https://2.bp.blogspot.com/-0aR9pasCQ6w/WfxtGfcloQI/AAAAAAAASt8/SCnPzR21KNA_-vOEKjSFVIVOzCmKJAzgwCLcBGAs/s1600/google.png' title='Google Plus'/&gt;&lt;/a&gt;
    &lt;a href='https://instagram.com/' target='_blank'&gt;&lt;img alt='Instagram' src='https://2.bp.blogspot.com/-u1yHMS9lqX4/WfxtHHtUhTI/AAAAAAAASuA/d1UkV4KqPogqnLKqwzAdLtucKGZ5YC8IQCLcBGAs/s1600/instagram.png' title='Instagram'/&gt;&lt;/a&gt;
    &lt;a href='https://www.youtube.com/' target='_blank'&gt;&lt;img alt='Youtube' src='https://4.bp.blogspot.com/-crHrg8Pm0fc/WfxtJJRccHI/AAAAAAAASuY/HTKz0nU0Yh03dr0MJgeawQV1xI0aSyhLQCLcBGAs/s1600/youtube.png' title='Youtube'/&gt;&lt;/a&gt;
    &lt;a href='https://www.linkedin.com/' target='_blank'&gt;&lt;img alt='Linkedin' src='https://3.bp.blogspot.com/-O0aI3xB_V_Y/WfxtHi0H3nI/AAAAAAAASuE/ssR_LyL834gqCu6wOjQjt6iHu5MvHXP_gCLcBGAs/s1600/linkdin.png' title='Linkedin'/&gt;&lt;/a&gt;
    &lt;a expr:href='data:blog.homepageUrl + &amp;quot;feeds/posts/default&amp;quot;' target='_blank'&gt;&lt;img alt='RSS Feed' src='https://1.bp.blogspot.com/-kChht40qq38/WfxtIOqSbvI/AAAAAAAASuM/MtqFhLhlZq43Y-mVA74PXW1QWabqg1hiwCLcBGAs/s1600/rss.png' title='RSS Feed'/&gt;&lt;/a&gt;
&lt;/div&gt;</pre>

Add your social profile links replacing default social network homepage URLs.

<h4>How To Setup Primary Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;div class='menu-primary-container'&gt;
&lt;ul class='menus menu-primary'&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='children'&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 Setup Featured Content Slider:</h4>

There are 5 slides in the slider. This is the code of the first slide:

<pre>&lt;!-- Slide 1 Code Start --&gt;
&lt;div class='nbt-featured-post'&gt;
&lt;div class='nbt-entry-thumbnail'&gt;
&lt;a href='#'&gt;&lt;img class='lazyOwl' data-src='https://1.bp.blogspot.com/-RN8J-bTCKr4/WpUwU--fDYI/AAAAAAAATmI/ywYc5R1hWh0Ry8bCIYZbQNkQPpVyoLJ0ACLcBGAs/s1600/1.jpg' height='330' width='465'/&gt;&lt;/a&gt;
&lt;/div&gt;
&lt;div class='nbt-entry-header'&gt;
&lt;h2&gt;&lt;a href='#'&gt;This is Featured Slide 1 Title&lt;/a&gt;&lt;/h2&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;!-- Slide 1 Code End --&gt;</pre>

Now replace,

"This is Featured Slide 1 Title" with your featured post title.
"#" marks with your featured post URL.
"https://1.bp.blogspot.com/-RN8J-bTCKr4/WpUwU--fDYI/AAAAAAAATmI/ywYc5R1hWh0Ry8bCIYZbQNkQPpVyoLJ0ACLcBGAs/s1600/1.jpg" with your slider image.

There are another 4 slide codes you have to configure like this.

<h4>Rotario Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/02/Responsive-View-Rotario-Blogger-Template.jpg" alt="Responsive View - Rotario Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6822" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/rotario-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>WpFitness Blogger Template</title>
		<link>https://newbloggerthemes.com/wpfitness-blogger-template/</link>
					<comments>https://newbloggerthemes.com/wpfitness-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Fri, 20 Oct 2017 09:13:10 +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[Featured Section]]></category>
		<category><![CDATA[Grey]]></category>
		<category><![CDATA[Header Banner]]></category>
		<category><![CDATA[Magazine]]></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>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=6590</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/10/WpFitness-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="WpFitness Blogger Theme" decoding="async" loading="lazy" /></p>WpFitness is fully responsive, 2 columns, free blogger theme for  Health/Fitness websites or blogs. WpFitness Blogger template has a featured posts slider, primary and secondary navigation menus, Google fonts, auto post summaries, social and share buttons, header banner, related posts with thumbnails, right sidebar, 3 columns footer widgets area and more.

<h4>How To Setup Primary Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;div class='menu-primary-container'&gt;
&lt;ul class='menus menu-primary'&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;Downloads&lt;/a&gt;
&lt;ul class='children'&gt;
&lt;li&gt;&lt;a href='#'&gt;Dvd&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Games&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Software&lt;/a&gt;
&lt;ul class='children'&gt;
&lt;li&gt;&lt;a href='#'&gt;Office&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&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 Setup Secondary Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;div class='menu-secondary-container'&gt;
&lt;ul class='menus menu-secondary'&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='children'&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 Setup Featured Content Slider:</h4>

There are 5 slides in the slider. This is the code of the first slide:

<pre>&lt;!-- Slide 1 Code Start --&gt;
&lt;li&gt;
    &lt;a href='ENTER-SLIDE-1-LINK-HERE'&gt;&lt;img src='https://2.bp.blogspot.com/-Mzzswp-SsHM/Wec0W3rVagI/AAAAAAAASjs/SgrXQwxUEeshaXIU1OQMcnrAvLXBvQjKACLcBGAs/s1600/1.jpg'/&gt;&lt;/a&gt;
    &lt;div class='flex-slideinfo'&gt;
        &lt;h3&gt;&lt;a href='ENTER-SLIDE-1-LINK-HERE'&gt;This is default featured slide 1 title&lt;/a&gt;&lt;/h3&gt;
        &lt;p&gt;Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.&lt;/p&gt;
    &lt;/div&gt;
&lt;/li&gt;
&lt;!-- Slide 1 Code End --&gt;</pre>

Now replace,

"This is default featured slide 1 title" with your featured post title.
"ENTER-SLIDE-1-LINK-HERE" with your featured post URL.
"Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com." with your description.
"https://2.bp.blogspot.com/-Mzzswp-SsHM/Wec0W3rVagI/AAAAAAAASjs/SgrXQwxUEeshaXIU1OQMcnrAvLXBvQjKACLcBGAs/s1600/1.jpg" with your slider image.

There are another 4 slide codes you have to configure like this.

<h4>WpFitness Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/10/Responsive-View-WpFitness-Blogger-Template.jpg" alt="Responsive View - WpFitness Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6598" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/10/WpFitness-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="WpFitness Blogger Theme" decoding="async" loading="lazy" /></p>WpFitness is fully responsive, 2 columns, free blogger theme for  Health/Fitness websites or blogs. WpFitness Blogger template has a featured posts slider, primary and secondary navigation menus, Google fonts, auto post summaries, social and share buttons, header banner, related posts with thumbnails, right sidebar, 3 columns footer widgets area and more.

<h4>How To Setup Primary Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;div class='menu-primary-container'&gt;
&lt;ul class='menus menu-primary'&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;Downloads&lt;/a&gt;
&lt;ul class='children'&gt;
&lt;li&gt;&lt;a href='#'&gt;Dvd&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Games&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Software&lt;/a&gt;
&lt;ul class='children'&gt;
&lt;li&gt;&lt;a href='#'&gt;Office&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&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 Setup Secondary Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;div class='menu-secondary-container'&gt;
&lt;ul class='menus menu-secondary'&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='children'&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 Setup Featured Content Slider:</h4>

There are 5 slides in the slider. This is the code of the first slide:

<pre>&lt;!-- Slide 1 Code Start --&gt;
&lt;li&gt;
    &lt;a href='ENTER-SLIDE-1-LINK-HERE'&gt;&lt;img src='https://2.bp.blogspot.com/-Mzzswp-SsHM/Wec0W3rVagI/AAAAAAAASjs/SgrXQwxUEeshaXIU1OQMcnrAvLXBvQjKACLcBGAs/s1600/1.jpg'/&gt;&lt;/a&gt;
    &lt;div class='flex-slideinfo'&gt;
        &lt;h3&gt;&lt;a href='ENTER-SLIDE-1-LINK-HERE'&gt;This is default featured slide 1 title&lt;/a&gt;&lt;/h3&gt;
        &lt;p&gt;Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com.&lt;/p&gt;
    &lt;/div&gt;
&lt;/li&gt;
&lt;!-- Slide 1 Code End --&gt;</pre>

Now replace,

"This is default featured slide 1 title" with your featured post title.
"ENTER-SLIDE-1-LINK-HERE" with your featured post URL.
"Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by NewBloggerThemes.com." with your description.
"https://2.bp.blogspot.com/-Mzzswp-SsHM/Wec0W3rVagI/AAAAAAAASjs/SgrXQwxUEeshaXIU1OQMcnrAvLXBvQjKACLcBGAs/s1600/1.jpg" with your slider image.

There are another 4 slide codes you have to configure like this.

<h4>WpFitness Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/10/Responsive-View-WpFitness-Blogger-Template.jpg" alt="Responsive View - WpFitness Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6598" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/wpfitness-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
