Title: Display posts coming up
Last modified: August 23, 2019

---

# Display posts coming up

 *  Resolved [mbenic](https://wordpress.org/support/users/mbenic/)
 * (@mbenic)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/display-posts-coming-up/)
 * Hi
    id like to display posts posts in the month that they were published so for
   example if there are any posts that were published in august last year id like
   to be able to display them in august of any year
 * I was wondering if it is possible with this plugin
    thanks maria

Viewing 1 replies (of 1 total)

 *  Plugin Author [Bill Erickson](https://wordpress.org/support/users/billerickson/)
 * (@billerickson)
 * [6 years, 9 months ago](https://wordpress.org/support/topic/display-posts-coming-up/#post-11860822)
 * The simplest way to implement that is to [create a custom taxonomy](https://www.wpbeginner.com/wp-tutorials/create-custom-taxonomies-wordpress/)
   called “month” with categories for each month. All of the posts published in 
   August would be categorized in “august”.
 * You could then list all of the August posts using:
 * [display-posts taxonomy=”month” tax_term=”august”]
 * The date-based parameters need a specific date, like August 2018. They can’t 
   query for posts published in any august regardless of year.

Viewing 1 replies (of 1 total)

The topic ‘Display posts coming up’ is closed to new replies.

 * ![](https://ps.w.org/display-posts-shortcode/assets/icon-256x256.jpg?rev=2940963)
 * [Display Posts - Easy lists, grids, navigation, and more](https://wordpress.org/plugins/display-posts-shortcode/)
 * [Support Threads](https://wordpress.org/support/plugin/display-posts-shortcode/)
 * [Active Topics](https://wordpress.org/support/plugin/display-posts-shortcode/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/display-posts-shortcode/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/display-posts-shortcode/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Bill Erickson](https://wordpress.org/support/users/billerickson/)
 * Last activity: [6 years, 9 months ago](https://wordpress.org/support/topic/display-posts-coming-up/#post-11860822)
 * Status: resolved