Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 847 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 847 Bytes

Synopsis

Wordpress wp_query plugin - Ability to make WP_Query within Posts and Pages through shortcode. It can also be used to create "related" post content.

Allows you to set how many months Forward and how many months Backward to index post in the query.

Code Example

[QueryQuery postsperpage="4" poststatus"published"]

Motivation

To provide more post content within a specific time frame and with access to wp_query without coding (throught shortcode)

Installation

(wordpress installation dir) -> wp-content -> plugins

License

License: GPLv2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html