<?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>Pink | NewBloggerThemes.com</title>
	<atom:link href="https://newbloggerthemes.com/category/color/pink/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>Wed, 02 May 2018 13:30:04 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>Lavelle Blogger Template</title>
		<link>https://newbloggerthemes.com/lavelle-blogger-template/</link>
					<comments>https://newbloggerthemes.com/lavelle-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Wed, 02 May 2018 13:30:04 +0000</pubDate>
				<category><![CDATA[1 Sidebar]]></category>
		<category><![CDATA[2 Columns]]></category>
		<category><![CDATA[Adapted from Wordpress]]></category>
		<category><![CDATA[Featured Section]]></category>
		<category><![CDATA[Minimalist]]></category>
		<category><![CDATA[Pink]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Right Sidebar]]></category>
		<category><![CDATA[Slider]]></category>
		<category><![CDATA[Top Navigation Bar]]></category>
		<category><![CDATA[White]]></category>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=6937</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2018/05/Lavelle-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Lavelle Blogger Theme" decoding="async" /></p>Lavelle is a clean and minimal, fully responsive blogger theme for personal blogging websites. Lavelle Blogger Template has auto post summaries, slider, related posts with thumbnails, social profile and post share buttons, navigation menu, right sidebar and more.

<h4>How To Setup Top Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;ul class='nav lavelle-navbar-nav' id='menu-lavelle-primary-menu'&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;Fashion&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Lifestyle&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Traveling&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Health&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;About&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Contact&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 Featured Content Slider</h4>

There are 4 slides in the slider. You can add or remove more slides if you want.

This is the code for the first slide. Find this in "Edit HTML":

<pre>&lt;div&gt;
    &lt;div class='mz-slider-item'&gt;&lt;a href='ENTER-SLIDE-1-LINK-HERE'&gt;&lt;img height='390' src='https://3.bp.blogspot.com/-PWSHwOVev7I/WugxRref-jI/AAAAAAAAT-g/3Z973amidfoQSAxTkzBqq_Y3XdqXscd6gCLcBGAs/s1600/slide-1.jpg' width='700'/&gt;&lt;div class='mz-slide-title'&gt;&lt;h2 class='entry-title'&gt;Make Stories Come Alive with Jodi Harvey &amp;#8211; Brown&lt;/h2&gt;&lt;div class='lavelle-post-meta'&gt;&lt;span&gt;&lt;i class='fa fa-clock-o'/&gt;February 11, 2016&lt;/span&gt;&lt;span&gt;&lt;i class='fa fa-comment-o'/&gt;No Comments&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;</pre>

Now replace,
"ENTER-SLIDE-1-LINK-HERE"s with your real slide link,
"Make Stories Come Alive with Jodi Harvey &amp;#8211; Brown" with your real slide title,
"https://3.bp.blogspot.com/-PWSHwOVev7I/WugxRref-jI/AAAAAAAAT-g/3Z973amidfoQSAxTkzBqq_Y3XdqXscd6gCLcBGAs/s1600/slide-1.jpg" with your slide image URL.

You can follow same steps to configure other slides also.

<h4>How To Configure Social Buttons</h4>

Find this in "Edit HTML":

<pre>&lt;div class='widget-socials'&gt;
&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;&lt;i class='fa fa-twitter'/&gt;&lt;/a&gt;
&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'&gt;&lt;i class='fa fa-facebook'/&gt;&lt;/a&gt;
&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'&gt;&lt;i class='fa fa-google-plus'/&gt;&lt;/a&gt;
&lt;a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'&gt;&lt;i class='fa fa-pinterest'/&gt;&lt;/a&gt;
&lt;a href='https://www.linkedin.com/' rel='nofollow' target='_blank' title='Linkedin'&gt;&lt;i class='fa fa-linkedin'/&gt;&lt;/a&gt;
&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'&gt;&lt;i class='fa fa-instagram'/&gt;&lt;/a&gt;
&lt;a href='https://www.youtube.com/' rel='nofollow' target='_blank' title='Youtube'&gt;&lt;i class='fa fa-youtube'/&gt;&lt;/a&gt;
&lt;a href='http://digg.com/' rel='nofollow' target='_blank' title='Digg'&gt;&lt;i class='fa fa-digg'/&gt;&lt;/a&gt;
&lt;a href='https://www.reddit.com/' rel='nofollow' target='_blank' title='Reddit'&gt;&lt;i class='fa fa-reddit'/&gt;&lt;/a&gt;
&lt;a href='https://dribbble.com/' rel='nofollow' target='_blank' title='Dribbble'&gt;&lt;i class='fa fa-dribbble'/&gt;&lt;/a&gt;
&lt;a href='mailto:123@abc.com' rel='nofollow' target='_blank' title='Contact'&gt;&lt;i class='fa fa-envelope'/&gt;&lt;/a&gt;
&lt;a expr:href='data:blog.homepageUrl + &amp;quot;feeds/posts/default&amp;quot;' target='_blank' title='RSS'&gt;&lt;i class='fa fa-rss'/&gt;&lt;/a&gt;
&lt;/div&gt;</pre>

Add your social profile links replacing default social network homepage URLs.

<h4>How To Setup Footer Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;ul class='menu' id='footer-menu'&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;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Downloads&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Featured&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Health&lt;/a&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>Lavelle Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/05/Responsive-View-Lavelle-Blogger-Template.jpg" alt="Responsive View - Lavelle Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6943" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2018/05/Lavelle-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Lavelle Blogger Theme" decoding="async" /></p>Lavelle is a clean and minimal, fully responsive blogger theme for personal blogging websites. Lavelle Blogger Template has auto post summaries, slider, related posts with thumbnails, social profile and post share buttons, navigation menu, right sidebar and more.

<h4>How To Setup Top Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;ul class='nav lavelle-navbar-nav' id='menu-lavelle-primary-menu'&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;Fashion&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Lifestyle&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Traveling&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Health&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;About&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Contact&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 Featured Content Slider</h4>

There are 4 slides in the slider. You can add or remove more slides if you want.

This is the code for the first slide. Find this in "Edit HTML":

<pre>&lt;div&gt;
    &lt;div class='mz-slider-item'&gt;&lt;a href='ENTER-SLIDE-1-LINK-HERE'&gt;&lt;img height='390' src='https://3.bp.blogspot.com/-PWSHwOVev7I/WugxRref-jI/AAAAAAAAT-g/3Z973amidfoQSAxTkzBqq_Y3XdqXscd6gCLcBGAs/s1600/slide-1.jpg' width='700'/&gt;&lt;div class='mz-slide-title'&gt;&lt;h2 class='entry-title'&gt;Make Stories Come Alive with Jodi Harvey &amp;#8211; Brown&lt;/h2&gt;&lt;div class='lavelle-post-meta'&gt;&lt;span&gt;&lt;i class='fa fa-clock-o'/&gt;February 11, 2016&lt;/span&gt;&lt;span&gt;&lt;i class='fa fa-comment-o'/&gt;No Comments&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;/a&gt;&lt;/div&gt;
&lt;/div&gt;</pre>

Now replace,
"ENTER-SLIDE-1-LINK-HERE"s with your real slide link,
"Make Stories Come Alive with Jodi Harvey &amp;#8211; Brown" with your real slide title,
"https://3.bp.blogspot.com/-PWSHwOVev7I/WugxRref-jI/AAAAAAAAT-g/3Z973amidfoQSAxTkzBqq_Y3XdqXscd6gCLcBGAs/s1600/slide-1.jpg" with your slide image URL.

You can follow same steps to configure other slides also.

<h4>How To Configure Social Buttons</h4>

Find this in "Edit HTML":

<pre>&lt;div class='widget-socials'&gt;
&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;&lt;i class='fa fa-twitter'/&gt;&lt;/a&gt;
&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'&gt;&lt;i class='fa fa-facebook'/&gt;&lt;/a&gt;
&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'&gt;&lt;i class='fa fa-google-plus'/&gt;&lt;/a&gt;
&lt;a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'&gt;&lt;i class='fa fa-pinterest'/&gt;&lt;/a&gt;
&lt;a href='https://www.linkedin.com/' rel='nofollow' target='_blank' title='Linkedin'&gt;&lt;i class='fa fa-linkedin'/&gt;&lt;/a&gt;
&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'&gt;&lt;i class='fa fa-instagram'/&gt;&lt;/a&gt;
&lt;a href='https://www.youtube.com/' rel='nofollow' target='_blank' title='Youtube'&gt;&lt;i class='fa fa-youtube'/&gt;&lt;/a&gt;
&lt;a href='http://digg.com/' rel='nofollow' target='_blank' title='Digg'&gt;&lt;i class='fa fa-digg'/&gt;&lt;/a&gt;
&lt;a href='https://www.reddit.com/' rel='nofollow' target='_blank' title='Reddit'&gt;&lt;i class='fa fa-reddit'/&gt;&lt;/a&gt;
&lt;a href='https://dribbble.com/' rel='nofollow' target='_blank' title='Dribbble'&gt;&lt;i class='fa fa-dribbble'/&gt;&lt;/a&gt;
&lt;a href='mailto:123@abc.com' rel='nofollow' target='_blank' title='Contact'&gt;&lt;i class='fa fa-envelope'/&gt;&lt;/a&gt;
&lt;a expr:href='data:blog.homepageUrl + &amp;quot;feeds/posts/default&amp;quot;' target='_blank' title='RSS'&gt;&lt;i class='fa fa-rss'/&gt;&lt;/a&gt;
&lt;/div&gt;</pre>

Add your social profile links replacing default social network homepage URLs.

<h4>How To Setup Footer Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;ul class='menu' id='footer-menu'&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;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Downloads&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Featured&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Health&lt;/a&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>Lavelle Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2018/05/Responsive-View-Lavelle-Blogger-Template.jpg" alt="Responsive View - Lavelle Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6943" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/lavelle-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Chronus Blogger Template</title>
		<link>https://newbloggerthemes.com/chronus-blogger-template/</link>
					<comments>https://newbloggerthemes.com/chronus-blogger-template/#comments</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Thu, 23 Nov 2017 05:19:50 +0000</pubDate>
				<category><![CDATA[1 Sidebar]]></category>
		<category><![CDATA[2 Columns]]></category>
		<category><![CDATA[Adapted from Wordpress]]></category>
		<category><![CDATA[Color Options]]></category>
		<category><![CDATA[Featured Section]]></category>
		<category><![CDATA[Magazine]]></category>
		<category><![CDATA[Minimalist]]></category>
		<category><![CDATA[Photolog]]></category>
		<category><![CDATA[Pink]]></category>
		<category><![CDATA[Premium]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Right Sidebar]]></category>
		<category><![CDATA[Top Navigation Bar]]></category>
		<category><![CDATA[White]]></category>
		<category><![CDATA[Paid Themes]]></category>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=6657</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/11/Chronus-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Chronus Blogger Theme" decoding="async" loading="lazy" /></p>Chronus is modern and elegant, 100% responsive, search engine friendly blogger theme for magazines, news websites and personal blogs. It is Template Designer compatible, so you can change background image, colors and fonts without editing codes. Chronus Blogger Template has a featured posts area, clean post summaries, related posts with thumbnails, social profile widget, post share buttons, multi-level navigation menu, right sidebar, scroll-to-top button and more.

<h4>Chronus Theme Features</h4>
<ul>
<li>100% Fully Responsive Design</li>
<li>Optimized for Search Engines</li>
<li>Color Options / Unlimited Colors</li>
<li>Font Options / Hundreds of Fonts</li>
<li>Background Image Support</li>
<li>Multi-level Navigation Menu</li>
<li>Featured Posts Area</li>
<li>Related Posts with Thumbnails</li>
<li>Automatic Posts Summaries</li>
<li>Social Profile Widget</li>
<li>Post Share Buttons</li>
<li>Facebook and Twitter Meta Data Included</li>
<li>Structured Data Included</li>
<li>Scroll to Top Button</li>
<li>Many More Features...</li>
</ul>

<h4>How To Configure Main Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/11/Navigation-Menu-Chronus-Blogger-Template.jpg" alt="Navigation Menu - Chronus Blogger Template" width="650" height="282" class="alignnone size-full wp-image-6662" />

Find this in "Edit HTML":

<pre>&lt;ul class='chronus-main-navigation-menu' id='chronus-menu-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;/ul&gt;</pre>

Replace "#" marks with real URLs and change anchor texts as you like.

<h4>How To Configure Featured Posts Area</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/11/Featured-Posts-Chronus-Blogger-Template.jpg" alt="Featured Posts - Chronus Blogger Template" width="700" height="337" class="alignnone size-full wp-image-6661" />

This featured posts widget automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "Featured Posts Widget" widget and add this code:

<pre>&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=chronusfeaturedposts'/&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://chronus-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Print Design</span>?alt=json-in-script&amp;amp;callback=chronusfeaturedposts'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure Social Profile Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/11/Social-Buttons-Chronus-Blogger-Template.jpg" alt="Social Buttons - Chronus Blogger Template" width="362" height="139" class="alignnone size-full wp-image-6664" />

Find this in "Edit HTML":

<pre>&lt;div class='widget chronus_widget_social'&gt;
&lt;h2&gt;Follow &amp;amp; Subscribe&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;&lt;span class='screen-reader-text'&gt;Twitter&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'&gt;&lt;span class='screen-reader-text'&gt;Facebook&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'&gt;&lt;span class='screen-reader-text'&gt;GooglePlus&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'&gt;&lt;span class='screen-reader-text'&gt;Pinterest&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.linkedin.com/' rel='nofollow' target='_blank' title='Linkedin'&gt;&lt;span class='screen-reader-text'&gt;Linkedin&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'&gt;&lt;span class='screen-reader-text'&gt;Instagram&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.youtube.com/' rel='nofollow' target='_blank' title='Youtube'&gt;&lt;span class='screen-reader-text'&gt;Youtube&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>Chronus Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/11/Responsive-View-Chronus-Blogger-Template.jpg" alt="Responsive View - Chronus Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6663" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/11/Chronus-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Chronus Blogger Theme" decoding="async" loading="lazy" /></p>Chronus is modern and elegant, 100% responsive, search engine friendly blogger theme for magazines, news websites and personal blogs. It is Template Designer compatible, so you can change background image, colors and fonts without editing codes. Chronus Blogger Template has a featured posts area, clean post summaries, related posts with thumbnails, social profile widget, post share buttons, multi-level navigation menu, right sidebar, scroll-to-top button and more.

<h4>Chronus Theme Features</h4>
<ul>
<li>100% Fully Responsive Design</li>
<li>Optimized for Search Engines</li>
<li>Color Options / Unlimited Colors</li>
<li>Font Options / Hundreds of Fonts</li>
<li>Background Image Support</li>
<li>Multi-level Navigation Menu</li>
<li>Featured Posts Area</li>
<li>Related Posts with Thumbnails</li>
<li>Automatic Posts Summaries</li>
<li>Social Profile Widget</li>
<li>Post Share Buttons</li>
<li>Facebook and Twitter Meta Data Included</li>
<li>Structured Data Included</li>
<li>Scroll to Top Button</li>
<li>Many More Features...</li>
</ul>

<h4>How To Configure Main Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/11/Navigation-Menu-Chronus-Blogger-Template.jpg" alt="Navigation Menu - Chronus Blogger Template" width="650" height="282" class="alignnone size-full wp-image-6662" />

Find this in "Edit HTML":

<pre>&lt;ul class='chronus-main-navigation-menu' id='chronus-menu-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;/ul&gt;</pre>

Replace "#" marks with real URLs and change anchor texts as you like.

<h4>How To Configure Featured Posts Area</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/11/Featured-Posts-Chronus-Blogger-Template.jpg" alt="Featured Posts - Chronus Blogger Template" width="700" height="337" class="alignnone size-full wp-image-6661" />

This featured posts widget automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "Featured Posts Widget" widget and add this code:

<pre>&lt;script src='<span style="color: #ff0000;">https://YOURBLOGNAME.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">LABELNAME</span>?alt=json-in-script&amp;amp;callback=chronusfeaturedposts'/&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://chronus-nbt.blogspot.com</span>/feeds/posts/default/-/<span style="color: #008000;">Print Design</span>?alt=json-in-script&amp;amp;callback=chronusfeaturedposts'/&gt;&lt;/script&gt;</pre>

<h4>How To Configure Social Profile Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/11/Social-Buttons-Chronus-Blogger-Template.jpg" alt="Social Buttons - Chronus Blogger Template" width="362" height="139" class="alignnone size-full wp-image-6664" />

Find this in "Edit HTML":

<pre>&lt;div class='widget chronus_widget_social'&gt;
&lt;h2&gt;Follow &amp;amp; Subscribe&lt;/h2&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;&lt;span class='screen-reader-text'&gt;Twitter&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'&gt;&lt;span class='screen-reader-text'&gt;Facebook&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'&gt;&lt;span class='screen-reader-text'&gt;GooglePlus&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'&gt;&lt;span class='screen-reader-text'&gt;Pinterest&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.linkedin.com/' rel='nofollow' target='_blank' title='Linkedin'&gt;&lt;span class='screen-reader-text'&gt;Linkedin&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'&gt;&lt;span class='screen-reader-text'&gt;Instagram&lt;/span&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.youtube.com/' rel='nofollow' target='_blank' title='Youtube'&gt;&lt;span class='screen-reader-text'&gt;Youtube&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>Chronus Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/11/Responsive-View-Chronus-Blogger-Template.jpg" alt="Responsive View - Chronus Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6663" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/chronus-blogger-template/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Drago Blogger Template</title>
		<link>https://newbloggerthemes.com/drago-blogger-template/</link>
					<comments>https://newbloggerthemes.com/drago-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Wed, 04 Oct 2017 05:46:21 +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[Magazine]]></category>
		<category><![CDATA[Pink]]></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=6545</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/10/Drago-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Drago Blogger Theme" decoding="async" loading="lazy" /></p>Drago is a clean, 100% responsive, 2 columns free blogger theme with a right sidebar and 3 columns footer widgets area. Drago Blogger template has a featured posts slider, top navigation menu, tabbed widget area, web fonts, auto post summaries, social and share buttons, related posts with thumbnails 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 Configure 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/-_5q6OToyOgk/WdRM5PRvxKI/AAAAAAAASec/8d1MtoNDkPw5hmktuYXbDkFlAZ1Q9jxwgCLcBGAs/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/-_5q6OToyOgk/WdRM5PRvxKI/AAAAAAAASec/8d1MtoNDkPw5hmktuYXbDkFlAZ1Q9jxwgCLcBGAs/s1600/1.jpg" with your slider image.

There are another 4 slide codes you have to configure like this.

<h4>Drago Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/10/Responsive-View-Drago-Blogger-Template.jpg" alt="Responsive View - Drago Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6549" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/10/Drago-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Drago Blogger Theme" decoding="async" loading="lazy" /></p>Drago is a clean, 100% responsive, 2 columns free blogger theme with a right sidebar and 3 columns footer widgets area. Drago Blogger template has a featured posts slider, top navigation menu, tabbed widget area, web fonts, auto post summaries, social and share buttons, related posts with thumbnails 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 Configure 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/-_5q6OToyOgk/WdRM5PRvxKI/AAAAAAAASec/8d1MtoNDkPw5hmktuYXbDkFlAZ1Q9jxwgCLcBGAs/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/-_5q6OToyOgk/WdRM5PRvxKI/AAAAAAAASec/8d1MtoNDkPw5hmktuYXbDkFlAZ1Q9jxwgCLcBGAs/s1600/1.jpg" with your slider image.

There are another 4 slide codes you have to configure like this.

<h4>Drago Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/10/Responsive-View-Drago-Blogger-Template.jpg" alt="Responsive View - Drago Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6549" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/drago-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Chooko Lite Blogger Template</title>
		<link>https://newbloggerthemes.com/chooko-lite-blogger-template/</link>
					<comments>https://newbloggerthemes.com/chooko-lite-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Thu, 07 Sep 2017 02:56:30 +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[Header Banner]]></category>
		<category><![CDATA[Minimalist]]></category>
		<category><![CDATA[Pink]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Right Sidebar]]></category>
		<category><![CDATA[Top Navigation Bar]]></category>
		<category><![CDATA[White]]></category>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=6460</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/09/Chooko-Lite-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Chooko Lite Blogger Theme" decoding="async" loading="lazy" /></p>Chooko Lite is a sweet, colorful and fully responsive, minimal blogger theme perfect for personal, fashion, beauty or cooking oriented blogs and creative websites. Chooko Lite Blogger template has a header image widget, mobile friendly menu, Google fonts, auto post summaries, share buttons, related posts with thumbnails, right sidebar, 4 columns footer and more.

<h4>How To Change Header Image</h4>

Go to "Layout" page. Click on the edit link of "Header Image" widget. Upload your own image.

<h4>How To Add Links to Top Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;ul class='menu sf-menu'&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>Chooko Lite Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/09/Responsive-View-Chooko-Lite-Blogger-Template.jpg" alt="Chooko Lite Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6463" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/09/Chooko-Lite-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Chooko Lite Blogger Theme" decoding="async" loading="lazy" /></p>Chooko Lite is a sweet, colorful and fully responsive, minimal blogger theme perfect for personal, fashion, beauty or cooking oriented blogs and creative websites. Chooko Lite Blogger template has a header image widget, mobile friendly menu, Google fonts, auto post summaries, share buttons, related posts with thumbnails, right sidebar, 4 columns footer and more.

<h4>How To Change Header Image</h4>

Go to "Layout" page. Click on the edit link of "Header Image" widget. Upload your own image.

<h4>How To Add Links to Top Navigation Menu</h4>

Find this in "Edit HTML":

<pre>&lt;ul class='menu sf-menu'&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>Chooko Lite Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/09/Responsive-View-Chooko-Lite-Blogger-Template.jpg" alt="Chooko Lite Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6463" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/chooko-lite-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Floro Blogger Template</title>
		<link>https://newbloggerthemes.com/floro-blogger-template/</link>
					<comments>https://newbloggerthemes.com/floro-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Wed, 21 Jun 2017 14:59:49 +0000</pubDate>
				<category><![CDATA[1 Sidebar]]></category>
		<category><![CDATA[2 Columns]]></category>
		<category><![CDATA[Adapted from Wordpress]]></category>
		<category><![CDATA[Black]]></category>
		<category><![CDATA[Color Options]]></category>
		<category><![CDATA[Magazine]]></category>
		<category><![CDATA[Minimalist]]></category>
		<category><![CDATA[Pink]]></category>
		<category><![CDATA[Premium]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Right Sidebar]]></category>
		<category><![CDATA[Top Navigation Bar]]></category>
		<category><![CDATA[White]]></category>
		<category><![CDATA[Paid Themes]]></category>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=6258</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/06/Floro-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Floro Blogger Theme" decoding="async" loading="lazy" /></p>Floro is a 100% responsive, template designer compatible(color and font options), search engine optimized, 2 columns clean blogger theme for writers. Floro Blogger Template has background image support, auto post summaries, related posts with thumbnails, header and footer social icons, post share options, top navigation menu, right sidebar, Google fonts and more.

It is 100% Responsive: <a href="https://search.google.com/test/mobile-friendly?id=QvbPOnWXY9nx58XggK0ruw" target="_blank" rel="nofollow" style="text-decoration:underline;">Check Mobile Friendly</a>

It has search engine friendly data: <a href="https://search.google.com/test/mobile-friendly?id=QvbPOnWXY9nx58XggK0ruw" target="_blank" rel="nofollow" style="text-decoration:underline;">Check Structured Data</a>

<h4>Floro Theme Features</h4>
<ul>
<li>100% Responsive (Mobile Friendly)</li>
<li>Highly Optimized for Search Engines</li>
<li>Colors Options / Unlimited Colors</li>
<li>Fonts Options / Hundreds of Fonts</li>
<li>Background Image Support</li>
<li>Related Posts with Thumbnails</li>
<li>Top Multi-level Navigation Menu</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>Many More Features...</li>
</ul>

<h4>How To Configure Top Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/06/Navigation-Menu-Floro-Blogger-Template.jpg" alt="Navigation Menu - Floro Blogger Template" width="575" height="247" class="alignnone size-full wp-image-6263" />

Find this in "Edit HTML":

<pre>&lt;div class='floro-menu-container'&gt;
&lt;ul class='menunbt' id='primary-menunbt'&gt;

&lt;li&gt;&lt;a expr:href='data:blog.homepageUrl'&gt;Home&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href='#'&gt;Business&lt;/a&gt;
&lt;ul class='sub-menu'&gt;
&lt;li&gt;&lt;a href='#'&gt;Internet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Market&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Stock&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;

...

&lt;/ul&gt;
&lt;/div&gt;</pre>

<h4>How To Configure Header Social Buttons</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/06/Header-Social-Buttons-Floro-Blogger-Template.jpg" alt="Header Social Buttons - Floro Blogger Template" width="276" height="70" class="alignnone size-full wp-image-6262" />

Find this in "Edit HTML":

<pre>&lt;a href='https://twitter.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-twitter'/&gt;&lt;/a&gt;
&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-facebook'/&gt;&lt;/a&gt;
&lt;a href='https://www.youtube.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-youtube-play'/&gt;&lt;/a&gt;
&lt;a href='https://www.pinterest.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-pinterest'/&gt;&lt;/a&gt;
&lt;a href='https://www.linkedin.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-linkedin'/&gt;&lt;/a&gt;
&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-instagram'/&gt;&lt;/a&gt;
&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-google-plus'/&gt;&lt;/a&gt;
&lt;a expr:href='data:blog.homepageUrl + &amp;quot;feeds/posts/default&amp;quot;' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-rss'/&gt;&lt;/a&gt;</pre>

Add your own social links replacing default social profile URLs.

<h4>How To Configure Footer Social Buttons</h4>

Find this in "Edit HTML":

<pre>&lt;a href='https://twitter.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-twitter'/&gt;&lt;span class='social-links-label'&gt;Twitter&lt;/span&gt;&lt;/a&gt;
&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-facebook'/&gt;&lt;span class='social-links-label'&gt;Facebook&lt;/span&gt;&lt;/a&gt;
&lt;a href='https://www.youtube.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-youtube-play'/&gt;&lt;span class='social-links-label'&gt;Youtube&lt;/span&gt;&lt;/a&gt;
&lt;a href='https://www.pinterest.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-pinterest'/&gt;&lt;span class='social-links-label'&gt;Pinterest&lt;/span&gt;&lt;/a&gt;
&lt;a href='https://www.linkedin.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-linkedin'/&gt;&lt;span class='social-links-label'&gt;LinkedIn&lt;/span&gt;&lt;/a&gt;
&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-instagram'/&gt;&lt;span class='social-links-label'&gt;Instagram&lt;/span&gt;&lt;/a&gt;
&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-googleplus'/&gt;&lt;span class='social-links-label'&gt;Google+&lt;/span&gt;&lt;/a&gt;
&lt;a expr:href='data:blog.homepageUrl + &amp;quot;feeds/posts/default&amp;quot;' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-rss'/&gt;&lt;span class='social-links-label'&gt;RSS&lt;/span&gt;&lt;/a&gt;</pre>

Add your own social links replacing default social profile URLs.

Replace "#" marks with real URLs and change anchor texts as you like.

<h4>Floro Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/06/Responsive-View-Floro-Blogger-Template.jpg" alt="Responsive View - Floro Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6264" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/06/Floro-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Floro Blogger Theme" decoding="async" loading="lazy" /></p>Floro is a 100% responsive, template designer compatible(color and font options), search engine optimized, 2 columns clean blogger theme for writers. Floro Blogger Template has background image support, auto post summaries, related posts with thumbnails, header and footer social icons, post share options, top navigation menu, right sidebar, Google fonts and more.

It is 100% Responsive: <a href="https://search.google.com/test/mobile-friendly?id=QvbPOnWXY9nx58XggK0ruw" target="_blank" rel="nofollow" style="text-decoration:underline;">Check Mobile Friendly</a>

It has search engine friendly data: <a href="https://search.google.com/test/mobile-friendly?id=QvbPOnWXY9nx58XggK0ruw" target="_blank" rel="nofollow" style="text-decoration:underline;">Check Structured Data</a>

<h4>Floro Theme Features</h4>
<ul>
<li>100% Responsive (Mobile Friendly)</li>
<li>Highly Optimized for Search Engines</li>
<li>Colors Options / Unlimited Colors</li>
<li>Fonts Options / Hundreds of Fonts</li>
<li>Background Image Support</li>
<li>Related Posts with Thumbnails</li>
<li>Top Multi-level Navigation Menu</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>Many More Features...</li>
</ul>

<h4>How To Configure Top Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/06/Navigation-Menu-Floro-Blogger-Template.jpg" alt="Navigation Menu - Floro Blogger Template" width="575" height="247" class="alignnone size-full wp-image-6263" />

Find this in "Edit HTML":

<pre>&lt;div class='floro-menu-container'&gt;
&lt;ul class='menunbt' id='primary-menunbt'&gt;

&lt;li&gt;&lt;a expr:href='data:blog.homepageUrl'&gt;Home&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href='#'&gt;Business&lt;/a&gt;
&lt;ul class='sub-menu'&gt;
&lt;li&gt;&lt;a href='#'&gt;Internet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Market&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Stock&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;

...

&lt;/ul&gt;
&lt;/div&gt;</pre>

<h4>How To Configure Header Social Buttons</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/06/Header-Social-Buttons-Floro-Blogger-Template.jpg" alt="Header Social Buttons - Floro Blogger Template" width="276" height="70" class="alignnone size-full wp-image-6262" />

Find this in "Edit HTML":

<pre>&lt;a href='https://twitter.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-twitter'/&gt;&lt;/a&gt;
&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-facebook'/&gt;&lt;/a&gt;
&lt;a href='https://www.youtube.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-youtube-play'/&gt;&lt;/a&gt;
&lt;a href='https://www.pinterest.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-pinterest'/&gt;&lt;/a&gt;
&lt;a href='https://www.linkedin.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-linkedin'/&gt;&lt;/a&gt;
&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-instagram'/&gt;&lt;/a&gt;
&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-google-plus'/&gt;&lt;/a&gt;
&lt;a expr:href='data:blog.homepageUrl + &amp;quot;feeds/posts/default&amp;quot;' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-rss'/&gt;&lt;/a&gt;</pre>

Add your own social links replacing default social profile URLs.

<h4>How To Configure Footer Social Buttons</h4>

Find this in "Edit HTML":

<pre>&lt;a href='https://twitter.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-twitter'/&gt;&lt;span class='social-links-label'&gt;Twitter&lt;/span&gt;&lt;/a&gt;
&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-facebook'/&gt;&lt;span class='social-links-label'&gt;Facebook&lt;/span&gt;&lt;/a&gt;
&lt;a href='https://www.youtube.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-youtube-play'/&gt;&lt;span class='social-links-label'&gt;Youtube&lt;/span&gt;&lt;/a&gt;
&lt;a href='https://www.pinterest.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-pinterest'/&gt;&lt;span class='social-links-label'&gt;Pinterest&lt;/span&gt;&lt;/a&gt;
&lt;a href='https://www.linkedin.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-linkedin'/&gt;&lt;span class='social-links-label'&gt;LinkedIn&lt;/span&gt;&lt;/a&gt;
&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-instagram'/&gt;&lt;span class='social-links-label'&gt;Instagram&lt;/span&gt;&lt;/a&gt;
&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-googleplus'/&gt;&lt;span class='social-links-label'&gt;Google+&lt;/span&gt;&lt;/a&gt;
&lt;a expr:href='data:blog.homepageUrl + &amp;quot;feeds/posts/default&amp;quot;' rel='nofollow' target='_blank'&gt;&lt;span class='fa fa-rss'/&gt;&lt;span class='social-links-label'&gt;RSS&lt;/span&gt;&lt;/a&gt;</pre>

Add your own social links replacing default social profile URLs.

Replace "#" marks with real URLs and change anchor texts as you like.

<h4>Floro Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/06/Responsive-View-Floro-Blogger-Template.jpg" alt="Responsive View - Floro Blogger Template" width="700" height="416" class="alignnone size-full wp-image-6264" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/floro-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The Minimal Blogger Template</title>
		<link>https://newbloggerthemes.com/the-minimal-blogger-template/</link>
					<comments>https://newbloggerthemes.com/the-minimal-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Wed, 29 Mar 2017 16:36:39 +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[Minimalist]]></category>
		<category><![CDATA[Photolog]]></category>
		<category><![CDATA[Pink]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Right Sidebar]]></category>
		<category><![CDATA[Slider]]></category>
		<category><![CDATA[Top Navigation Bar]]></category>
		<category><![CDATA[White]]></category>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=5907</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/03/The-Minimal-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="The Minimal Blogger Theme" decoding="async" loading="lazy" /></p>The Minimal is a 100% responsive, fresh, clean and a minimalist Blogger theme designed for a blog or a magazine. The large featured slider makes this theme a great choice for photography, travel, food, fashion or any other blog. The clean typography and spacious white layout make it great to share your stories. The Minimal Blogger template has 2 columns layout, 3 columns footer widgets area, related posts with thumbnails, social and share buttons, 2 navigation menus, auto post summaries and more. The Blogger theme is fully responsive and scales beautifully with various screen sizes while maintaining the text readability and image quality.

<h4>How To Add Links to Top Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Top-Navigation-Menu-The-Minimal-Blogger-Template.jpg" alt="Top Navigation Menu - The Minimal Blogger Template" width="466" height="50" class="alignnone size-full wp-image-5913" />

Go to "Layout". Click on "Edit" link of "Edit This Menu" widget.

Now add your links to that link list widget.

More info: <a href='https://newbloggerthemes.com/blog/how-to-configure-linklist-menu-widget/' target='_blank'>https://newbloggerthemes.com/blog/how-to-configure-linklist-menu-widget/</a>

<h4>How To Configure Social Buttons</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Social-Buttons-The-Minimal-Blogger-Template.jpg" alt="Social Buttons - The Minimal Blogger Template" width="519" height="50" class="alignnone size-full wp-image-5912" />

Find this in "Edit HTML":

<pre>&lt;ul class='social-networksnbt'&gt;
&lt;li&gt;&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;&lt;i class='fa fa-twitter'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'&gt;&lt;i class='fa fa-facebook'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'&gt;&lt;i class='fa fa-google-plus'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'&gt;&lt;i class='fa fa-pinterest'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.linkedin.com/' rel='nofollow' target='_blank' title='Linkedin'&gt;&lt;i class='fa fa-linkedin'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'&gt;&lt;i class='fa fa-instagram'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.youtube.com/' rel='nofollow' target='_blank' title='Youtube'&gt;&lt;i class='fa fa-youtube'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://vimeo.com/' rel='nofollow' target='_blank' title='Vimeo'&gt;&lt;i class='fa fa-vimeo'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='mailto:123@abc.com' rel='nofollow' target='_blank' title='Contact'&gt;&lt;i class='fa fa-envelope'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a expr:href='data:blog.homepageUrl + &amp;quot;feeds/posts/default&amp;quot;' target='_blank' title='RSS'&gt;&lt;i class='fa fa-rss'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</pre>

Add your own social links replacing default social profile URLs.

<h4>How To Configure Multi-level Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Multi-Level-Navigation-Menu-The-Minimal-Blogger-Template.jpg" alt="Multi Level Navigation Menu - The Minimal Blogger Template" width="640" height="260" class="alignnone size-full wp-image-5910" />

Find this in "Edit HTML":

<pre>&lt;nav class='main-navigationnbt' id='site-navigationnbt' role='navigation'&gt;
&lt;div class='menu-primary-menu-container'&gt;
&lt;ul class='nav-menunbt' id='primary-menunbt'&gt;

&lt;li&gt;&lt;a expr:href='data:blog.homepageUrl'&gt;Home&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href='#'&gt;Business&lt;/a&gt;
&lt;ul class='sub-menu'&gt;
&lt;li&gt;&lt;a href='#'&gt;Internet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Market&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Stock&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;

...

&lt;/ul&gt;
&lt;/div&gt;
&lt;/nav&gt;</pre>

Replace "#" marks with real URLs and change anchor texts as you like.

<h4>How To Configure Featured Content Slider:</h4>

There are 3 slides in the slider. You can add or remove more slides if you want.

This is the code for the first slide. Find it in "Edit HTML":
<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/-F4ZW_VTHEbQ/WNtRO9D2KtI/AAAAAAAAQjo/NA5NDOAtNbITpWdgQrpMLP0_nCJzAG8pACLcB/s0/slide-1.jpg'/&gt;&lt;/a&gt;
&lt;div class='slider-text'&gt;&lt;div class='container'&gt;&lt;div class='textnbt'&gt;
&lt;h2&gt;Enter Slide 1 Title Here&lt;/h2&gt;
&lt;a class='continue-readingnbt' href='ENTER-SLIDE-X-LINK-HERE'&gt;Read More&lt;/a&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;!-- Slide 1 code end --&gt;</pre>

Now replace,
"ENTER-SLIDE-1-LINK-HERE"s with your real slide link,
"Enter Slide 1 Title Here" with your real slide title,
"https://3.bp.blogspot.com/-F4ZW_VTHEbQ/WNtRO9D2KtI/AAAAAAAAQjo/NA5NDOAtNbITpWdgQrpMLP0_nCJzAG8pACLcB/s0/slide-1.jpg" with your slide image URL.
  
Now do the same thing for other 2 slides.

Note: Default slide image size is 1920px &times; 500px.

<h4>The Minimal Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Responsive-View-The-Minimal-Blogger-Template.jpg" alt="Responsive View - The Minimal Blogger Template" width="700" height="416" class="alignnone size-full wp-image-5911" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/03/The-Minimal-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="The Minimal Blogger Theme" decoding="async" loading="lazy" /></p>The Minimal is a 100% responsive, fresh, clean and a minimalist Blogger theme designed for a blog or a magazine. The large featured slider makes this theme a great choice for photography, travel, food, fashion or any other blog. The clean typography and spacious white layout make it great to share your stories. The Minimal Blogger template has 2 columns layout, 3 columns footer widgets area, related posts with thumbnails, social and share buttons, 2 navigation menus, auto post summaries and more. The Blogger theme is fully responsive and scales beautifully with various screen sizes while maintaining the text readability and image quality.

<h4>How To Add Links to Top Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Top-Navigation-Menu-The-Minimal-Blogger-Template.jpg" alt="Top Navigation Menu - The Minimal Blogger Template" width="466" height="50" class="alignnone size-full wp-image-5913" />

Go to "Layout". Click on "Edit" link of "Edit This Menu" widget.

Now add your links to that link list widget.

More info: <a href='https://newbloggerthemes.com/blog/how-to-configure-linklist-menu-widget/' target='_blank'>https://newbloggerthemes.com/blog/how-to-configure-linklist-menu-widget/</a>

<h4>How To Configure Social Buttons</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Social-Buttons-The-Minimal-Blogger-Template.jpg" alt="Social Buttons - The Minimal Blogger Template" width="519" height="50" class="alignnone size-full wp-image-5912" />

Find this in "Edit HTML":

<pre>&lt;ul class='social-networksnbt'&gt;
&lt;li&gt;&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;&lt;i class='fa fa-twitter'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'&gt;&lt;i class='fa fa-facebook'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'&gt;&lt;i class='fa fa-google-plus'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'&gt;&lt;i class='fa fa-pinterest'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.linkedin.com/' rel='nofollow' target='_blank' title='Linkedin'&gt;&lt;i class='fa fa-linkedin'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'&gt;&lt;i class='fa fa-instagram'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.youtube.com/' rel='nofollow' target='_blank' title='Youtube'&gt;&lt;i class='fa fa-youtube'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://vimeo.com/' rel='nofollow' target='_blank' title='Vimeo'&gt;&lt;i class='fa fa-vimeo'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='mailto:123@abc.com' rel='nofollow' target='_blank' title='Contact'&gt;&lt;i class='fa fa-envelope'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a expr:href='data:blog.homepageUrl + &amp;quot;feeds/posts/default&amp;quot;' target='_blank' title='RSS'&gt;&lt;i class='fa fa-rss'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;</pre>

Add your own social links replacing default social profile URLs.

<h4>How To Configure Multi-level Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Multi-Level-Navigation-Menu-The-Minimal-Blogger-Template.jpg" alt="Multi Level Navigation Menu - The Minimal Blogger Template" width="640" height="260" class="alignnone size-full wp-image-5910" />

Find this in "Edit HTML":

<pre>&lt;nav class='main-navigationnbt' id='site-navigationnbt' role='navigation'&gt;
&lt;div class='menu-primary-menu-container'&gt;
&lt;ul class='nav-menunbt' id='primary-menunbt'&gt;

&lt;li&gt;&lt;a expr:href='data:blog.homepageUrl'&gt;Home&lt;/a&gt;&lt;/li&gt;

&lt;li&gt;&lt;a href='#'&gt;Business&lt;/a&gt;
&lt;ul class='sub-menu'&gt;
&lt;li&gt;&lt;a href='#'&gt;Internet&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Market&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Stock&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;

...

&lt;/ul&gt;
&lt;/div&gt;
&lt;/nav&gt;</pre>

Replace "#" marks with real URLs and change anchor texts as you like.

<h4>How To Configure Featured Content Slider:</h4>

There are 3 slides in the slider. You can add or remove more slides if you want.

This is the code for the first slide. Find it in "Edit HTML":
<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/-F4ZW_VTHEbQ/WNtRO9D2KtI/AAAAAAAAQjo/NA5NDOAtNbITpWdgQrpMLP0_nCJzAG8pACLcB/s0/slide-1.jpg'/&gt;&lt;/a&gt;
&lt;div class='slider-text'&gt;&lt;div class='container'&gt;&lt;div class='textnbt'&gt;
&lt;h2&gt;Enter Slide 1 Title Here&lt;/h2&gt;
&lt;a class='continue-readingnbt' href='ENTER-SLIDE-X-LINK-HERE'&gt;Read More&lt;/a&gt;
&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;
&lt;/li&gt;
&lt;!-- Slide 1 code end --&gt;</pre>

Now replace,
"ENTER-SLIDE-1-LINK-HERE"s with your real slide link,
"Enter Slide 1 Title Here" with your real slide title,
"https://3.bp.blogspot.com/-F4ZW_VTHEbQ/WNtRO9D2KtI/AAAAAAAAQjo/NA5NDOAtNbITpWdgQrpMLP0_nCJzAG8pACLcB/s0/slide-1.jpg" with your slide image URL.
  
Now do the same thing for other 2 slides.

Note: Default slide image size is 1920px &times; 500px.

<h4>The Minimal Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Responsive-View-The-Minimal-Blogger-Template.jpg" alt="Responsive View - The Minimal Blogger Template" width="700" height="416" class="alignnone size-full wp-image-5911" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/the-minimal-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Persona Blogger Template</title>
		<link>https://newbloggerthemes.com/premium-themes/persona-blogger-template/</link>
					<comments>https://newbloggerthemes.com/premium-themes/persona-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Tue, 07 Mar 2017 03:07:53 +0000</pubDate>
				<category><![CDATA[1 Sidebar]]></category>
		<category><![CDATA[2 Columns]]></category>
		<category><![CDATA[Featured Section]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Magazine]]></category>
		<category><![CDATA[Minimalist]]></category>
		<category><![CDATA[Photolog]]></category>
		<category><![CDATA[Pink]]></category>
		<category><![CDATA[Premium]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Right Sidebar]]></category>
		<category><![CDATA[Slider]]></category>
		<category><![CDATA[Top Navigation Bar]]></category>
		<category><![CDATA[White]]></category>
		<guid isPermaLink="false">https://newbloggerthemes.com/?post_type=premiumnbt&#038;p=5790</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Persona-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Persona Blogger Theme" decoding="async" loading="lazy" /></p>Persona is an elegant life style and personal blogger template for blogspot blogs. Persona Blogger Template has a clean, pure and unique design to start your personal blog, it comes with many new features, easy to customize, has custom theme options, fast loading time and outstanding support.
<table><tbody><tr>
<td><div class="tdemo"><a class="tdemo demo-link-main" href="https://themeforest.net/item/persona-life-style-personal-blogger-template/full_screen_preview/19496857[themeuser]" target='_blank' rel='nofollow'>Live Demo</a></div></td>
<td><div class="tdownload"><a class="tdownload" href="https://themeforest.net/item/persona-life-style-personal-blogger-template/19496857[themeuser]" rel="nofollow" target="_blank">Download & More Info</a></div></td>
<td><div class="tinstall">[tinstall]</div></td>
</tr></tbody></table>

Files Included:	HTML Files, CSS Files, JS Files

Compatible With: Bootstrap 3.x, Bootstrap 2.3.x, Bootstrap 2.2.2, Bootstrap 2.2.1, Bootstrap 2.1.1, Bootstrap 2.1.0, Bootstrap 2.0.4, Bootstrap 2.0.3, Bootstrap 2.0.2, Bootstrap 2.0.1, Bootstrap 2.0

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Persona-Blogger-Template.jpg" alt="Persona Blogger Template" width="700" height="583" class="alignnone size-full wp-image-5792" />

<h4>Persona Template Features:</h4>
<ul>
    <li>7 Homepages Variations</li>
    <li>7 Blog Layouts</li>
    <li>Switch Between Layouts Using Blog Settings Only</li>
    <li>Theme Builder Included</li>
    <li>Mega Menu Posts Feeds</li>
    <li>4 Sorted Posts Feeds By : Recent / Random / Discussed / Category</li>
    <li>Powerfull Admin Panel with Theme Options Included, <a href="https://newbloggerthemes.com/wp-content/uploads/2017/03/Persona-Theme-Options.png" target="_blank" rel="nofollow">Check it</a></li>
    <li>Fully Responsive Layout.</li>
    <li>Fast Loading Theme (Lazy Loading Images).</li>
    <li>Easy to Customize.</li>
    <li>Clean &amp; Elegant Design.</li>
    <li>3 Featured Posts Styles (Boxed, FullWidth, Centred)</li>
    <li>Trending Posts</li>
    <li>Custom Widgets</li>
    <li>Fully Customizable</li>
    <li>Live Customizer : Backgrounds, Colors, Fonts, Borders, Padding Lenght</li>
    <li>Support Translation</li>
    <li>Across Browsers Compatible : +9IE, Edge, Chrome, FireFox, Opera, Safari, ...</li>
    <li>Theme &amp; Post Layouts (Fullwidth, Left Sidebar, Right Sidebar)</li>
    <li>Post Types Formats : Standard, Image, Video, Audio Formats</li>
    <li>Page Templates : Tags, Categories, Archive, Search Results</li>
    <li>Advanced Error Page</li>
    <li>Drop Down Multi Level Menu</li>
    <li>Off Canvas Mobile Menu</li>
    <li>Clean Typography</li>
    <li>Useful Shortcodes : Buttons, Tooltip</li>
    <li>Custom Contact Page</li>
    <li>Sticky Menu &amp; Sidebar</li>
    <li>Automatique Instagram Widget Feeds</li>
    <li>Clean Code with Comments</li>
    <li>Well Documented</li>
</ul>

Types: blgogers, blogger, blogger template, blogger theme, blogging, customizable, life style, modern, personal, responsive, template, theme, well documented

<h4>Persona Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Responsive-View-Persona-Blogger-Template.jpg" alt="Responsive View - Persona Blogger Template" width="700" height="416" class="alignnone size-full wp-image-5795" />

Persona 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.]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Persona-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Persona Blogger Theme" decoding="async" loading="lazy" /></p>Persona is an elegant life style and personal blogger template for blogspot blogs. Persona Blogger Template has a clean, pure and unique design to start your personal blog, it comes with many new features, easy to customize, has custom theme options, fast loading time and outstanding support.
<table><tbody><tr>
<td><div class="tdemo"><a class="tdemo demo-link-main" href="https://themeforest.net/item/persona-life-style-personal-blogger-template/full_screen_preview/19496857[themeuser]" target='_blank' rel='nofollow'>Live Demo</a></div></td>
<td><div class="tdownload"><a class="tdownload" href="https://themeforest.net/item/persona-life-style-personal-blogger-template/19496857[themeuser]" rel="nofollow" target="_blank">Download & More Info</a></div></td>
<td><div class="tinstall">[tinstall]</div></td>
</tr></tbody></table>

Files Included:	HTML Files, CSS Files, JS Files

Compatible With: Bootstrap 3.x, Bootstrap 2.3.x, Bootstrap 2.2.2, Bootstrap 2.2.1, Bootstrap 2.1.1, Bootstrap 2.1.0, Bootstrap 2.0.4, Bootstrap 2.0.3, Bootstrap 2.0.2, Bootstrap 2.0.1, Bootstrap 2.0

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Persona-Blogger-Template.jpg" alt="Persona Blogger Template" width="700" height="583" class="alignnone size-full wp-image-5792" />

<h4>Persona Template Features:</h4>
<ul>
    <li>7 Homepages Variations</li>
    <li>7 Blog Layouts</li>
    <li>Switch Between Layouts Using Blog Settings Only</li>
    <li>Theme Builder Included</li>
    <li>Mega Menu Posts Feeds</li>
    <li>4 Sorted Posts Feeds By : Recent / Random / Discussed / Category</li>
    <li>Powerfull Admin Panel with Theme Options Included, <a href="https://newbloggerthemes.com/wp-content/uploads/2017/03/Persona-Theme-Options.png" target="_blank" rel="nofollow">Check it</a></li>
    <li>Fully Responsive Layout.</li>
    <li>Fast Loading Theme (Lazy Loading Images).</li>
    <li>Easy to Customize.</li>
    <li>Clean &amp; Elegant Design.</li>
    <li>3 Featured Posts Styles (Boxed, FullWidth, Centred)</li>
    <li>Trending Posts</li>
    <li>Custom Widgets</li>
    <li>Fully Customizable</li>
    <li>Live Customizer : Backgrounds, Colors, Fonts, Borders, Padding Lenght</li>
    <li>Support Translation</li>
    <li>Across Browsers Compatible : +9IE, Edge, Chrome, FireFox, Opera, Safari, ...</li>
    <li>Theme &amp; Post Layouts (Fullwidth, Left Sidebar, Right Sidebar)</li>
    <li>Post Types Formats : Standard, Image, Video, Audio Formats</li>
    <li>Page Templates : Tags, Categories, Archive, Search Results</li>
    <li>Advanced Error Page</li>
    <li>Drop Down Multi Level Menu</li>
    <li>Off Canvas Mobile Menu</li>
    <li>Clean Typography</li>
    <li>Useful Shortcodes : Buttons, Tooltip</li>
    <li>Custom Contact Page</li>
    <li>Sticky Menu &amp; Sidebar</li>
    <li>Automatique Instagram Widget Feeds</li>
    <li>Clean Code with Comments</li>
    <li>Well Documented</li>
</ul>

Types: blgogers, blogger, blogger template, blogger theme, blogging, customizable, life style, modern, personal, responsive, template, theme, well documented

<h4>Persona Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/03/Responsive-View-Persona-Blogger-Template.jpg" alt="Responsive View - Persona Blogger Template" width="700" height="416" class="alignnone size-full wp-image-5795" />

Persona 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.]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/premium-themes/persona-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Marlin lite Blogger Template</title>
		<link>https://newbloggerthemes.com/marlin-lite-blogger-template/</link>
					<comments>https://newbloggerthemes.com/marlin-lite-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Thu, 16 Feb 2017 15:06:43 +0000</pubDate>
				<category><![CDATA[1 Sidebar]]></category>
		<category><![CDATA[2 Columns]]></category>
		<category><![CDATA[Adapted from Wordpress]]></category>
		<category><![CDATA[Color Options]]></category>
		<category><![CDATA[Featured Section]]></category>
		<category><![CDATA[Grey]]></category>
		<category><![CDATA[Magazine]]></category>
		<category><![CDATA[Minimalist]]></category>
		<category><![CDATA[Photolog]]></category>
		<category><![CDATA[Pink]]></category>
		<category><![CDATA[Premium]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Right Sidebar]]></category>
		<category><![CDATA[Slider]]></category>
		<category><![CDATA[Top Navigation Bar]]></category>
		<category><![CDATA[White]]></category>
		<category><![CDATA[Paid Themes]]></category>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=5668</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/02/Marlin-lite-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Marlin lite Blogger Theme" decoding="async" loading="lazy" /></p>Marlin lite is a minimal and elegant, 100% responsive, template designer compatible, 2 columns premium blogger theme is optimized for search engines. Marlin lite Blogger Template has background image support, font and color options, so you can change fonts (over 100 fonts) and colors (unlimited colors) very quickly without editing any HTML. This blogger template has a right sidebar, automatic featured posts slider, custom about widget, Google web fonts, icon fonts, related posts with thumbnails, social and sharing buttons, top navigation menu, multi-level primary menu and more.

[purchase_link id="5679" text="Purchase - Marlin lite Blogger Template" style="button" color="blue"]

It is 100% Responsive: <a href="http://responsivedesignchecker.com/marlin-lite-nbt.blogspot.com/" target="_blank" rel="nofollow" style="text-decoration:underline;">Check Mobile Friendly</a>

It has search engine friendly data: <a href="https://search.google.com/structured-data/testing-tool#url=http%3A%2F%2Fmarlin-lite-nbt.blogspot.com%2F" target="_blank" rel="nofollow" style="text-decoration:underline;">Check SEO Friendly</a>

<h4>Marlin lite Theme Features</h4>
<ul>
<li>100% Responsive (Mobile Friendly)</li>
<li>Search Engine Optimized</li>
<li>Unlimited Colors to Choose</li>
<li>Hundreds of Fonts to Select</li>
<li>Support for a Background Image</li>
<li>Automatic Featured Posts Slider</li>
<li>Related Posts with Thumbnails</li>
<li>Top Menu and Multi-level Navigation Menu</li>
<li>Beautiful Social Buttons</li>
<li>Post Share Buttons</li>
<li>Custom About Me Widget</li>
<li>Facebook and Twitter Meta Data</li>
<li>Many More Features...</li>
</ul>

<h4>How To Configure Top Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/02/Top-Navigation-Menu-Marlin-lite-Blogger-Template.jpg" alt="Top Navigation Menu - Marlin lite Blogger Template" width="479" height="41" class="alignnone size-full wp-image-5676" />

Find this in "Edit HTML":

<pre>&lt;ul class='topbar-menunbt pull-left'&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;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Downloads&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Featured&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Health&lt;/a&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 Social Buttons</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/02/Social-Buttons-Marlin-lite-Blogger-Template.jpg" alt="Social Buttons - Marlin lite Blogger Template" width="261" height="41" class="alignnone size-full wp-image-5675" />

Find this in "Edit HTML":

<pre>&lt;div class='socialnbt pull-right'&gt;
&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;&lt;i class='fa fa-twitter'/&gt;&lt;/a&gt;
&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'&gt;&lt;i class='fa fa-facebook'/&gt;&lt;/a&gt;
&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'&gt;&lt;i class='fa fa-google-plus'/&gt;&lt;/a&gt;
&lt;a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'&gt;&lt;i class='fa fa-pinterest'/&gt;&lt;/a&gt;
...
&lt;/div&gt;</pre>

Add your own social links replacing default social profile URLs.

<h4>How To Configure Primary Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/02/Primary-Navigation-Menu-Marlin-lite-Blogger-Template.jpg" alt="Primary Navigation Menu - Marlin lite Blogger Template" width="700" height="226" class="alignnone size-full wp-image-5673" />

Find this in "Edit HTML":

<pre>&lt;ul class='vtmenu'&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 dropdown'&gt;&lt;a aria-haspopup='true' class='dropdown-toggle' data-toggle='dropdown' href='#'&gt;Business &lt;span class='caret'/&gt;&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 Featured Posts Slider</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/02/Featured-Posts-Slider-Marlin-lite-Blogger-Template.jpg" alt="Featured Posts Slider - Marlin lite Blogger Template" width="700" height="152" class="alignnone size-full wp-image-5671" />

This slider automatically displays posts from a given category. To add your category name go to "Layout" page.

Click on the edit link of "Featured Posts" widget.

Add your category name like below and save the widget.

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/02/Featured-Posts-Slider-Configuration-Marlin-lite-Blogger-Template.jpg" alt="Featured Posts Slider Configuration - Marlin lite Blogger Template" width="590" height="508" class="alignnone size-full wp-image-5672" />

<h4>How To Configure About Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/02/About-Widget-Marlin-lite-Blogger-Template.jpg" alt="About Widget - Marlin lite Blogger Template" width="387" height="511" class="alignnone size-full wp-image-5670" />

Find this code in "Edit HTML":

<pre>&lt;!-- About Me Widget Start --&gt;
&lt;div class='widget marlin_lite_about_widget'&gt;
&lt;div class='about-widgetnbt widget-content'&gt;

&lt;div class='about-imgnbt'&gt;
&lt;img class='about-imgnbt' height='250' src='https://4.bp.blogspot.com/-EFFeNWNQVO4/WJlC1crltPI/AAAAAAAAQH4/72b4kjz2xMAHz2vnW6GIVL3vmhdzcvWDgCLcB/w328-h250-c/11.jpg' width='328'/&gt;
&lt;/div&gt;

&lt;div class='about-descriptionnbt'&gt;
&lt;p&gt;I am an experienced web developer and blogger template designer. I design beautiful free blogger themes and also design premium blogger template according to your requests. contact me for custom theme designs.&lt;/p&gt;
&lt;p class='about-socialnbt'&gt;
&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;&lt;i class='fa fa-twitter'/&gt;&lt;/a&gt;
&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'&gt;&lt;i class='fa fa-facebook'/&gt;&lt;/a&gt;
&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'&gt;&lt;i class='fa fa-google-plus'/&gt;&lt;/a&gt;
&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'&gt;&lt;i class='fa fa-instagram'/&gt;&lt;/a&gt;
&lt;a href='https://www.youtube.com/' rel='nofollow' target='_blank' title='Youtube'&gt;&lt;i class='fa fa-youtube'/&gt;&lt;/a&gt;
&lt;a href='mailto:123@abc.com' rel='nofollow' target='_blank' title='Contact'&gt;&lt;i class='fa fa-envelope'/&gt;&lt;/a&gt;
&lt;a expr:href='data:blog.homepageUrl + &amp;quot;feeds/posts/default&amp;quot;' target='_blank' title='RSS'&gt;&lt;i class='fa fa-rss'/&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;

&lt;/div&gt;
&lt;/div&gt;
&lt;!-- About Me Widget End --&gt;</pre>

Change about image(328px width and 250px height) address, description and social URLs as you like.

<h4>Marlin lite Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/02/Responsive-View-Marlin-lite-Blogger-Template.jpg" alt="Responsive View - Marlin lite Blogger Template" width="700" height="416" class="alignnone size-full wp-image-5674" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2017/02/Marlin-lite-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Marlin lite Blogger Theme" decoding="async" loading="lazy" /></p>Marlin lite is a minimal and elegant, 100% responsive, template designer compatible, 2 columns premium blogger theme is optimized for search engines. Marlin lite Blogger Template has background image support, font and color options, so you can change fonts (over 100 fonts) and colors (unlimited colors) very quickly without editing any HTML. This blogger template has a right sidebar, automatic featured posts slider, custom about widget, Google web fonts, icon fonts, related posts with thumbnails, social and sharing buttons, top navigation menu, multi-level primary menu and more.

[purchase_link id="5679" text="Purchase - Marlin lite Blogger Template" style="button" color="blue"]

It is 100% Responsive: <a href="http://responsivedesignchecker.com/marlin-lite-nbt.blogspot.com/" target="_blank" rel="nofollow" style="text-decoration:underline;">Check Mobile Friendly</a>

It has search engine friendly data: <a href="https://search.google.com/structured-data/testing-tool#url=http%3A%2F%2Fmarlin-lite-nbt.blogspot.com%2F" target="_blank" rel="nofollow" style="text-decoration:underline;">Check SEO Friendly</a>

<h4>Marlin lite Theme Features</h4>
<ul>
<li>100% Responsive (Mobile Friendly)</li>
<li>Search Engine Optimized</li>
<li>Unlimited Colors to Choose</li>
<li>Hundreds of Fonts to Select</li>
<li>Support for a Background Image</li>
<li>Automatic Featured Posts Slider</li>
<li>Related Posts with Thumbnails</li>
<li>Top Menu and Multi-level Navigation Menu</li>
<li>Beautiful Social Buttons</li>
<li>Post Share Buttons</li>
<li>Custom About Me Widget</li>
<li>Facebook and Twitter Meta Data</li>
<li>Many More Features...</li>
</ul>

<h4>How To Configure Top Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/02/Top-Navigation-Menu-Marlin-lite-Blogger-Template.jpg" alt="Top Navigation Menu - Marlin lite Blogger Template" width="479" height="41" class="alignnone size-full wp-image-5676" />

Find this in "Edit HTML":

<pre>&lt;ul class='topbar-menunbt pull-left'&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;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Downloads&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Featured&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Health&lt;/a&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 Social Buttons</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/02/Social-Buttons-Marlin-lite-Blogger-Template.jpg" alt="Social Buttons - Marlin lite Blogger Template" width="261" height="41" class="alignnone size-full wp-image-5675" />

Find this in "Edit HTML":

<pre>&lt;div class='socialnbt pull-right'&gt;
&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;&lt;i class='fa fa-twitter'/&gt;&lt;/a&gt;
&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'&gt;&lt;i class='fa fa-facebook'/&gt;&lt;/a&gt;
&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'&gt;&lt;i class='fa fa-google-plus'/&gt;&lt;/a&gt;
&lt;a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'&gt;&lt;i class='fa fa-pinterest'/&gt;&lt;/a&gt;
...
&lt;/div&gt;</pre>

Add your own social links replacing default social profile URLs.

<h4>How To Configure Primary Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/02/Primary-Navigation-Menu-Marlin-lite-Blogger-Template.jpg" alt="Primary Navigation Menu - Marlin lite Blogger Template" width="700" height="226" class="alignnone size-full wp-image-5673" />

Find this in "Edit HTML":

<pre>&lt;ul class='vtmenu'&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 dropdown'&gt;&lt;a aria-haspopup='true' class='dropdown-toggle' data-toggle='dropdown' href='#'&gt;Business &lt;span class='caret'/&gt;&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 Featured Posts Slider</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/02/Featured-Posts-Slider-Marlin-lite-Blogger-Template.jpg" alt="Featured Posts Slider - Marlin lite Blogger Template" width="700" height="152" class="alignnone size-full wp-image-5671" />

This slider automatically displays posts from a given category. To add your category name go to "Layout" page.

Click on the edit link of "Featured Posts" widget.

Add your category name like below and save the widget.

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/02/Featured-Posts-Slider-Configuration-Marlin-lite-Blogger-Template.jpg" alt="Featured Posts Slider Configuration - Marlin lite Blogger Template" width="590" height="508" class="alignnone size-full wp-image-5672" />

<h4>How To Configure About Widget</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/02/About-Widget-Marlin-lite-Blogger-Template.jpg" alt="About Widget - Marlin lite Blogger Template" width="387" height="511" class="alignnone size-full wp-image-5670" />

Find this code in "Edit HTML":

<pre>&lt;!-- About Me Widget Start --&gt;
&lt;div class='widget marlin_lite_about_widget'&gt;
&lt;div class='about-widgetnbt widget-content'&gt;

&lt;div class='about-imgnbt'&gt;
&lt;img class='about-imgnbt' height='250' src='https://4.bp.blogspot.com/-EFFeNWNQVO4/WJlC1crltPI/AAAAAAAAQH4/72b4kjz2xMAHz2vnW6GIVL3vmhdzcvWDgCLcB/w328-h250-c/11.jpg' width='328'/&gt;
&lt;/div&gt;

&lt;div class='about-descriptionnbt'&gt;
&lt;p&gt;I am an experienced web developer and blogger template designer. I design beautiful free blogger themes and also design premium blogger template according to your requests. contact me for custom theme designs.&lt;/p&gt;
&lt;p class='about-socialnbt'&gt;
&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;&lt;i class='fa fa-twitter'/&gt;&lt;/a&gt;
&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'&gt;&lt;i class='fa fa-facebook'/&gt;&lt;/a&gt;
&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'&gt;&lt;i class='fa fa-google-plus'/&gt;&lt;/a&gt;
&lt;a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'&gt;&lt;i class='fa fa-instagram'/&gt;&lt;/a&gt;
&lt;a href='https://www.youtube.com/' rel='nofollow' target='_blank' title='Youtube'&gt;&lt;i class='fa fa-youtube'/&gt;&lt;/a&gt;
&lt;a href='mailto:123@abc.com' rel='nofollow' target='_blank' title='Contact'&gt;&lt;i class='fa fa-envelope'/&gt;&lt;/a&gt;
&lt;a expr:href='data:blog.homepageUrl + &amp;quot;feeds/posts/default&amp;quot;' target='_blank' title='RSS'&gt;&lt;i class='fa fa-rss'/&gt;&lt;/a&gt;
&lt;/p&gt;
&lt;/div&gt;

&lt;/div&gt;
&lt;/div&gt;
&lt;!-- About Me Widget End --&gt;</pre>

Change about image(328px width and 250px height) address, description and social URLs as you like.

<h4>Marlin lite Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2017/02/Responsive-View-Marlin-lite-Blogger-Template.jpg" alt="Responsive View - Marlin lite Blogger Template" width="700" height="416" class="alignnone size-full wp-image-5674" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/marlin-lite-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Ingrid Blogger Template</title>
		<link>https://newbloggerthemes.com/ingrid-blogger-template/</link>
					<comments>https://newbloggerthemes.com/ingrid-blogger-template/#respond</comments>
		
		<dc:creator><![CDATA[NewBloggerThemes]]></dc:creator>
		<pubDate>Wed, 07 Sep 2016 05:55:42 +0000</pubDate>
				<category><![CDATA[1 Column]]></category>
		<category><![CDATA[2 Columns Footer]]></category>
		<category><![CDATA[Adapted from Wordpress]]></category>
		<category><![CDATA[Artworks]]></category>
		<category><![CDATA[Fixed width]]></category>
		<category><![CDATA[Magazine]]></category>
		<category><![CDATA[Minimalist]]></category>
		<category><![CDATA[No Sidebar]]></category>
		<category><![CDATA[Photolog]]></category>
		<category><![CDATA[Pink]]></category>
		<category><![CDATA[Responsive]]></category>
		<category><![CDATA[Top Navigation Bar]]></category>
		<category><![CDATA[White]]></category>
		<guid isPermaLink="false">https://newbloggerthemes.com/?p=4997</guid>

					<description><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2016/09/Ingrid-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Ingrid Blogger Theme" decoding="async" loading="lazy" /></p>Ingrid is a free, 100% responsive Blogger theme for simple, feminine bloggers. It's riddled with gorgeous, hand-drawn flower illustrations. Ingrid Blogger Template features a one-column blog layout and a two-column widget area in the footer. It has Google fonts, FontAwesome icons, related posts with thumbnails, social and sharing icons, top navigation menu, auto post summaries, custom post timestamp and more.

<h4>How To Configure Top Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2016/09/Main-Navigation-Menu-Ingrid-Blogger-Template.jpg" alt="Main Navigation Menu - Ingrid Blogger Template" width="550" height="170" class="alignnone size-full wp-image-5002" />

Find this in "Edit HTML":

<pre>&lt;ul class='menunbt'&gt;

&lt;li&gt;&lt;a expr:href='data:blog.homepageUrl'&gt;Home&lt;/a&gt;&lt;/li&gt;

&lt;li class='menu-item-has-children'&gt;&lt;a href='#'&gt;Parent Category&lt;/a&gt;
&lt;ul class='sub-menu'&gt;
&lt;li class='menu-item-has-children'&gt;&lt;a href='#'&gt;Child Category 1&lt;/a&gt;
&lt;ul class='sub-menu'&gt;
&lt;li&gt;&lt;a href='#'&gt;Child Category 1.1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Child Category 1.2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Child Category 1.3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Child Category 2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Child Category 3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Child Category 4&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 Social Buttons</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2016/09/Social-Buttons-Ingrid-Blogger-Template.jpg" alt="Social Buttons - Ingrid Blogger Template" width="238" height="37" class="alignnone size-full wp-image-5005" />

Find this in "Edit HTML":

<pre>&lt;ul id='social-medianbt'&gt;
&lt;li&gt;&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;&lt;i class='fa fa-twitter'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'&gt;&lt;i class='fa fa-facebook'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'&gt;&lt;i class='fa fa-google-plus'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'&gt;&lt;i class='fa fa-pinterest'/&gt;&lt;/a&gt;&lt;/li&gt;
...
&lt;/ul&gt;</pre>

Add your social profile URLs replacing default social profile URLs.

<h4>How To Configure Post Timestamp</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2016/09/Post-Timestamp-Format-Ingrid-Blogger-Template.jpg" alt="Post Timestamp Format - Ingrid Blogger Template" width="607" height="122" class="alignnone size-full wp-image-5003" />

First go to your blog "Settings" --> "Language and formatting".

Select "Timestamp Format" from drop-down menu similar to "Tuesday, September 06, 2016" format.

Important: You need to change "Timestamp Format". Not "Comment Timestamp Format".

<a href='https://newbloggerthemes.com/blog/fix-posted-date-undefined-error-blogger/' target='_blank'>https://newbloggerthemes.com/blog/fix-posted-date-undefined-error-blogger/</a>

<h4>Ingrid Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2016/09/Responsive-View-Ingrid-Blogger-Template.jpg" alt="Responsive View - Ingrid Blogger Template" width="700" height="416" class="alignnone size-full wp-image-5004" />]]></description>
										<content:encoded><![CDATA[<p><img width="225" height="150" src="https://newbloggerthemes.com/wp-content/uploads/2016/09/Ingrid-Blogger-Theme.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Ingrid Blogger Theme" decoding="async" loading="lazy" /></p>Ingrid is a free, 100% responsive Blogger theme for simple, feminine bloggers. It's riddled with gorgeous, hand-drawn flower illustrations. Ingrid Blogger Template features a one-column blog layout and a two-column widget area in the footer. It has Google fonts, FontAwesome icons, related posts with thumbnails, social and sharing icons, top navigation menu, auto post summaries, custom post timestamp and more.

<h4>How To Configure Top Navigation Menu</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2016/09/Main-Navigation-Menu-Ingrid-Blogger-Template.jpg" alt="Main Navigation Menu - Ingrid Blogger Template" width="550" height="170" class="alignnone size-full wp-image-5002" />

Find this in "Edit HTML":

<pre>&lt;ul class='menunbt'&gt;

&lt;li&gt;&lt;a expr:href='data:blog.homepageUrl'&gt;Home&lt;/a&gt;&lt;/li&gt;

&lt;li class='menu-item-has-children'&gt;&lt;a href='#'&gt;Parent Category&lt;/a&gt;
&lt;ul class='sub-menu'&gt;
&lt;li class='menu-item-has-children'&gt;&lt;a href='#'&gt;Child Category 1&lt;/a&gt;
&lt;ul class='sub-menu'&gt;
&lt;li&gt;&lt;a href='#'&gt;Child Category 1.1&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Child Category 1.2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Child Category 1.3&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Child Category 2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Child Category 3&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='#'&gt;Child Category 4&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 Social Buttons</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2016/09/Social-Buttons-Ingrid-Blogger-Template.jpg" alt="Social Buttons - Ingrid Blogger Template" width="238" height="37" class="alignnone size-full wp-image-5005" />

Find this in "Edit HTML":

<pre>&lt;ul id='social-medianbt'&gt;
&lt;li&gt;&lt;a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'&gt;&lt;i class='fa fa-twitter'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'&gt;&lt;i class='fa fa-facebook'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'&gt;&lt;i class='fa fa-google-plus'/&gt;&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'&gt;&lt;i class='fa fa-pinterest'/&gt;&lt;/a&gt;&lt;/li&gt;
...
&lt;/ul&gt;</pre>

Add your social profile URLs replacing default social profile URLs.

<h4>How To Configure Post Timestamp</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2016/09/Post-Timestamp-Format-Ingrid-Blogger-Template.jpg" alt="Post Timestamp Format - Ingrid Blogger Template" width="607" height="122" class="alignnone size-full wp-image-5003" />

First go to your blog "Settings" --> "Language and formatting".

Select "Timestamp Format" from drop-down menu similar to "Tuesday, September 06, 2016" format.

Important: You need to change "Timestamp Format". Not "Comment Timestamp Format".

<a href='https://newbloggerthemes.com/blog/fix-posted-date-undefined-error-blogger/' target='_blank'>https://newbloggerthemes.com/blog/fix-posted-date-undefined-error-blogger/</a>

<h4>Ingrid Blogger Template Responsive View</h4>

<img src="https://newbloggerthemes.com/wp-content/uploads/2016/09/Responsive-View-Ingrid-Blogger-Template.jpg" alt="Responsive View - Ingrid Blogger Template" width="700" height="416" class="alignnone size-full wp-image-5004" />]]></content:encoded>
					
					<wfw:commentRss>https://newbloggerthemes.com/ingrid-blogger-template/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
