Features of Newspaper Blogger Template
- Responsive design
- Related posts widget
- Support for recent post widgets
- Recent posts in a search label widget
- Customize colors using template designer
- Social media sharing buttons
- Multilevel drop down menu
- Top menu and main menu options
Featured posts widget codes
Here it is the code that supports to enable recent posts.
Featured first top widget
Replace "Slider" with your own label widget or keep it blank to list recent posts. You can also change widget heading by changing value "Featured Posts". Replace number with "5" with number of posts.
<div class="magazine_wrapper_box"> <script> widgetfc( 'Featured Posts','Slider','5','featuredfirst' ); </script> </div>
Featured first left widget
Code for widget
<div class="magazine_wrapper_box"> <script> widgetfc( 'Featured Posts','Slider','5','featuredfirstleft' ); </script> </div>
Featured 2 column widget
Here it is code
<div class="magazine_wrapper_box"> <script> widgetfc( 'Featured Posts','Slider','6','simplepost2column' ); </script> </div>
Recent sidebar 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>
إرسال تعليق