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.

How To Customize Main Menu Links?:

To add links in main menu navigation do as mentioned below:

How To Customize Social Links?:

To add links in social navigation do as mentioned below:

How To Add Social Links in Sidebar:

  • Go to Blogger >> Layout >> Add a Gadget >> ADD HTML/Javascriot
  • Paste the following code in the HTML Area
  • One everything is done, Save the template.
  • <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>