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 Home Slider
To Customize the main Homepage heading do as mentioned below:
- Go to Blogger >> Template >> Edit HTML
- In the template, search for <!--Slider-->
- Now you will see the pre-defined slider image URL and text, customize it according to your needs.
- One everything is done, Save the template.
- Note: Do not Remove ?= From the image URL.. Replace till 1.jpg, 2.jpg and etc

How to Display Recent Posts via LABELs
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 >> Featured Posts >> 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 Template Feature Section
To Customize feature details section do as follows
- Go to Blogger >> Template >> Edit HTML
- In the template, search for <!--Template Features-->
- Now you will see the pre-defined feature section text, customize it according to your needs.
- One everything is done, Save the template.

How To Add Social Links and Subscribe Box in Footer
To add Social Links and RSS Subscription widget do as follows
- Go to Blogger >> Template >> Footer >> Edit (Select the Last widget edit)
- Now paste the following code in the text area.
- One everything is done, Save the template.
<p><b>Subscribe</b> to our Newsletter to get important updates about our network & spicy inside stories.</p>
<form action="http://feedburner.google.com/fb/a/mailverify" class="email-form" method="post" onsubmit="window.open('http://feedburner.google.com/fb/a/mailverify?uri=templatetism', 'popupwindow', 'scrollbars=yes,width=550,height=520');return true" target="popupwindow">
<input name="uri" type="hidden" value="Templateism" />
<input name="loc" type="hidden" value="en_US" />
<input class="emailtext" name="email" onblur="if (this.value == "") {this.value = "Enter your email...";}" onfocus="if (this.value == "Enter your email...") {this.value = ""}" type="text" value="Enter your email..." />
<input alt="" class="sub-button" title="" type="submit" value="SignUp" />
</form>
<div class="social-links">
<li><a class="facebook" href="#"><i class="fa fa-facebook"></i></a></li>
<li><a class="twitter" href="#"><i class="fa fa-twitter"></i></a></li>
<li><a class="gplus" href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a class="rss" href="#"><i class="fa fa-rss"></i></a></li>
<li><a class="linkedin" href="#"><i class="fa fa-linkedin"></i></a></li>
</div>
