Free File Hosting

قالب بلوجر اخباري NewsBT Responsive - 3 Column News Blogger template






Features of News Blogger template

  • Responsive design
  • Related posts widget
  • Advanced admin layout page
  • Compatible with template desginer
  • 3 Column blogger template

How to change color schemes of NewsBT

You can change most of template color schemes using blogger template advanced customize options. Example nav bar variations is showing here.

News ticker widget settings

Add a html widget in any of these areas. Add content as shown below to show recent posts of a Label. Replace Featured and set number of posts replacing 6. 
<div class="magazine_news_ticker">
<script>
widgetrc(
 'Featured','6','shownewsticker'
);
</script>
</div>
This code if need to showcase recent posts. 
<div class="magazine_news_ticker">
<script>
widgetrc(
 '','6','shownewsticker'
);
</script>
</div>

Recent posts widget

Code for html widget. Replace Featured with your own label. 
<div class="small-recent-posts">
<script>
widgetrc(
 'Featured','3','singlecolumnsmallthumb'
);
</script>
</div>
This code if need to showcase recent posts. 
<div class="small-recent-posts">
<script>
widgetrc(
 '','3','singlecolumnsmallthumb'
);
</script>
</div>

Navbar

Top navbar

Replace or change links, text anything in between these codes to change navbar links. 
<!-- Start Top navbar -->

<!-- End Top navbar -->

Main navbar

<!-- Start Main navbar -->

<!-- End Main navbar -->

Featured post widget code snippets

Recommended number of posts for this widget is 3. It will help to keep the clean and better news. You can add as many as featured post widgets to your blog. 
<div class="magazine_wrapper_box">
<script>
widgetfc(
 'Featured Posts','Sports','3','featuredfirst'
);
</script>
</div>
Recent posts without label 
<div class="magazine_wrapper_box">
<script>
widgetfc(
 'Featured Posts','','3','featuredfirst'
);
</script>
</div>
Newer Posts Older Posts
© Copyright webs-tools
Back To Top