• Resolved claudiaj2872

    (@claudiaj2872)


    In the dropdown menu where you can select the month for the calendar to start, past months are also displayed. Is it possible to remove the past months from the list so that the current month is the first one in the list?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Roland Murg

    (@murgroland)

    Hi Claudia,

    Yes, it’s possible ?? Please add this code to your theme’s functions.php file:

    add_filter('wpsbc_calendar_output_month_selector_hide_past_months', '__return_false');
    Thread Starter claudiaj2872

    (@claudiaj2872)

    Hi Roland,

    it works, thank you very much! ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.