New Blogger Themes | Professional Blogspot Templates

NewBloggerThemes.com
Free Blogger Templates for your blog. Download New Blogger Themes,Professional XML Blogspot Templates with in 1, 2 or 3 columns layouts for Free.
Premium Blogger Templates

NewsAnchor Blogger Template

Theme Categories: 1 Sidebar, 2 Columns, 3 Columns Footer, Adapted from Wordpress, Black, Blue, Color Options, Featured Section, Header Banner, Magazine, Premium, Responsive, Right Sidebar, Slider, Tabbed widget, Top Navigation Bar, White,
Theme Name:
NewsAnchor
Author / URL:
NewBloggerThemes | https://newbloggerthemes.com/
Designer / URL:
aThemes | https://athemes.com/
Published Date:
August 28, 2017
Advanced Details:
https://newbloggerthemes.com/newsanchor-blogger-template/

NewsAnchor is an easy to use, responsive/mobile friendly, search engine optimized, magazine blogger theme, great for online news sites that want to have a fresh and modern look. NewsAnchor Blogger Template is Template Designer compatible, so you can change colors, fonts and background image within few seconds. It has 2 featured posts sliders, 3 featured posts area, color and font options, auto post summaries, related posts with thumbnails, header social buttons, social profile widget, post share buttons, multi-level navigation menu, right sidebar, 3 columns footer widgets area, scroll to top button and more. NewsAnchor blogger is using Twitter Bootstrap to display your site responsively on any type of monitors, tabs and mobile phones.

NewsAnchor Theme Features

  • 100% Responsive / Mobile Friendly
  • Optimized for Search Engines
  • Colors Options / Unlimited Colors
  • Fonts Options / Hundreds of Fonts
  • Background Image Support
  • Top Multi-level Navigation Menu
  • 2 Featured Posts Sliders
  • 3 Featured Posts Area
  • Related Posts with Thumbnails
  • Automatic Posts Summaries
  • Header Social Icons
  • Social Profile Widget
  • Post Share Buttons
  • Facebook and Twitter Meta Data Included
  • Structured Data Included
  • 3 Columns Footer
  • Many More Features...

How To Configure Top Social Buttons

Top Social Buttons - NewsAnchor Blogger Template

Find this in "Edit HTML":

<ul class='clearfix' id='menu-socialnbt'>
<li><a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'><span class='screen-reader-text'>Twitter</span></a></li>
<li><a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'><span class='screen-reader-text'>Facebook</span></a></li>
<li><a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'><span class='screen-reader-text'>GooglePlus</span></a></li>
<li><a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'><span class='screen-reader-text'>Pinterest</span></a></li>
<li><a href='https://www.linkedin.com/' rel='nofollow' target='_blank' title='Linkedin'><span class='screen-reader-text'>Linkedin</span></a></li>
<li><a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'><span class='screen-reader-text'>Instagram</span></a></li>
...
</ul>

Add your own social links replacing default social profile URLs.

How To Configure Top Navigation Menu

Navigation Menu - NewsAnchor Blogger Template

Find this in "Edit HTML":

<nav class='mainnavnbt' id='mainnavnbt' itemscope='itemscope' itemtype='http://schema.org/SiteNavigationElement' role='navigation'>
<ul class='clearfix' id='primary-menunbt'>

<li><a expr:href='data:blog.homepageUrl'>Home</a></li>

<li><a href='#'>Business</a>
<ul class='sub-menu'>
<li><a href='#'>Internet</a></li>
<li><a href='#'>Market</a></li>
<li><a href='#'>Stock</a></li>
</ul>
</li>

...

</ul>
</nav><!-- /nav -->

Replace "#" marks with real URLs and change anchor texts as you like.

How To Configure Slider 1 Widget

Slider 1 - NewsAnchor Blogger Template

This widget automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "Slider 1 Widget" widget and add this code:

<script src='https://YOURBLOGNAME.blogspot.com/feeds/posts/default/-/LABELNAME?alt=json-in-script&amp;callback=slideronebposts'/></script>

Replace "https://YOURBLOGNAME.blogspot.com" with your real blog address.
Replace "LABELNAME" with the real label name you want to retrieve posts.

Example:

<script src='https://newsanchor-nbt.blogspot.com/feeds/posts/default/-/Graphic Design?alt=json-in-script&amp;callback=slideronebposts'/></script>

How To Configure Slider 2 Widget

Slider 2 - NewsAnchor Blogger Template

This widget automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "Slider 2 Widget" widget and add this code:

<h4 class="news-block-title">NEWS-BLOCK-TITLE</h4>
<script src='https://YOURBLOGNAME.blogspot.com/feeds/posts/default/-/LABELNAME?alt=json-in-script&amp;callback=slidertwobposts'/></script>

Replace "NEWS-BLOCK-TITLE" with any title you need.
Replace "https://YOURBLOGNAME.blogspot.com" with your real blog address.
Replace "LABELNAME" with the real label name you want to retrieve posts.

Example:

<h4 class="news-block-title">News</h4>
<script src='https://YOURBLOGNAME.blogspot.com/feeds/posts/default/-/Movies?alt=json-in-script&amp;callback=slidertwobposts'/></script>

How To Configure News Block 1 Widget

News Block 1 - NewsAnchor Blogger Template

This widget automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "News Block 1 Widget" widget and add this code:

<h4 class="news-block-title">NEWS-BLOCK-TITLE</h4>
<script src='https://YOURBLOGNAME.blogspot.com/feeds/posts/default/-/LABELNAME?alt=json-in-script&amp;callback=newsblockareaone'/></script>

Replace "NEWS-BLOCK-TITLE" with any title you need.
Replace "https://YOURBLOGNAME.blogspot.com" with your real blog address.
Replace "LABELNAME" with the real label name you want to retrieve posts.

Example:

<h4 class="news-block-title">Web Design</h4>
<script src='https://newsanchor-nbt.blogspot.com/feeds/posts/default/-/Web Design?alt=json-in-script&amp;callback=newsblockareaone'/></script>

How To Configure News Block 2 / News Block 3 Widgets

News Block 2 and 3 - NewsAnchor Blogger Template

News Block 2 Widget automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "News Block 2 Widget" widget and add this code:

<h4 class="news-block-title">NEWS-BLOCK-TITLE</h4>
<script src='https://YOURBLOGNAME.blogspot.com/feeds/posts/default/-/LABELNAME?alt=json-in-script&amp;callback=newsblockareatwo'/></script>

Replace "NEWS-BLOCK-TITLE" with any title you need.
Replace "https://YOURBLOGNAME.blogspot.com" with your real blog address.
Replace "LABELNAME" with the real label name you want to retrieve posts.

Example:

<h4 class="news-block-title">Motion Design</h4>
<script src='https://newsanchor-nbt.blogspot.com/feeds/posts/default/-/Motion Design?alt=json-in-script&amp;callback=newsblockareatwo'/></script>

News Block 3 Widget also automatically displays posts from a given label name. Go to "Layout" page.

Click on the edit link of "News Block 3 Widget" widget and add this code:

<h4 class="news-block-title">NEWS-BLOCK-TITLE</h4>
<script src='https://YOURBLOGNAME.blogspot.com/feeds/posts/default/-/LABELNAME?alt=json-in-script&amp;callback=newsblockareathree'/></script>

Replace "NEWS-BLOCK-TITLE" with any title you need.
Replace "https://YOURBLOGNAME.blogspot.com" with your real blog address.
Replace "LABELNAME" with the real label name you want to retrieve posts.

Example:

<h4 class="news-block-title">Print Design</h4>
<script src='https://newsanchor-nbt.blogspot.com/feeds/posts/default/-/Print Design?alt=json-in-script&amp;callback=newsblockareathree'/></script>

How To Configure Social Profile Widget

Social Profile Widget - NewsAnchor Blogger Template

Find this in "Edit HTML":

<div class='widget newsanchor_widget_social'>
<h2>Follow &amp; Subscribe</h2>
<ul>
<li><a href='https://twitter.com/' rel='nofollow' target='_blank' title='Twitter'><span class='screen-reader-text'>Twitter</span></a></li>
<li><a href='https://www.facebook.com/' rel='nofollow' target='_blank' title='Facebook'><span class='screen-reader-text'>Facebook</span></a></li>
<li><a href='https://plus.google.com/' rel='nofollow' target='_blank' title='GooglePlus'><span class='screen-reader-text'>GooglePlus</span></a></li>
<li><a href='https://www.pinterest.com/' rel='nofollow' target='_blank' title='Pinterest'><span class='screen-reader-text'>Pinterest</span></a></li>
<li><a href='https://www.linkedin.com/' rel='nofollow' target='_blank' title='Linkedin'><span class='screen-reader-text'>Linkedin</span></a></li>
<li><a href='https://www.instagram.com/' rel='nofollow' target='_blank' title='Instagram'><span class='screen-reader-text'>Instagram</span></a></li>
...
</ul>
</div>

Add your own social links replacing default social profile URLs.

NewsAnchor Blogger Template Responsive View

Responsive View - NewsAnchor Blogger Template

Our Blogger templates are free for both personal and commercial use. However, you are required to keep the footer links intact, which provides due credit to its designers and authors. So do not remove the footer credits without our permission. If you need the footer credits free version of a theme, contact us.

Featured Blogger Themes

These Blogger Themes are compatible with "Blogger Template Designer" (you can change the background, colors and fonts easily without editing HTML) and are optimized for search engines.