WP Manifestindependent plugin directory
manifest / content / post-list-for-bootscore

Post List for bootScore

Shows WordPress Posts in a List horizontal Bootstrap Card with Shortcode

by Bastian Kreiter · github.com/crftwrk/post-list-for-bootscore · 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/post-list-for-bootscore/archive/refs/heads/master.zip

Readme

=== Post List ===

Contributors: craftwerk

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

Post List 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:

[post-list 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 - March 12 2020 =

    * Changed Meta from text-secondary to text-muted

= 1.0.0 - February 29 2020 =

    * Initial release

Read the full README on GitHub →