bS Post Slider archived
v4 not longer supportet. Chevck v5 Version https://github.com/bootscore/bs-swiper
by Bastian Kreiter · github.com/crftwrk/bs4-post-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-slider/archive/refs/heads/master.zipReadme
=== bS Post Slider ===
Contributors: craftwerk
Requires at least: 4.5 Tested up to: 5.6 Requires PHP: 5.6 Stable tag: 1.0.4 License: GNU General Public License v2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html
Post 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 ==
Use a shortcode like this 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
== Changelog ==
= 1.0.4 - September 25 2020 =
* Improved category badge
= 1.0.3 - September 17 2020 =
* Renamed plugin and shortcodes
= 1.0.2 - March 12 2020 =
* Changed Meta from text-secondary to text-muted
= 1.0.1 - March 02 2020 =
* Changed arrows to fontawesome
= 1.0.0 - February 29 2020 =
* Initial release