• Resolved mbenic

    (@mbenic)


    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

    (@billerickson)

    The simplest way to implement that is to create a custom taxonomy 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.