Showing posts with label Awesome Mag. Show all posts
Showing posts with label Awesome Mag. Show all posts

Tuesday, February 24, 2015

Download Awesome Mag Template For Free


Awesome Mag is fully responsive and great template for technology blogs. This Template Is Known For It's Mega Menu. It has a unique fluid design concept with robust elements, which make it a complete package of theme that could be converted into any niche site or blog. It is a 3 column template that can be customized into a portfolio, magazine, personal blog, products, list based sites and etc. It is optimized for both on-page and off-page SEO that gives enough flexibility to rank your post higher in the search engine results, and allows to index your posts 99% faster than the rest of the Blogger templates available on the internet.

Some Features-

  • Fully Responsive
  • Mega Drop Down Menu
  • And More...
Live Demo                                                                                                           Download


Customization-

How to Customize Feature Top Label:

To modify EDITOR'S CHOICE, go to Blogger.com >> Layout >> Right Sidebar >> Edit, and paste the following code in the HTML Text box. Note: Replace "Featured" with your Label. Remember: The spelling should be accurate otherwise it would not work, even take care of upper and lower class letters.
<script type='text/javascript'>
var numposts = 10;
var showpostthumbnails = true;
var displaymore = false;
var displayseparator = false;
var showcommentnum = false;
var showpostdate = true;
var showpostsummary = false;
var numchars = 280;
</script>
<script type="text/javascript" src="/feeds/posts/default/-/Featured?orderby=updated&amp;alt=json-in-script&amp;callback=labelthumbs"></script>

How to Display Recent Posts?

Go to Blogger >> Layout >> Recent Posts >> Edit >> Paste the following code in the HTML Box and save the template.
<div class="recent_posts">
<script type='text/javascript'>
var numposts = 5;
var showpostthumbnails =  true;
var displaymore = false;
var displayseparator = true;
var showcommentnum = false;
var showpostdate = false;
var showpostsummary = true;
var numchars = 100;</script>
  <script type="text/javascript" src="/feeds/posts/default?orderby=published&alt=json-in-script&callback=labelthumbs"></script>
</div>