{"id":370028,"date":"2026-09-20T05:43:47","date_gmt":"2026-09-20T05:43:47","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/smartupworld-post-slider\/"},"modified":"2026-09-20T05:43:25","modified_gmt":"2026-09-20T05:43:25","slug":"smartupworld-post-slider","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/smartupworld-post-slider\/","author":18635502,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.1","stable_tag":"1.0.1","tested":"7.1.1","requires":"5.0","requires_php":"7.4","requires_plugins":null,"header_name":"SmartUpWorld Post Slider","header_author":"Smartupworld Websolutions","header_description":"A lightweight, accessible Owl Carousel post slider. Use the shortcode [suwps_post_slider] anywhere in your site.","assets_banners_color":"","last_updated":"2026-09-20 05:43:25","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/smartupworld.com\/smartupworld-post-slider\/","header_author_uri":"https:\/\/smartupworld.com\/","rating":0,"author_block_rating":0,"active_installs":0,"downloads":22,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.1":{"tag":"1.0.1","author":"smartupworld","date":"2026-09-20 05:43:25","revision":3703908}},"upgrade_notice":{"1.0.1":"<p>The shortcode tag changed to [suwps_post_slider]. Update any existing usage.<\/p>","1.0.0":"<p>Initial release.<\/p>"},"ratings":[],"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.1"],"block_files":[],"assets_screenshots":[],"screenshots":{"1":"Admin documentation page with shortcode reference and copy buttons.","2":"Post slider on the front end \u2014 full header with eyebrow, title, underline and subtitle.","3":"Slider on a single post page showing related articles without the section header."}},"plugin_section":[],"plugin_tags":[786,8612,4566,166,80],"plugin_category":[43,50],"plugin_contributors":[248986],"plugin_business_model":[],"class_list":["post-370028","plugin","type-plugin","status-publish","hentry","plugin_tags-carousel","plugin_tags-owl-carousel","plugin_tags-post-slider","plugin_tags-posts","plugin_tags-shortcode","plugin_category-customization","plugin_category-media","plugin_contributors-smartupworld","plugin_committers-smartupworld"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/smartupworld-post-slider.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>SmartUpWorld Post Slider lets you display your WordPress posts in a beautiful, responsive carousel using a simple shortcode \u2014 no coding required.<\/p>\n\n<p><strong>Features:<\/strong><\/p>\n\n<ul>\n<li>Simple shortcode \u2014 paste it anywhere: posts, pages, widgets, templates<\/li>\n<li>Responsive \u2014 1 column on mobile, 2 on tablet, 3 on desktop<\/li>\n<li>Optional section header with eyebrow pill, title, gradient underline, and subtitle<\/li>\n<li>Filter by category slug or ID<\/li>\n<li>Show specific posts by ID<\/li>\n<li>Exclude the current post (perfect for single post templates)<\/li>\n<li>Navigation arrows with SVG icons<\/li>\n<li>Pagination dots<\/li>\n<li>Autoplay with hover-pause<\/li>\n<li>Lazy loading on images after the first slide (LCP-safe eager loading on slide 1)<\/li>\n<li>Full ARIA accessibility \u2014 labelled buttons, dots, keyboard support<\/li>\n<li>No configuration needed \u2014 works out of the box<\/li>\n<li>Bundled Owl Carousel \u2014 no CDN dependency<\/li>\n<li>Lightweight \u2014 assets only load where the shortcode is used<\/li>\n<\/ul>\n\n<p><strong>Basic usage:<\/strong><\/p>\n\n<pre><code>[suwps_post_slider]\n<\/code><\/pre>\n\n<p><strong>With a header:<\/strong><\/p>\n\n<pre><code>[suwps_post_slider eyebrow=\"From The Blog\" title=\"Latest Insights\" subtitle=\"Practical guides on website care, speed and security.\"]\n<\/code><\/pre>\n\n<p><strong>For single post templates (exclude current, no arrows):<\/strong><\/p>\n\n<pre><code>[suwps_post_slider title=\"Related Articles\" count=\"6\" skip=\"current\" nav=\"false\" underline=\"false\"]\n<\/code><\/pre>\n\n<p>Full documentation: <a href=\"https:\/\/smartupworld.com\/smartupworld-post-slider\/\">smartupworld.com\/smartupworld-post-slider\/<\/a><\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>smartupworld-post-slider<\/code> folder to <code>\/wp-content\/plugins\/<\/code>.<\/li>\n<li>Activate the plugin through the <strong>Plugins<\/strong> menu in WordPress.<\/li>\n<li>Paste <code>[suwps_post_slider]<\/code> into any post, page, or widget.<\/li>\n<li>Visit <strong>Post Slider<\/strong> in your WordPress admin menu for all shortcode options and examples.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"what%20shortcode%20do%20i%20use%3F\"><h3>What shortcode do I use?<\/h3><\/dt>\n<dd><p>Use <code>[suwps_post_slider]<\/code> anywhere in your site. The admin menu page lists every available attribute with copy-ready examples.<\/p><\/dd>\n<dt id=\"can%20i%20filter%20by%20category%3F\"><h3>Can I filter by category?<\/h3><\/dt>\n<dd><p>Yes. Use <code>category=\"your-category-slug\"<\/code> or <code>category=\"14\"<\/code> (numeric ID). Example: <code>[suwps_post_slider category=\"tech\" count=\"6\"]<\/code><\/p><\/dd>\n<dt id=\"how%20do%20i%20show%20specific%20posts%3F\"><h3>How do I show specific posts?<\/h3><\/dt>\n<dd><p>Use the <code>ids<\/code> attribute with comma-separated post IDs: <code>[suwps_post_slider ids=\"12,45,67\"]<\/code>. This overrides <code>count<\/code> and <code>category<\/code>.<\/p><\/dd>\n<dt id=\"can%20i%20hide%20the%20navigation%20arrows%20or%20dots%3F\"><h3>Can I hide the navigation arrows or dots?<\/h3><\/dt>\n<dd><p>Yes. Set <code>nav=\"false\"<\/code> to hide arrows or <code>dots=\"false\"<\/code> to hide dots. Set both to <code>false<\/code> for a minimal auto-playing slider.<\/p><\/dd>\n<dt id=\"does%20it%20work%20on%20single%20post%20templates%3F\"><h3>Does it work on single post templates?<\/h3><\/dt>\n<dd><p>Yes. Add <code>skip=\"current\"<\/code> to remove the current post from the slider results, ideal for a \"Related Articles\" section.<\/p><\/dd>\n<dt id=\"does%20it%20conflict%20with%20my%20theme%27s%20owl%20carousel%3F\"><h3>Does it conflict with my theme's Owl Carousel?<\/h3><\/dt>\n<dd><p>The plugin registers its assets under unique handles (<code>suw-owl-carousel<\/code>, <code>suw-post-slider<\/code>). If your theme already enqueues Owl Carousel under the same handle, WordPress deduplicates automatically so the library only loads once.<\/p><\/dd>\n<dt id=\"where%20is%20the%20documentation%3F\"><h3>Where is the documentation?<\/h3><\/dt>\n<dd><p>Full documentation is at <a href=\"https:\/\/smartupworld.com\/smartupworld-post-slider\/\">smartupworld.com\/smartupworld-post-slider\/<\/a>. The admin <strong>Post Slider<\/strong> page also contains all attributes and copy-ready shortcode examples.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Renamed the shortcode tag to [suwps_post_slider] for a unique, conflict-free prefix.<\/li>\n<li>Moved admin page CSS and JavaScript into properly enqueued files.<\/li>\n<li>Renamed the \"exclude\" attribute to \"skip\".<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<li>Bundled Owl Carousel 2.3.4 \u2014 no CDN dependency.<\/li>\n<li>Shortcode attributes: eyebrow, title, subtitle, underline, count, category, ids, exclude, layout, nav, dots.<\/li>\n<li>ARIA accessibility improvements \u2014 labelled nav buttons and dots.<\/li>\n<li>LCP-safe eager loading on first slide image.<\/li>\n<li>Admin documentation page with copy-ready examples and SmartUpWorld branding.<\/li>\n<\/ul>","raw_excerpt":"A lightweight, accessible Owl Carousel post slider. Display your latest posts anywhere using the [suwps_post_slider] shortcode.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/370028","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=370028"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/smartupworld"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=370028"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=370028"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=370028"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=370028"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=370028"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=370028"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}