WP Manifestindependent plugin directory
manifest / themes / bs5-post-app-slider

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

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/bs5-post-app-slider/archive/refs/heads/main.zip

Readme

=== 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 ==

  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 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

Read the full README on GitHub →