• Resolved iko47

    (@iko47)


    Hello,

    I would like to add a date picker to my list event in order to show events daily in the homepage, do you have a solution?

    Many thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi @iko47 ,

    This is not currently available as native function of SportsPress. You can achieve what you want though with some custom php code and AJAX methods. It is way above the scope of these support forums though 🙂

    Events are Custom Post Types. So you can create form that on Selecting a Date the WP_query will fire up and show all current date events. You should hire a developer to assist you if you are not familiar with coding.

    Thanks,
    Savvas

    Thread Starter iko47

    (@iko47)

    Thank you very much!

    I will try 🙂

    Thread Starter iko47

    (@iko47)

    Hi Savvas,

    sorry, I am fighting with the Events calendar. Is there a way to show events day by day in my homepage, giving users possibility to select the date they want using a event lists layout?

    Many thanks

    @iko47

    It’s not ajax, so it does not sort the list the way you would expect, but this is a quick and dirty solution :
    https://gowildcats.ca/iko47

    After submit it kicks off the filter by the date (choose March 7th for example).

    You could template the results page to display a lot better.

    Roch

    (@rochesterj)

    That’s a great idea, corrinarusso 🙂

    Thanks for sharing.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Date Picker List Event’ is closed to new replies.