{"id":61976,"date":"2014-01-13T01:28:07","date_gmt":"2014-01-13T01:28:07","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/wp-slideshow-posts\/"},"modified":"2014-05-10T20:11:51","modified_gmt":"2014-05-10T20:11:51","slug":"wp-slideshow-posts","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/wp-slideshow-posts\/","author":13596341,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.1","stable_tag":"trunk","tested":"3.7.41","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"wp slideshow posts","header_author":"Marcio Cezar","header_description":"","assets_banners_color":"","last_updated":"2014-05-10 20:11:51","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/temasphp.com\/wp-slideshow-posts\/","header_author_uri":"","rating":0,"author_block_rating":0,"active_installs":100,"downloads":17627,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","screenshots","changelog"],"tags":[],"upgrade_notice":[],"ratings":[],"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[],"plugin_category":[],"plugin_contributors":[],"plugin_business_model":[],"class_list":["post-61976","plugin","type-plugin","status-closed","hentry","plugin_committers-bobjmp"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-slideshow-posts.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>A plugin capable of capturing your posts and show in a very beautiful slideshow with images, titles and summary. Prepared to be simple, uncomplicated and meet the needs of most bloggers.<\/p>\n\n<h4>Breaking News<\/h4>\n\n<p>A small bar titles without images, without summary with only the title of the latest posts in each category and a random link.<\/p>\n\n<h4>Full slideshow<\/h4>\n\n<p>A slideshow with images, title of the posts, summary, next and previous buttons and bullets.<\/p>\n\n<h4>Main Features<\/h4>\n\n<p><strong>Easy:<\/strong> Simplified to any user can use without major difficulties, insert a small piece of code somewhere in your template to start operating the slide. After that you can on or off in the options panel.<\/p>\n\n<p><strong>Unlimited Colors:<\/strong> Choose colors that suit your website, you can choose background colors, text colors and links colors.<\/p>\n\n<p><strong>Responsive:<\/strong> Slideshow totally flexible, adaptable to different types of screens.<\/p>\n\n<p><strong>Show Posts:<\/strong> Display recent posts, popular posts or posts for IDs.<\/p>\n\n<p><strong>Show Category:<\/strong> Select a category and slides show only posts related to it.<\/p>\n\n<p><strong>Show Pages:<\/strong> Show only the most recent pages of your blog or select IDs.<\/p>\n\n<p><strong>Individual Configuration:<\/strong> You can use slides with different styles for each page.  You can choose to mostar a gallery of images without any text and use a slider on another page with text, links and buttons.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Unpack to obtain the 'wp-slideshow-posts' folder<\/li>\n<li>Upload 'wp-slideshow-posts' to the '\/wp-content\/plugins\/' directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Configure the settings according to your needs on menu 'Settings &gt; WP Slideshow Posts'<\/li>\n<\/ol>\n\n<h4>Use the code below to show breaking news slider with recent posts by category<\/h4>\n\n<pre><code>&lt;?Php if ( function_exists( &#039;wpsp_breakingnews&#039; ) ) { wpsp_breakingnews(); } ?&gt;<\/code><\/pre>\n\n<h4>Use one of two options to add full slideshow in blog<\/h4>\n\n<ul>\n<li>Insert code in template place display:<\/li>\n<\/ul>\n\n<pre><code>&lt;?Php if ( function_exists( &#039;wpsp_Slideshow&#039; ) ) { wpsp_Slideshow(); } ?&gt;<\/code><\/pre>\n\n<ul>\n<li>Add shortcodes into the post:<\/li>\n<\/ul>\n\n<p>[slideshow-wpsp]<\/p>\n\n<h4>Use different configuration for each slideshow<\/h4>\n\n<ul>\n<li>disable title:<\/li>\n<\/ul>\n\n<pre><code>&lt;?Php if ( function_exists( &#039;wpsp_Slideshow&#039; ) ) { wpsp_Slideshow(&#039;0,1,1,1&#039;); } ?&gt;\n\n[slideshow-wpsp display=&quot;0,1,1,1&quot;]<\/code><\/pre>\n\n<ul>\n<li>disable description:<\/li>\n<\/ul>\n\n<pre><code>&lt;?Php if ( function_exists( &#039;wpsp_Slideshow&#039; ) ) { wpsp_Slideshow(&#039;1,0,1,1&#039;); } ?&gt;\n\n[slideshow-wpsp display=&quot;1,0,1,1&quot;]<\/code><\/pre>\n\n<ul>\n<li>disable NEXT\/PREV button:<\/li>\n<\/ul>\n\n<pre><code>&lt;?Php if ( function_exists( &#039;wpsp_Slideshow&#039; ) ) { wpsp_Slideshow(&#039;1,1,0,1&#039;); } ?&gt;\n\n[slideshow-wpsp display=&quot;1,1,0,1&quot;]<\/code><\/pre>\n\n<ul>\n<li>disable bullets:<\/li>\n<\/ul>\n\n<pre><code>&lt;?Php if ( function_exists( &#039;wpsp_Slideshow&#039; ) ) { wpsp_Slideshow(&#039;1,1,1,0&#039;); } ?&gt;\n\n[slideshow-wpsp display=&quot;1,1,1,0&quot;]<\/code><\/pre>\n\n<!--section=faq-->\n<h4>Whence the images used by the slider?<\/h4>\n\n<p>_ Wp Slideshow posts search featured image, if not find use images within posts.<\/p>\n\n<h4>I use multiple slideshow in my blog?<\/h4>\n\n<p>_ Yes, but only one per page.<\/p>\n\n<h4>I use full slideshow and small slideshow together on the same page?<\/h4>\n\n<p>_ yes<\/p>\n\n<!--section=screenshots-->\n<ol class='screenshots'>\n\t<li>\n\t\t<img class='screenshot' src='screenshot-1.png' alt='wp-slideshow-posts screenshot 1' \/>\n\t\t<p><p>Small slide title bar with breaking news<\/p><\/p>\n\t<\/li>\n\t<li>\n\t\t<img class='screenshot' src='screenshot-2.png' alt='wp-slideshow-posts screenshot 2' \/>\n\t\t<p><p>Full slide with image and summary<\/p><\/p>\n\t<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.1<\/h4>\n\n<ul>\n<li>Added ToolTip for link random.<\/li>\n<li>Added options transition time in setting page.<\/li>\n<li>Disable breaking news for devices 450px.<\/li>\n<li>CSS improvements for slideshow.<\/li>\n<li>Implementation icon fonts.<\/li>\n<li>Unlimited colors.<\/li>\n<li>individualized configuration slider.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release of the WP Slideshow Posts<\/li>\n<\/ul>","raw_excerpt":"Show your posts on a responsive slideshow","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/61976","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=61976"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/bobjmp"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=61976"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=61976"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=61976"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=61976"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=61976"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=61976"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}