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)
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.
That’s a great idea, corrinarusso 🙂
Thanks for sharing.