bS Post App Slider
Shows WordPress Posts in an App style Slider Bootstrap Card with Shortcode
by Bastian Kreiter · github.com/crftwrk/bs4-post-app-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-app-slider/archive/refs/heads/master.zipReadme
=== bS Post App Slider ===
Contributors: craftwerk
Requires at least: 4.5 Tested up to: 5.6 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 App Slider for bootScore WordPress Theme, 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:
[bs-post-app-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.1 - September 17 2020 =
* Renamed plugin and shortcode
= 1.0.0 - March 22 2020 =
* Initial release