Use shortcodes - Tutorial Template
http://demo-flatnews.blogspot.com/2015/01/use-shortcodes-tutorial-template.html
Flat News support three shortcodes as below:
Show recent posts:
<div class="recent-posts"></div>Show recent comments
<div class="recent-comments"></div>Show random posts
<div class="random-posts"></div>
To use shorcodes, you can input them in content of any HTML widgets. As default, I had already added 3 HTML widgets for you in Layout.
To specific number of posts show in shortcodes, you can add "number" attribute, example:
<div class="random-posts" number="3"></div>