• 1. Need help with short code to display members that have birthdays based upon current date.
    Every day the listing should change based upon the birthdays of the next day.

    2. Also would like a like to show of the current month, who has birthdays.

Viewing 1 replies (of 1 total)
  • Plugin Author Roland Barker

    (@xnau)

    You can do this with a list shortcode filter. Take a look at the documentation for all the details. Here is an example:

    [pdb_list filter="birthdate>current_day&birthdate<+1_day"]

    Will show you all the birthdays for the current day.

    All birthdays in the current month is not possible currently, the “date keys” are all relative to the current date, not possible to filter by calendar month. The upcoming major update to Participants Database provides a way to do this.

Viewing 1 replies (of 1 total)

The topic ‘Display Birthdays Based upon Current Date’ is closed to new replies.