<!-- this is box of popular post -->
<section class='cat-box recent-box'>
<div class='cat-box-title'>
<h2>Recent Posts</h2> the title of the box
<div class='stripe-line'/>
</div>
<div class='cat-box-content'>
<script type='text/javascript'>
var numposts3 = 3 /*Num of last posts change it as you want */;
</script>
<script type='text/javascript'>
document.write("<script src=\"/feeds/posts/default/?orderby=published&alt=json-in-script&callback=labelthumbs3\"><\/script>");
</script>
<div class='clear'/>
</div>
</section>
Boxes
you have to find the code bellow :
<!-- this is box N°2 -->
<section class='cat-box column2 '>
<div class='cat-box-title'>
<h2><a href='#'>communication</a></h2>
<div class='stripe-line'/>
</div>
<div class='cat-box-content'>
<ul>
<script type='text/javascript'>
var numposts4 = 4; /*Number of post shown*/
var label3 = "communication";/*label that post shown change it as you want
</script>
<script type='text/javascript'>
document.write("<script src=\"/feeds/posts/default/-/"+label3+"?published&alt=json-in-script&callback=labelthumbs4\"><\/script>");
</script>
</ul>
</div>
</section>
<!-- this is box N°3 -->
<section class='cat-box column2 last-column'>
<div class='cat-box-title'>
<h2><a href='#'>motivation</a></h2>
<div class='stripe-line'/>
</div>
<div class='cat-box-content'>
<ul>
<script type='text/javascript'>
var numposts4 = 4;/*number of post*/
var label3 = "motivation"/*label that post shown change it as you want */
</script>
<script type='text/javascript'>
document.write("<script src=\"/feeds/posts/default/-/"+label3+"?published&alt=json-in-script&callback=labelthumbs4\"><\/script>");
</script>
</ul>
</div>
</section>
Vertical Boxe :
you hane to find the code and change it :
<!-- this is box N°4 -->
<section class='cat-box wide-box'>
<div class='cat-box-title'>
<h2><a href='#'>communication</a></h2>
<div class='stripe-line'/>
</div>
<div class='cat-box-content'>
<ul>
<script type='text/javascript'>
var numposts7 = 5;/*number of post */
var label6 = "communication"/*label that post shown change it as you want only the word "communication"*/
</script>
<script type='text/javascript'>
document.write("<script src=\"/feeds/posts/default/-/"+label6+"?published&alt=json-in-script&callback=labelthumbs7\"><\/script>");
</script>
</ul>
<div class='clear'/>
</div>
</section>
<!-- this is box N°5 -->
<section class='cat-box wide-box'>
<div class='cat-box-title'>
<h2><a href='#'>communication</a></h2>
<div class='stripe-line'/>
</div>
<div class='cat-box-content'>
<ul>
<script type='text/javascript'>
var numposts7 = 5;/*Number of post */
var label6 = "communication"/*label that post shown change it as you
</script>
<script type='text/javascript'>
document.write("<script src=\"/feeds/posts/default/-/"+label6+"?published&alt=json-in-script&callback=labelthumbs7\"><\/script>");
</script>
</ul>
<div class='clear'/>
</div>
</section>
Images boxes :

<!-- this is box N°6 -->
<section class='cat-box pic-box clear'>
<div class='cat-box-title'>
<h2><a href=''>lifestyle</a></h2>
<div class='stripe-line'/>
</div>
<div class='cat-box-content'>
<ul>
<script type='text/javascript'>
var numposts6 = 17;/* number of post shown*/
var label5 = "lifestyle"/*label that post shown change it as you want only the word "lifestyle" */
</script>
<script type='text/javascript'>
document.write("<script src=\"/feeds/posts/default/-/"+label5+"?published&alt=json-in-script&callback=labelthumbs6\"><\/script>");
</script>
</ul>
<div class='clear'/>
</div>
</section>
<!-- this is box N°7 -->
<section class='cat-box pic-box clear'>
<div class='cat-box-title'>
<h2><a href='#'>motivation</a></h2>
<div class='stripe-line'/>
</div>
<div class='cat-box-content'>
<ul>
<script type='text/javascript'>
var numposts9 = 16;/* number of post shown*/
var label8 = "motivation";/*label that post shown change it as you want only the word "motivation" */
document.write("<script src=\"/feeds/posts/default/-/"+label8+"?published&alt=json-in-script&callback=labelthumbs10\"><\/script>");
</script>
</ul>
<div class='clear'/>
</div>
</section>
Social widget :
find this code and change it with you social media links :
<aside id='sidebar'>
<div class='widget widget-counter'>
<ul>
<li class='rss-subscribers'>
<a href='http://feeds.feedburner.com/bloggersens' target='_blank'>
<strong/>
<span>0200</span>
<small>Subscribe</small>
</a>
</li>
<li class='twitter-followers'>
<a href='#' target='_blank'>
<strong/>
<span>3000</span>
<small>Followers</small>
</a>
</li>
<li class='facebook-fans'>
<a href='http://www.facebook.com/bloggersens' target='_blank'>
<strong/>
<span>1000</span>
<small>fans</small>
</a>
</li>
<li class='youtube-subs'>
<a href='http://www.youtube.com/bloggersens' target='_blank'>
<strong/>
<span>3080</span>
<small>subscribers</small>
</a>
</li>
<li class='vimeo-subs'>
<a href='http://www.vimeo.com/' target='_blank'>
<strong/>
<span>1290</span>
<small>subscribers</small>
</a>
</li>
<li class='dribbble-followers'>
<a href='http://www.dribbble.com/' target='_blank'>
<strong/>
<span>2000</span>
<small>subscribers</small>
</a>
</li>
</ul>
</div>