Blogpost article writer - Yasingg.com

Theme Forest Blogger Templates Free Download

ThemeForest Premium Blogger Templates Free Download
Search and download premium Themforest blogger templates for free on Ardi Themes. These templates are selling on Themforest for high costs but here you can download for free of costs.
Now here i am going to share Themforest  blogger templates with you for free. Just download and install for your blogger. Please after finishing download don't forget to share with your friends.

S-News Theme



Agista Theme


Agist Premium Blogger Theme Free Download

Flat News Theme


Free Download

  Mega Mag Theme


Mega Mag Theme Ardi Themes

  Newsly Theme


Newsly Theme Ardi Themes

  Deco Mag Theme


Deco Mag Theme Ardi Themes

Theme Forest Blogger Templates Free Download

ThemeForest Premium Blogger Templates Free Download
Search and download premium Themforest blogger templates for free on Ardi Themes. These templates are selling on Themforest for high costs but here you can download for free of costs.
Now here i am going to share Themforest  blogger templates with you for free. Just download and install for your blogger. Please after finishing download don't forget to share with your friends.

S-News Theme



Agista Theme


Agist Premium Blogger Theme Free Download

Flat News Theme


Free Download

  Mega Mag Theme


Mega Mag Theme Ardi Themes

  Newsly Theme


Newsly Theme Ardi Themes

  Deco Mag Theme


Deco Mag Theme Ardi Themes

Geek Press Premium Blogger Templates Free Download



Geek Press template was designed as a flat and responsive Blogger template for News and Magazine websites. Geek Press is very easy to work without touch to code, it will help you publish your small news / magazine projects as the fastest way ever.

Geek Press Premium Blogger Templates Free Download

This templates is one of the category of Ardi Themes Premium blogger templates without footer credit links. In that post there are many blogger templates without footer credit links that already removed by Ardi Themes authors. Se all blogger thmeforest templates here without blogger footer credit link, if available.

Theme FeaturesAvailability
ResponsiveTrue
Google Testing Tool ValidatorTrue
SEO FriendlyTrue
Mobile FriendlyTrue
Dynamic HeadingTrue
Adsense ReadyTrue
Valid Schema.orgTrue
High CTRTrue
Personal BlogTrue
Three ColumnTrue
Auto Read More with ThumbnailTrue
Responsive Ad SlotTrue
BreadcrumbsTrue
About Me WidgetTrue
Related Posts with ThumbTrue
Search BoxTrue
Social Share ButtonTrue
Responsive Drop down MenuTrue
Smooth Back to TopTrue
Short-codesTrue
Unlimited Page NumberedTrue
Thanks for your time, I really hope that this post helped you with what you were looking for, come back later to check out more awesome posts and tutorials Concerning blogger widgets and templates.

How to add Image and Video Slider in blogger

Slideshow is a design feature that allows you showcase images, video and other content more effectively in a confined space on your blogger blog. For example, you might use a slideshow on your homepage to promote products and holiday sales (if you run an eCommerce store), or a smaller slider on your “About” page to display customer or client testimonials. Whether you want a simple image slideshow, a full screen video slideshow, or a stunning slideshow with a mix of photography and video for added visual impact, this slideshows can be customized exactly how you like. See demo below.



How to add Image and Video Slider  in blogger blog posts

Slideshow have become more important on the blogger blog and for good reason. They are simple to set up, can be customized however you like, and allow you to showcase your most important content more effectively in a small space.

Compatibility of the  the slider


The slider supports all video including the followings:

  • YouTube Videos
  • Daily motion videos 
  • Vimeo Videos and 
  • Google drive video  
  • Any HTML5 Videos

How to add Image Slider  in blogger


Step 1: Go to blogger dashboard lick on Templates from the left menu.

Step 2: Then, click on Edit HTML and you will be provided with the whole code of your blog including CSS Java Script and HTML in a large field.

Step 3: Search for <head> and paste the following line of code just below it.


<script src='//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js'></script>
<link rel="stylesheet" href="http://bxslider.com/lib/jquery.bxslider.css" type="text/css"/>


Step 4: Search for </head> and paste the following line of script just above it.



<script src='http://bxslider.com/lib/jquery.bxslider.js'/>
<script>
$(document).ready(function() {
$(&#39;.bxslider&#39;).bxSlider({
auto: true,
autoControls: true,
captions: true
});
});
</script>



Step 5: Add the following code just in place you want to add slider widgets.


<div class="bxslider">
<div><img src="ImageURL1" title='ImageCaption' /></div>
<div><img src="ImageURL2" title='ImageCaption' /></div>
<div><img src="ImageURL3" title='ImageCaption' /></div>
<div><img src="ImageURL4" title='ImageCaption' /></div>
</div>

Now you have install blogger image slider widgets. Replace the ImageURL with your image urls and thier captions with your image captions or titles.This code will create 4 slides if you wan to add more slides then add the following line just above </div/>.


<div><img src="ImageURL" title='ImageCaption' /></div>


Replace the ImageURL with your image urls and thier captions with your image captions or titles.

How to add Video Slider  in blogger

Video slider in blogger is one of the best tactics to attract your audience and insist them to take action on your blog spot blog. But, do you know how to make a video slider in blogger? If your answer is no then this is the correct place to know it. Do not go far i will show you here with the same steps with the above image slider tactics. Start from step Five (5) because all steps above step five are the same.

Also Read: How to add Popup Video players in blogger

Just add the following codes in place you want to add video sliders, commonly it should be appear on the to of our blog homepage. If you wan to add in any place of you blog, jut go a head.See demo below.



<div class="bxslider">
<div> <iframe width="100%" height="300" src="https://www.youtube.com/embed/ID" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe></div>
<div> <iframe width="100%" height="300" src="https://www.youtube.com/embed/ID" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe></div>
<div> <iframe width="100%" height="300" src="https://www.youtube.com/embed/ID" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe></div>
<div> <iframe width="100%" height="300" src="https://www.youtube.com/embed/ID" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe></div>
</div>

Now you have installed blogger video slider widgets. Replace the youtube vide ID with your own  video ID from youtube.. This code will create 4 video slides if you wan to add more video slides then add the following line just above


<div><iframe width="100%" height="300" src="https://www.youtube.com/embed/ID" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe></div>

Replace the youtube Video ID with your own  video embed codes.

If You think You have found a mistake in the widgets or have any problems, questions about the widgets, please contact us оr can you ask your question in comments below.

Thanks for your time, I really hope that this post helped you with what you were looking for, come back later to check out more awesome posts and tutorials Concerning blogger widgets and templates.

How to add Image and Video Slider in blogger

Slideshow is a design feature that allows you showcase images, video and other content more effectively in a confined space on your blogger blog. For example, you might use a slideshow on your homepage to promote products and holiday sales (if you run an eCommerce store), or a smaller slider on your “About” page to display customer or client testimonials. Whether you want a simple image slideshow, a full screen video slideshow, or a stunning slideshow with a mix of photography and video for added visual impact, this slideshows can be customized exactly how you like. See demo below.



How to add Image and Video Slider  in blogger blog posts

Slideshow have become more important on the blogger blog and for good reason. They are simple to set up, can be customized however you like, and allow you to showcase your most important content more effectively in a small space.

Compatibility of the  the slider


The slider supports all video including the followings:

  • YouTube Videos
  • Daily motion videos 
  • Vimeo Videos and 
  • Google drive video  
  • Any HTML5 Videos

How to add Image Slider  in blogger


Step 1: Go to blogger dashboard lick on Templates from the left menu.

Step 2: Then, click on Edit HTML and you will be provided with the whole code of your blog including CSS Java Script and HTML in a large field.

Step 3: Search for <head> and paste the following line of code just below it.


<script src='//ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js'></script>
<link rel="stylesheet" href="http://bxslider.com/lib/jquery.bxslider.css" type="text/css"/>


Step 4: Search for </head> and paste the following line of script just above it.



<script src='http://bxslider.com/lib/jquery.bxslider.js'/>
<script>
$(document).ready(function() {
$(&#39;.bxslider&#39;).bxSlider({
auto: true,
autoControls: true,
captions: true
});
});
</script>



Step 5: Add the following code just in place you want to add slider widgets.


<div class="bxslider">
<div><img src="ImageURL1" title='ImageCaption' /></div>
<div><img src="ImageURL2" title='ImageCaption' /></div>
<div><img src="ImageURL3" title='ImageCaption' /></div>
<div><img src="ImageURL4" title='ImageCaption' /></div>
</div>

Now you have install blogger image slider widgets. Replace the ImageURL with your image urls and thier captions with your image captions or titles.This code will create 4 slides if you wan to add more slides then add the following line just above </div/>.


<div><img src="ImageURL" title='ImageCaption' /></div>


Replace the ImageURL with your image urls and thier captions with your image captions or titles.

How to add Video Slider  in blogger

Video slider in blogger is one of the best tactics to attract your audience and insist them to take action on your blog spot blog. But, do you know how to make a video slider in blogger? If your answer is no then this is the correct place to know it. Do not go far i will show you here with the same steps with the above image slider tactics. Start from step Five (5) because all steps above step five are the same.

Also Read: How to add Popup Video players in blogger

Just add the following codes in place you want to add video sliders, commonly it should be appear on the to of our blog homepage. If you wan to add in any place of you blog, jut go a head.See demo below.



<div class="bxslider">
<div> <iframe width="100%" height="300" src="https://www.youtube.com/embed/ID" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe></div>
<div> <iframe width="100%" height="300" src="https://www.youtube.com/embed/ID" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe></div>
<div> <iframe width="100%" height="300" src="https://www.youtube.com/embed/ID" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe></div>
<div> <iframe width="100%" height="300" src="https://www.youtube.com/embed/ID" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe></div>
</div>

Now you have installed blogger video slider widgets. Replace the youtube vide ID with your own  video ID from youtube.. This code will create 4 video slides if you wan to add more video slides then add the following line just above


<div><iframe width="100%" height="300" src="https://www.youtube.com/embed/ID" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"></iframe></div>

Replace the youtube Video ID with your own  video embed codes.

If You think You have found a mistake in the widgets or have any problems, questions about the widgets, please contact us оr can you ask your question in comments below.

Thanks for your time, I really hope that this post helped you with what you were looking for, come back later to check out more awesome posts and tutorials Concerning blogger widgets and templates.

How to add FAQ page or section in blogger blog

Adding a Frequently Asked Questions (FAQ) page to your blogger will help answer any common questions, problems or concerns your followers may have. A blogger FAQ page should be the first point of call for your site’s readers, and it can be an excellent way to connect with your audience and deal with their needs. It will also save you time answering countless emails that all contain the same questions.

How to add FAQ page or section in blogger blog

For Demo Purpose see our FAQ's Page

In this article i am going to show you how to add faq page to blogger blog. Your blogger blog faq pages my used for:

  • Serve as a nightlight that will sweep away all of your customers’ fears and concerns.
  • Save some time by providing automated answers to repeating questions instead of answering them manually.
  • Improve your site’s visibility on Google and offer a better experience for your users.
  Now follow the following two methods and each steps to add faq pages to your blogger blog posts.


Method One: Adding Styles


Step 1: So we need to edit the template section here. So, click on Templates from the left menu.

Step 2: Then, click on Edit HTML and you will be provided with the whole code of your blog including CSS Java Script and HTML in a large field.

Step 3: Search for ]]></b:skin> and paste the following code just below it.

<style>
#ardifaq-section{
float:left;
width:100%;
position:relative;
}
#ardifaq-section label{margin:10px 0;background:#1eb025 url(http://icons.iconarchive.com/icons/icons8/windows-8/32/Science-Plus2-Math-icon.png) center no-repeat;border-bottom:1px solid #000;background-position:7px 50%;padding:3px 5px 3px 48px;-moz-border-radius:4px;-webkit-border-radius:4px;font-family:&#39;Raleway&#39;;font-size:20px;line-height:40px;
float:left;
width:100%;https://img.icons8.com/ios-glyphs/30/000000/sort-down.png
color:#000;
cursor:pointer;
border-radius:5px;
}
#ardifaq-section .tab-content1{
background-color:#f0f0f0;
border-radius:5px;
float:left;
width:100%;
padding:0 10px;
height:0;
font-size:18pz;
-moz-transition: height 1s ease;
-webkit-transition: height 1s ease;
-o-transition: height 1s ease;
transition: height 1s ease;
overflow:hidden;
}
#ardifaq-section input:checked + label + .tab-content1{
padding: 10px;
height: 150px;
-moz-transition: height 1s ease;
-webkit-transition: height 1s ease;
-o-transition: height 1s ease;
transition: height 1s ease;
}
#ardifaq-section input:checked + label{
margin:10px 0;background:red url(http://icons.iconarchive.com/icons/icons8/windows-8/32/Science-Minus2-Math-icon.png) center no-repeat;border-bottom:1px solid #000;background-position:7px 50%;padding:3px 5px 3px 48px;-moz-border-radius:4px;-webkit-border-radius:4px;font-family:&#39;Raleway&#39;;font-size:20px;line-height:40px;
float:left;
width:100%;
color:#000;
cursor:pointer;
border-radius:5px;
}
#ardifaq-section input{
display:none;
}
</style>

Don't forget to change color. icon urls, width, height  and other styles.

Method Two: Adding Page


Step 1: Go to blogger dashboard click on pages on the left side of your blogger dashboard and click new pages to create new pages for your faq pages.

Step 2: Copy and paste one of the following code into the HTML post editor after removing everything in it. Only one code is working fine.


<div id="ardifaq-section">
<input checked="" id="tab1" name="tabs" type="radio" />
<label for="tab1">Question 1</label>
<div class="tab-content1">
Answers for question 1</div>
<input id="tab2" name="tabs" type="radio" />
<label for="tab2">Question 2</label>
<div class="tab-content1">
Answers for question 2
</div>
<input checked="" id="tab3" name="tabs" type="radio" />
<label for="tab3">Question 3</label>
<div class="tab-content1">
Answers for question 3</div>
</div>

Step 3: Rename your page and change page setting as the following image. Entitle your page FAQ, to enable your reader to understand more and for your blog SEO cases.

Step 4: Now finally click publish button on the top of your page post editor to complete all of what we have going to do.

Thanks for your time, I really hope that this post helped you with what you were looking for, come back later to check out more awesome posts and tutorials Concerning blogger widgets and templates.

ViralGo blogger template without footer credit link


This templates is one of the category of Ardi Themes Premium blogger templates without footer credit links. In that post there are many blogger templates without footer credit links that already removed by Ardi Themes authors. Se all blogger templates here without blogger footer credit link, if available.


Viral Go is viral magazine blogger theme with a simple and cool design and extremely customizable layout, awesome features like different blog layouts and parallax effect in single posts, single post reactions, month and week popular posts and lot more.

Viral Go blogger template is published on Arlina Design for free and for premium version. The free one has non-removable blogger templates footer credit link. I am sure you tried this theme footer credit and your blog was redirected to Arlina Design website. Don't worry i am here for you!

Today i am going to share with you Viral Go responsive non footer credit link blogger templates for free. So you want to use it click download button below and get today.

Features of Viral Go blogger templates

Theme FeaturesAvailability
ResponsiveTrue
Google Testing Tool ValidatorTrue
SEO FriendlyTrue
Mobile FriendlyTrue
Dynamic HeadingTrue
Adsense ReadyTrue
Valid Schema.orgTrue
High CTRTrue
Personal BlogTrue
2 ColumnTrue
Auto Read More with ThumbnailTrue
Responsive Ad SlotTrue
BreadcrumbsTrue
About Me WidgetTrue
Related Posts with ThumbTrue
Search BoxTrue
Social Share ButtonTrue
Responsive Drop down MenuTrue
Smooth Back to TopTrue
Short-codesTrue
Unlimited Page NumberedTrue
Thanks for your time, I really hope that this post helped you with what you were looking for, come back later to check out more awesome posts and tutorials Concerning blogger widgets and templates.

ViralGo blogger template without footer credit link


This templates is one of the category of Ardi Themes Premium blogger templates without footer credit links. In that post there are many blogger templates without footer credit links that already removed by Ardi Themes authors. Se all blogger templates here without blogger footer credit link, if available.


Viral Go is viral magazine blogger theme with a simple and cool design and extremely customizable layout, awesome features like different blog layouts and parallax effect in single posts, single post reactions, month and week popular posts and lot more.

Viral Go blogger template is published on Arlina Design for free and for premium version. The free one has non-removable blogger templates footer credit link. I am sure you tried this theme footer credit and your blog was redirected to Arlina Design website. Don't worry i am here for you!

Today i am going to share with you Viral Go responsive non footer credit link blogger templates for free. So you want to use it click download button below and get today.

Features of Viral Go blogger templates

Theme FeaturesAvailability
ResponsiveTrue
Google Testing Tool ValidatorTrue
SEO FriendlyTrue
Mobile FriendlyTrue
Dynamic HeadingTrue
Adsense ReadyTrue
Valid Schema.orgTrue
High CTRTrue
Personal BlogTrue
2 ColumnTrue
Auto Read More with ThumbnailTrue
Responsive Ad SlotTrue
BreadcrumbsTrue
About Me WidgetTrue
Related Posts with ThumbTrue
Search BoxTrue
Social Share ButtonTrue
Responsive Drop down MenuTrue
Smooth Back to TopTrue
Short-codesTrue
Unlimited Page NumberedTrue
Thanks for your time, I really hope that this post helped you with what you were looking for, come back later to check out more awesome posts and tutorials Concerning blogger widgets and templates.

Contact Us

Name

Email *

Message *