Blogger Templates 2016 daily updates with newly designed free blogger templates. Blog ... We publish new modern and fresh themes for blogspot blog.

Monday, July 25, 2016

Stylish Featured Post Slider Widget For Blogger

Featured content slider is a gadget that shows your featured post of a blog. Featured content sliders have 2 types. Some includes only images and other included images and texts. Featured posts sliders are of several types, some are of images type which slides only images of posts while some only slides titles of posts but in this post I will share something awesome which nobody has shared before me. Its a Slider that slides the whole posts along with thumbnails, titles, and a short description. It has totally a unique style and look more attractive. First you need to know one thing before that you must change or replace post link, post title, or thumbnail link with your own post. It will not automatically show your post in blog. So before adding this gadget in your blog template you must need to add your post contents.

How to add featured post slider 

1. Log in to your blogger dashboard.

2. Go to blogger template and click on "edit HTML" option.

3. After this step Search this code <head> and just below it paste the copied code

<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'/>

4. Click to save template.

5. Go to Setting and then click on layout to add a gadget.

6. Get HTML code from Link and paste this in the Java script gadget.


Important Instruction:
You must  change post link with your post link and also replace blog post title with your post title  and also change thumbnail link, image URL and post description with your post.

7. After this click to save option



Thursday, June 23, 2016

How to Add Custom Social Media Share Buttons in Blogger Post

If you are searching social media share button for your blog than In this article, I am going to show how to add  social media share button in blog. Social media share buttons allows your readers to share your post on their social media share page. With the help of this, your blog traffic not only increase but also your blog page get better rank in google search engine.

So it's very important to add responsive social media share button in blogger posts. You can search this on google search engine because There are many websites where from you can get the social button Css code, but you may be searching for some attractive social share button for your blog page. So you don't meed to search, we have unique and more beautiful social media share button which are very useful for every blog. You can get this CSS code below from Get Code link.
                                                                         
How to Add Custom Social Media Share Buttons in Blogger Post
                                                    Get Code

How to add social media share buttons in blogger blog
First go to your blogger dashboard
GO to template and then click on edit HTML option
After this step search in the template the second  <div class='post-footer'>  with the help of  Ctrl+f keys. Paste the copied code just below it.

Click to save template option.
Now go to your any blog post, now you will see social media share button at the end of the blog post.

Wednesday, June 22, 2016

How to Customize Blogger Popular Posts Widget

Blogger�s can easily change each element of blog with the help of CSS and JavaScript. Blogger have many widgets in Blog which you want to change for best looking. Popular post widget is one of them which you might to customize to make more beautiful.Today�s post is very useful and about popular post widget customization in blogger. This widget have two styles default and custom. Default style is very simple and have no attraction or beauty but today with the help of this post you can easily customize default style into custom style and make it more stylish and beautiful.

How to customize blogger Popular Posts widget?
Let's Follow this simple guidliness below as under to customize your blog popular posts widget:

First Sign-in to your blogger
In blogger dashboard go to the blogger Template option
Click to edit HTML
After this search this code with the help of Cntrl+F keys: ]]>
Just above before ]]> paste the following codes which you can get from Get Code link.

Multiple Color Blogger Popular Post Widget
                                                                         
How to Change Popular Post Widget Design in Blogger
                           Get Code

Black Color Blogger Popular Post Widget
                                                                         
How to Change Popular Post Widget Design in Blogger
                               Get Code

If you are not satisfy from this popular post widget than you can also try more stylish popular post widget with extra featured.

Tuesday, June 21, 2016

New Popular Post Widgets For Blogger

Many blog users are interested to search new things for their blog. They want to make a unique design for their blogger template. We are more happy when introduced new thing about blogger blogger. Every blog user wish to make some changing in blogger template. Today we are going to guide, how to add latest popular post widget in blogger.
Popular post widget shows recently viewed posts of your blog. This widgets include three styles which are called default styles which are....
1. Post titles, description, images
2. Only post titles
3. Title and image

Customization of popular post widget.
For this purpose, you need to go first blogger template and than layout option. Now choose any style which you most liked and copy this code Than go to your template edit HTML and search this code ]]></b:skin> you can find this easily from Cntrl + F keys. After this post your copied code above this tags and than save the template. Now see your template, your template look will be different.

1. Colourful Design Widget
Unique design and Css code, colourful design with images and post texts

New Popular Post Widgets For Blogger 
                                                                              Get Code
2. Round Images Widget
Those blogger who want to add round images with text into popular post widget than you try this Css code.

New Popular Post Widgets For Blogger
3. Auto Numbered Widget
With the help of this code you can add auto numbered with images and text in the popular post section
                                                                                                    
                        Get Code                         

4. Smart Corner Widget
With the help of this Css code you can add this stylish featured in popular post widget.
                                                                                             

5. Triangle Style Widget
With the help of this you can add triangle style featured in popular post 
                                         
                                                                         Get Code 
                                                                                

Friday, May 27, 2016

How to Add Meta Description Tags to Blogger

meta discription

SEO is very important for every blog because if you implement seo on your blog your web pages will be more search in search engine compare to other blogs. Usually we implement seo in form of meta tags which are located in the header portion of blog, in this tags we add information about our blog title and description. This meta description appear in the search engine and other social sites when we share our website link on that sites.

For adding a meta description first we should go to blogger dashboard and then settings > Search preferences > meta tags > description and after this click on this  option for edit purpose.
meta tags

Select "yes" for enable search description and post your blog description in the box and then click to save changes.

How to add meta description in individual posts:

Go to your post and edit the page and then look search description in the post settings.
Click search description option and enter your post description and then click to done button. Now you successfully save your post meta description.
how to add meta description

You can also add meta description manually in the blogger template, for this purpose go to template and click to edit HTML and than post the following code before <b:skin><!

<b:if cond='data:blog.metaDescription != &quot;&quot;'>
  <meta expr:content='data:blog.metaDescription' name='description'/>
</b:if>