WP Manifestindependent plugin directory
manifest / ecommerce / bs-product-slider

bS Product Slider archived

v4 not longer supportet. Chevck v5 Version https://github.com/bootscore/bs-swiper

by Bastian Kreiter · github.com/crftwrk/bs-product-slider · website

0stars
0forks

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/bs-product-slider/archive/refs/heads/master.zip

Readme

=== bS Product Slider ===

Contributors: craftwerk

Requires at least: 4.5 Tested up to: 5.6 Requires PHP: 5.6 Stable tag: 1.0.2 License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html

Product Slider for WooCommerce bootScore WordPress Theme made with Swiper, Copyright 2020 Bastian Kreiter.

== Installation ==

  1. In your admin panel, go to Plugins > and click the Add New button.
  2. Click Upload Plugin and Choose File, then select the Plugin's .zip file. Click Install Now.
  3. Click Activate to use your new Plugin right away.

== Usage ==

Use a shortcode like this 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.2 - May 02 2020 =

    * Renamed plugin and shortcode

= 1.0.1 - May 02 2020 =

    * Added category option

= 1.0.0 - March 12 2020 =

    * Initial release

Read the full README on GitHub →