Featured

MovieSpot Blogger Template

MovieSpot is a is a 100% Mobile Friendly Blogger Template. It is a responsive, high-quality and 3 Columns Blogger Template best for Movie or Games Blog/Websites. More features for this template below.


    Features: MovieSpot Blogger Template


    • Adapted from WordPress
    • Responsive Design
    • Featured Section
    • Fixed width
    • Ads Ready
    • Tabbed widget
    • SEO Ready
    • Top Navigation Bar
    • 4 Column footer
    • Slider


    Screenshot: MovieSpot Blogger Template




    Information: MovieSpot Blogger Template


    How to Install Blogger Templates: Click Here
    Template name : MovieSpot Blogger Template
    Platform: Blogger/Blogspot
    Author :  SoraTemplates

    Download: MovieSpot Blogger Template



    Learn more »

    Video Portal - Blogger Template

    Video Portal Blogger Template is a responsive and high-quality blogger template for video and movie reviews. Some of its best features are, this template is packed with great features and admin options, so you can add and filter gaming related articles and much much more! More features for this template below.



      Features: Video Portal


      • Seo Ready
      • Responsive Design
      • 4 Columns Footer
      • SEO Optimized
      • Ads Ready
      • Masonry, Technology
      • Post Thumbnails
      • Social Bookmark Ready
      • Page Navigation Menu
      • Drop Down Menu


      Screenshot: Video Portal




      Information: Video Portal


      How to Install Blogger Templates: Click Here
      Template name : Video Portal
      Platform: Blogger/Blogspot
      Author :  Blogger Theme9

      Download: Video Portal


      Demo Click here

      Download Click here
      Learn more »

      Add Author Box Automatically below blogger post

      Google Blogs provide the best blogging experience where you can invite up to 100 Team members on your blog as Editor. Which means that your blog can be authored by 100 different people.


      In order at atleast to give credit or to acknowledge the author of the blog post, it is good to display its Bio or information after his/her post.

      For the Demo, you can also refer on the Author Bio below this post.

      Now this tutorial will give you the idea on how to add author box automatically in below post.

      Add Author Box Automatically below blogger post


      How To Add Author Box Automatically?

      Just simply follow the steps below:

      Step #1: Log in to your Blogger Account and Go to your Blogger Dashboard

      Step #2: Click ->Template -> Edit HTML Note: Backup your Template

      Step #3: Find ]]></b:skin> by Pressing CTRL + F (Windows) or CMD + F (MAC)

      Step #4: Now paste the below CSS code above/before ]]></b:skin> 

      /* Author Box Code*/ .about-author {
      width : 98%;
      overflow : hidden;
      margin:10px 0px;
      border:0px;
      }
      .about-author img {
      width:70px;
      padding:3px;
      border:1px solid #ddd;
      margin:0px 5px 0px 0px;
      }
      .about-author h3{
      font-family:verdana !important;
      font-size:18px !important;
      margin:9px 0px !important;
      color:#666666 !important;
      border-bottom:2px solid #666 !important;
      border-top:0px !important;
      }
      .about-author p {
      margin:0px;
      text-align:justify;
      color:#666;
      }

      Step #5: Now Search data:post.body

      Step #6: Just below it paste the following code:

      <b:if cond='data:blog.pageType == &quot;item&quot;'>
      <b:if cond='data:post.author == &quot;AUTHOR NAME&quot;'>
      <div class='about-author'>
      <h3>About Author:</h3>
      <img align='left' src='IMAGE LINK OF AUTHOR'/>
      <p>WRITE AUTHOR BIO HERE</p>
      <p>Follow him @ <a href='BLOG LINK' target='_blank'>BLOG NAME</a> | <a href='TWITTER LINK' rel='nofollow' target='_blank'>Twitter</a> | <a href='FACEBOOK LINK' rel='nofollow' target='_blank'>Facebook</a></p>
      </div>
      </b:if></b:if>
      Step #6: Save your template

      Change all necessary information with color RED and everything is set.  Find Author name in Blogger Dashboard > Settings > Under permissions - Blog Authors.

      That's all for this tutorials. To all visitors thank you for dropping by at vbt blog.

      Happy Blogging!
      Learn more »

      Film Reviews Blogger Template

      Film Reviews Blogger Template is an attractive theme with all the latest trends in terms of design, appearance and presence. Built with blogger’s updated and latest techniques it will host your content in most delicate and suitable way. It is a responsive theme to match the screen ratio of any smartphone or tablet. It is best suitable for movie niche blogs, it can be used for reviews, books, scripts, narrations, food, daily blog, travel etc. More features for this template below.


        Features: Film Reviews Blogger Template


        • Seo Ready
        • Responsive Design
        • Ads Ready
        • SEO Optimized
        • Ads Ready
        • Breadcrumb Navigation Ready
        • Fast Loading
        • Social Bookmark Ready
        • Page Navigation Menu
        • Browser Compatibility,


        Screenshot: Film Reviews Blogger Template




        Information: Film Reviews Blogger Template


        How to Install Blogger Templates: Click Here
        Template name : Film Reviews Blogger Template
        Platform: Blogger/Blogspot
        Author :  SoraTemplates

        Download: Film Reviews Blogger Template



        Learn more »

        Porto Responsive Blogger Template

        Porto is a responsive blogger template. A new unique minimalist specially designed for blogging purpose, It’s stylish yet cool personal blogger template which is suitable for any type of personal blog, tech blog, another news blog, journal, story, corporate and other projects. It supports video and image posts. More features for this template below.


          Features: Porto Blogger Template


          • Seo Ready
          • Responsive Design
          • Ads Ready
          • SEO Optimized
          • Ads Ready
          • Personal Pages
          • Email Subscription Widget Ready
          • Post Thumbnails
          • Page Navigation Menu
          • Drop Down Menu


          Screenshot: Porto Blogger Template




          Information: Porto Blogger Template


          How to Install Blogger Templates: Click Here
          Template name : Porto Responsive
          Platform: Blogger/Blogspot
          Author :  BThemez

          Download: Porto Blogger Template



          Learn more »

          Tutorial: How to make sticky sidebar widget in blogger/blogspot?

          Blogger widgets play a vital role for your blog. Widgets are most frequently used to customize blog sidebars. Each widget represents an area of content, which bloggers can populate with ads, text, links, images, and more. This tutorials will give you the idea on how to make sticky or fix sidebar widget in your blog purposely to emphasize the content of your widget or any other purpose it may serve depending on you.

          How to make sticky sidebar widget in blogger/blogspot?

          Demo, you can see Popular post of this Blog.

          Let us begin with the tutorial, simply follow the steps below:

          Step #1: Log in to your Blogger Account and Go to your Blogger Dashboard.

          Step #2: Click Template --> Edit HTML.

          Step #3: Find </head>  by Pressing CTRL + F (Windows) or CMD + F (MAC)

          Step #4: Now paste the below code above/before </head> tag.

          <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js" type="text/javascript"></script>
          <script type="text/javascript">
          $(function() {
              var ks_widget_top = $('#widget Id').offset().top;
              var ks_sticky_widgets = function(){
                  var ks_current_top = $(window).scrollTop();
                  if (ks_current_top > ks_widget_top) {
                    $('#widget Id').css({ 'position': 'fixed', 'top':0, 'z-index':999999 });
                  } else {
                      $('#widget Id').css({ 'position': 'relative' });
                  } 
              };
              ks_sticky_widgets();
                $(window).scroll(function() {
                   ks_sticky_widgets();
              });
          });</script>

          Step #5: Change the widget ID of your widget that you want to make sticky and Save your template.

          How to find widget ID?

          Widget ID is unique ID of each of your widget. How to find widget ID, simply go to your DASHBOARD select LAYOUT then click EDIT on the widget then you can see on widget ID.
          Refer of the screenshot below:

          How to find widget ID in blogger

          That's it for this tutorial. Happy Blogging!
          Learn more »

          Anime Black Blogger Template

          Anime Black Blogger Template is a fully responsive, magazine style clean and Html5 responsive blogger templates. This template is very suitable for those who are running a successful designed especially for animes, cartoons and latest animes blog posts website. More features for this template below.


            Features: Anime Black Blogger Template



            The home page has layout full width masonry and the post page has 1 right sidebar. Ads Ready, Dark, Black, Slideshow, Video, Movie, Business, Portfolio, Gallery, Masonry, Page Navigation Menu, 1 Sidebar, 1 Right Sidebar, Clean, Minimalist, Seo Ready, Magazine, Free Premium, Post Thumbnails, Responsive, Social Bookmark Ready, Drop Down Menu, 2 Columns.


            Screenshot: Anime Black Blogger Template




            Information: Anime Black Blogger Template


            How to Install Blogger Templates: Click Here
            Template name : ANIME BLACK BLOGGER TEMPLATE
            Platform: Blogger/Blogspot
            Author :  Templatezy

            Download: Anime Black Blogger Template



            Learn more »

            DudeTube - Video Blogger Template

            Dudetube is a video template specially designed for bloggers who publish videos on their youtube channel. Dudetube is a way faster than any other blogger theme. New algorithm and enhanced comment system in was used in Dudetube template while Category or labels are gonna appear on side menubar by default. More features for this template below.


              Features: DudeTube Video Blogger Template


              • A fully responsive template
              • Responsive Design
              • Vertical Menu bar
              • Elegant Video Slide
              • Updated Blogger's comment system
              • 4 column footer area
              • Ads ready theme


              Screenshot: DudeTube Video Blogger Template




              Information: DudeTube Video Blogger Template


              How to Install Blogger Templates: Click Here
              Template name : DudeTube Video Blogger Template
              Platform: Blogger/Blogspot

              Download: DudeTube Video Blogger Template



              Learn more »

              Filmax Video Blogger Template

              Filmax Video Blogger Template is a feature-full and elegantly designed theme specially made for movie blogs. Made with perfection, this is a fully responsive theme that can adjust its shape and size according to the viewer’s device or screen size. It helps you to publish youtube and other platform videos with the help of iframe. This theme is focused on movie blogs but also can be used to create a site for YouTubers, Video Tutorials, Online Courses, tech news and magazine blog. More features for this template below.


                Features: Hot Games Gaming


                • Seo Ready
                • Responsive Design
                • Ads Ready
                • Post Thumbnails
                • Ads Ready
                • Adapted From WordPress,
                • Fast Loading
                • Social Bookmark Ready
                • Fast Loading
                • Drop Down Menu


                Screenshot: Filmax Video Blogger Template




                Information: Filmax Video Blogger Template


                How to Install Blogger Templates: Click Here
                Template name : Filmax
                Platform: Blogger/Blogspot

                Download: Filmax Video Blogger Template



                Learn more »

                Disable text selection in blogger Excluding Blockqoute and Precode

                Content writing takes every blogger a hard time from research down to posting it in their blog/website. But nowadays many new blogger simply doesn't want to do any research or to even write their own content, what they do is simply copy and paste other bloggers article. Which is of course a no no since copied content can now be penalized and when they try to apply for any monetization platform they will be disapprove especially when they will be applying for Google Adsense.

                Disable text selection in blogger Excluding Blockqoute and Precode

                This is actually the reason why most blogger disable the text selection in their site. Now for this tutorial, you are going to learn How to disable text selection in Blogger excluding Blockqoute and Precode. We exclude Blockqoute and Precode because if your blog is about giving tutorials then it is expected that you will be sharing code and of course your visitors will get irritated if even the code you are sharing cannot be copied.

                To begin with the tutorial, simply follow the steps below:



                Step #1: Log in to your Blogger Account and Go to your Blogger Dashboard.

                Step #2: Click Template --> Edit HTML.

                Step #3: Find ]]></b:skin> by Pressing CTRL + F (Windows) or CMD + F (MAC)

                Step #4: Now paste the below code above/before ]]></b:skin>

                .post-body {
                 -webkit-user-select : none ;
                 -khtml-user-select : none ;
                 -moz-user-select : none ;
                 -ms-user-select : none ;
                 user-select : none ;
                }

                This code will prevent the reader to select any text on your blog post including Blockqoute and Precode.

                To allow the readers to copy the code inside your blockqoute and Precode, follow the step below.

                Step #5: Paste the below code above/before ]]></b:skin>  and Save your template.

                Blockqoute:

                post-body blockquote {
                 -webkit-user-select : text ;
                 -khtml-user-select : text ;
                 -moz-user-select : text ;
                 -ms-user-select : text ;
                 user-select : text ;
                }

                Precode:

                pre {
                 -webkit-user-select : text ;
                 -khtml-user-select : text ;
                 -moz-user-select : text ;
                 -ms-user-select : text ;
                 user-select : text ;
                }

                That's it for this tutorial. Happy Blogging!
                Learn more »