bS5 Post App Slider
Shows posts in an app-style slider like in an app store in bootScore 5. Good for mobile devices. Displays posts in your post / page by insert shortcode.
by Bastian Kreiter · github.com/crftwrk/bs5-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/bs5-post-app-slider/archive/refs/heads/main.zipReadme
=== bS5 Post App Slider ===
Contributors: craftwerk
Requires at least: 4.5 Tested up to: 5.7 Requires PHP: 5.6 Stable tag: 5.0.0.2 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 ==
= 5.0.0.2 - March 10 2021 =
* [BUGFIX] Add d-inline to read more button (Apple Safari)
= 5.0.0.1 - February 16 2021 =
* [NEW] Override templates in child-theme
= 5.0.0 - December 22 2020 =
* Initial release