Sunday, February 11, 2024

Blogger Installation (Pure APK blog Template)

Blogger Installation (Pure APK blog Template)

Pure APK blog Template Installation:


Unzip the downloaded ZIP file. On Blogger Dashboard Click Template. Click Backup/Restore button (Top Right). Click Choose File button. Find where the Template xml file location. Then Click Upload.

Change Template Color:

Go to Theme> Customize> Advanced


Sidebar Menu

Go to Template > Edit HTML and find below codes and change it with your links.

HTML

<div class='sidebar'>
  <ul>
    <li><a href='#'><i aria-hidden='true' class='fa fa-android'/> Application</a></li>
    <li><a href='#'><i aria-hidden='true' class='fa fa-gamepad'/> Games</a></li>
    <li><a href='#'><i aria-hidden='true' class='fa fa-camera'/> Photography</a></li>
    <li><a href='#'><i aria-hidden='true' class='fa fa-desktop'/> Personalization</a></li>
    <li><a href='#'><i aria-hidden='true' class='fa fa-folder'/> Productivity</a></li>
    <li><a href='#'><i aria-hidden='true' class='fa fa-youtube-play'/> Entertainment</a></li>
    <li><a href='#'><i aria-hidden='true' class='fa fa-sign-out'/> Communication</a></li>
    <li><a href='#'><i aria-hidden='true' class='fa fa-music'/> Music Audio</a></li>
  </ul>
  </div>

Featured Posts Widgets by Label

Go to Layout and open widget from Recent Posts Wrapper and type any LABEL-NAME (ex: Featured Games)

Social Icons

Go to Template > Edit HTML and find below codes.
Social Icons

HTML 

<div class='widget_social_apps'> <div class='app_social facebook'> <a href='https://www.facebook.com/' target='_blank'><span class='app_icon'><i class='fa fa-facebook'/></span> </a></div> <div class='app_social twitter'> <a href='https://www.twitter.com/' target='_blank'><span class='app_icon'><i class='fa fa-twitter'/></span></a></div> <div class='app_social instagram'> <a href='https://www.instagram.com/' target='_blank'><span class='app_icon'><i class='fa fa-instagram'/></span></a></div> <div class='app_social linkedin'> <a href='https://www.linkedin.com/' target='_blank'><span class='app_icon'><i class='fa fa-linkedin'/></span></a></div> </div>

Footer Links

Go to Template > Edit HTML and find below codes.

HTML

<div class='footerlinks'> <a class='footer-link' href='#' title='About'>About</a> | <a class='footer-link' href='#' title='Sitemap'>Sitemap</a> | <a class='footer-link' href='#' title='Advertise'>Advertise</a> | <a class='footer-link' href='#' title='Privacy Policy'>Privacy Policy</a> | <a class='footer-link' href='#' title='Contact'>Contact</a> </div>

Google Play and Download Buttons

Use the below codes for Google Play and Download Button on every post's HTML Tab.

HTML

<div style='text-align: center;'> <ul class='btn'> <li><a class='gplay' href='https://draft.blogger.com/YOUR-LINK-HERE' target='_blank'>Google Play</a></li> <li><a class='download' href='https://draft.blogger.com/YOUR-LINK-HERE' target='_blank'>APK Download</a></li> </ul> </div>

0 comments: