bS Post / Product Slider
Displays WordPress posts or WooCommerce products in Bootstrap card slider with Shortcode. Uses swiper.js
by Bastian Kreiter · github.com/crftwrk/bs4-post-product-slider · website
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/crftwrk/bs4-post-product-slider/archive/refs/heads/master.zipReadme
=== bS Post / Product Slider ===
Contributors: craftwerk
Requires at least: 4.5 Tested up to: 5.5.1 Requires PHP: 5.6 Stable tag: 1.0.1 License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html
Post or Woocommerce product Slider for bootScore WordPress theme, made with Swiper, Copyright 2020 Bastian Kreiter.
== Installation ==
- In your admin panel, go to Plugins > and click the Add New button.
- Click Upload Plugin and Choose File, then select the Plugin's .zip file. Click Install Now.
- Click Activate to use your new Plugin right away.
== Usage ==
= Posts =
Use shortcode to display your posts in a page:
[post-slider type="post" category="sample-category" order="ASC" orderby="title" posts="12"]
Options:
category: category slug
order: ASC or DESC
orderby: date or title
posts: number of posts to display
= Products =
Use shortcode to display your products in a page:
[bs-product-slider order="DESC" orderby="date" posts="12" category="sample-category, test-category"]
Options:
order: ASC or DESC
orderby: date or title
posts: number of posts to display
category: category slug, seperated by comma for multiple categories
== Changelog ==
= 1.0.1 - December 02 2020 =
* Removed outline on pagination bullet :focus
= 1.0.0 - October 12 2020 =
* Initial release
* It is the merger of the two plugins bs-post-slider and bs-product-slider
* Several instances can now be displayed per page.
* Shortcodes are the same as in the previous plugins
== Credits ==
Swiper: https://swiperjs.com/, MIT License