How to Display Recent Posts via LABELS in Slider
To display recent posts via labels, make sure your have at least 3 posts published under a specific label with proper images uploaded by yourself from your hard drive. Note: Images used in the post from other sources might make this feature to not work the way you are wanting.
- Go to Blogger >> Layout >> Category 1 >> Edit
- In the text area enter your label name i.e. Games, PC Games, Arcade and etc.
- Save the Widget, Press "Save" Button

How To Customize Main Menu Links?:
To add links in main menu navigation do as mentioned below:
- Go to Blogger >> Template >> Edit HTML
- In the template, search for <!--Main Menu-->
- Now you will find the whole of the menu, customize it as you like.
- One everything is done, Save the template.

How To Customize Social Links?:
To add links in social navigation do as mentioned below:
- Go to Blogger >> Template >> Edit HTML
- In the template, search for <!--Social Links-->
- Now you will find the whole of the menu, customize it as you like.
- One everything is done, Save the template.

How To Add Social Links in Sidebar:
<div class="socialfollow"> <a href="#" class="twitter"><i class="fa fa-twitter"></i></a><a href="#" class="facebook"><i class="fa fa-facebook"></i></a><a href="#" class="youtube"><i class="fa fa-youtube"></i></a><a href="#" class="linkedin"><i class="fa fa-linkedin"></i></a><a href="#" class="dribble"><i class="fa fa-dribbble"></i></a><a href="#" class="pinterest"><i class="fa fa-pinterest"></i></a><a href="#" class="vimeo"><i class="fa fa-vimeo-square"></i></a><a href="#" class="google"><i class="fa fa-google"></i></a><a href="#" class="rss"><i class="fa fa-rss-square"></i></a> <div class="clear"></div> </div>