WP Manifestindependent plugin directory
manifest / content / nmv-posts-grid

Posts Grid

A WordPress plugin that displays a lists of posts from a specific category

by Nicolas Mancilla <info@nicomv.com> · github.com/skaparate/nmv-posts-grid

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/skaparate/nmv-posts-grid/archive/refs/heads/master.zip

From the readme

Posts Grid (nmv-posts-grid) Español A WordPress plugin that displays a lists of posts from a specific category. Install 1. Download the plugin to Your computer. 2. Upload and unzip the plugin into Your WordPress plugins directory. 3. Go to the Dashboard - Plugins and activate it. 4. Use it. Usage For now, the plugin only has a Shortcode. To use it, simply copy and paste the following shortcode to one of Your posts/pages/other: Where "The Category" is the category You want to display posts from. Options The shortcode includes the following options: category: The name (not the slug) of the category Your posts are in. Default: Eventos. quantity: How many posts to display. Default: 30. container\class: A CSS class to add to the container. Default: Empty. display\order: Should the posts be ordered in descending or ascending order? Default: ASC (the only other option being DESC'). order\by: Orders the posts by the specified custom fields value. Default: Empty. For now only two fields are recognized for the order: nmv\pg\date: orders the posts by a valid date (format: YYYY/MM/DD). nmv\pg\index: a numeric value. is\gallery: a value set to true or false. If true, then

Read the full README on GitHub →