{"id":214,"date":"2015-05-31T15:18:29","date_gmt":"2015-05-31T15:18:29","guid":{"rendered":"http:\/\/www.premiumbloggertemplates.com\/blog\/?p=214"},"modified":"2015-06-01T02:43:40","modified_gmt":"2015-06-01T02:43:40","slug":"how-to-configure-featured-content-slider","status":"publish","type":"post","link":"https:\/\/www.premiumbloggertemplates.com\/blog\/how-to-configure-featured-content-slider\/","title":{"rendered":"How To Configure Featured Content Slider"},"content":{"rendered":"<p>This tutorial is configuring for the slider you can see on many of my blogger themes.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.premiumbloggertemplates.com\/blog\/wp-content\/uploads\/2015\/05\/Configure-Blogger-Featured-Content-Slider.jpg\" alt=\"Configure Blogger Featured Content Slider\" width=\"623\" height=\"340\" class=\"alignnone size-full wp-image-225\" \/><\/p>\n<p>To setup this featured image slider with your content you need to visit \"Edit HTML\" page of your blog.<\/p>\n<pre>https:\/\/www.blogger.com\/blogger.g?blogID=YOUR_BLOG_ID#templatehtml<\/pre>\n<p>Find this line:<\/p>\n<pre>&lt;!-- Featured Content Slider Started --&gt;<\/pre>\n<p>There are 5 slides in the slider. Each slide code is wrapped by &lt;div class='fp-slides-items'&gt; and &lt;\/div&gt;. Look at the example code below. It is the first slide code of one of my theme:<\/p>\n<pre>&lt;!-- Slide 1 Code Start --&gt;\r\n<strong><span style=\"color: #ff00ff;\">&lt;div class='fp-slides-items'&gt;<\/span><\/strong>\r\n&lt;div class='fp-thumbnail'&gt;\r\n&lt;a href='<span style=\"color: #ff6600;\"><strong>#<\/strong><\/span>'&gt;&lt;img src='<span style=\"color: #008000;\"><strong>http:\/\/1.bp.blogspot.com\/-BVtVmHgtiqo\/VWkYK9E8H4I\/AAAAAAAANXg\/6bhrTsmzSi8\/s1600\/1.jpg<\/strong><\/span>'\/&gt;&lt;\/a&gt;\r\n&lt;\/div&gt;\r\n&lt;div class='fp-content-wrap'&gt;\r\n&lt;div class='fp-content'&gt;\r\n&lt;h3 class='fp-title'&gt;\r\n&lt;a href='<span style=\"color: #ff6600;\"><strong>#<\/strong><\/span>'&gt;<span style=\"color: #ff0000;\"><strong>This is default featured slide 1 title<\/strong><\/span>&lt;\/a&gt;\r\n&lt;\/h3&gt;\r\n&lt;p&gt;\r\n<span style=\"color: #999999;\">Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.<\/span> \r\n&lt;\/p&gt;\r\n&lt;\/div&gt;\r\n&lt;div class='fp-prev-next-wrap clearfix'&gt;\r\n    &lt;a class='fp-next' href='#fp-next'\/&gt;\r\n    &lt;a class='fp-prev' href='#fp-prev'\/&gt;\r\n&lt;\/div&gt;\r\n&lt;\/div&gt;\r\n<span style=\"color: #ff00ff;\"><strong>&lt;\/div&gt;<\/strong><\/span>\r\n&lt;!-- Slide 1 Code End --&gt;<\/pre>\n<p>Now replace,<\/p>\n<ul>\n<li>\"<span style=\"color: #ff0000;\"><strong>This is default featured slide 1 title<\/strong><\/span>\" with your featured post title.<\/li>\n<li>\"<span style=\"color: #ff6600;\"><strong>#<\/strong><\/span>\" with your featured post URL.<\/li>\n<li>\"<span style=\"color: #999999;\">Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.<\/span>\" with your slider description.<\/li>\n<li>\"<span style=\"color: #008000;\"><strong>http:\/\/1.bp.blogspot.com\/-BVtVmHgtiqo\/VWkYK9E8H4I\/AAAAAAAANXg\/6bhrTsmzSi8\/s1600\/1.jpg<\/strong><\/span>\" with your slider image.<\/li>\n<\/ul>\n<p>Now we have configured the first slide. Final slide code will look like this:<\/p>\n<pre>&lt;!-- Slide 1 Code Start --&gt;\r\n&lt;div class='fp-slides-items'&gt;\r\n&lt;div class='fp-thumbnail'&gt;\r\n&lt;a href='<span style=\"color: #ff6600;\"><strong>http:\/\/www.bloggertipandtrick.net\/best-free-wordpress-security-plugins\/<\/strong><\/span>'&gt;&lt;img src='<span style=\"color: #008000;\"><strong>http:\/\/www.bloggertipandtrick.net\/wp-content\/uploads\/2015\/05\/iThemes-Security.jpg<\/strong><\/span>'\/&gt;&lt;\/a&gt;\r\n&lt;\/div&gt;\r\n&lt;div class='fp-content-wrap'&gt;\r\n&lt;div class='fp-content'&gt;\r\n&lt;h3 class='fp-title'&gt;\r\n&lt;a href='<span style=\"color: #ff6600;\"><strong>http:\/\/www.bloggertipandtrick.net\/best-free-wordpress-security-plugins\/<\/strong><\/span>'&gt;<span style=\"color: #ff0000;\"><strong>10+ Best Free WordPress Security Plugins<\/strong><\/span>&lt;\/a&gt;\r\n&lt;\/h3&gt;\r\n&lt;p&gt;\r\n<span style=\"color: #999999;\">If you are running your website on WordPress, securing your website as much as possible is an essential task. Here I have listed most popular and very good free WordPress security plugins for your website.<\/span>\r\n&lt;\/p&gt;\r\n&lt;\/div&gt;\r\n&lt;div class='fp-prev-next-wrap clearfix'&gt;\r\n    &lt;a class='fp-next' href='#fp-next'\/&gt;\r\n    &lt;a class='fp-prev' href='#fp-prev'\/&gt;\r\n&lt;\/div&gt;\r\n&lt;\/div&gt;\r\n&lt;\/div&gt;\r\n&lt;!-- Slide 1 Code End --&gt;<\/pre>\n<p>There are another 4 slide codes you have to configure like this.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This tutorial is configuring for the slider you can see on many of my blogger themes. To setup this featured image slider with your content you need to visit \"Edit HTML\" page of your blog. https:\/\/www.blogger.com\/blogger.g?blogID=YOUR_BLOG_ID#templatehtml Find this line: &lt;!-- Featured Content Slider Started --&gt; There are 5 slides in the slider. Each slide code [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[24],"tags":[],"class_list":["post-214","post","type-post","status-publish","format-standard","hentry","category-slider"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/www.premiumbloggertemplates.com\/blog\/wp-json\/wp\/v2\/posts\/214","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.premiumbloggertemplates.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.premiumbloggertemplates.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.premiumbloggertemplates.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.premiumbloggertemplates.com\/blog\/wp-json\/wp\/v2\/comments?post=214"}],"version-history":[{"count":0,"href":"https:\/\/www.premiumbloggertemplates.com\/blog\/wp-json\/wp\/v2\/posts\/214\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.premiumbloggertemplates.com\/blog\/wp-json\/wp\/v2\/media?parent=214"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.premiumbloggertemplates.com\/blog\/wp-json\/wp\/v2\/categories?post=214"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.premiumbloggertemplates.com\/blog\/wp-json\/wp\/v2\/tags?post=214"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}