Plugin Contributor
Savvas
(@savvasha)
Hi there @darkidk ,
The dynamic data for the events of Season 2022 can be a Calendar with either list or block template. Just create a Calendar and filter for League: league and Season: 2022
Then you can add all your calendar with the corresponding name below your seasons submenu.
Thanks,
Savvas
Hi Savas.
I would like to have the dynamic data shown like this.
Match page
————— ————– —————
|Title | |Title | |Title |
|Feature image | |Feature image| |Feature image |
| Match 1 | | Match 2 | | Match 3 |
————– ————– —————-
When i try to fetch a specific match title from sp_event nothing happens.
The same with the feature image, the image is set in the match.
Is it not possible to get a specific match?
Thanks.
Darkidk
Hi Savas.
Until i can find a solution for how to fecth the dynamic content!, i am using shortcodes. Not the optimal solution.
/Darkidk
Hi there!
I’m not sure if I get what you mean.
If you are creating/using a custom theme, then you’ll need to use the WP functions to load dynamic data.
In general, you can use shortcodes or the dynamic pages (such as the taxonomy pages for a competition/calendar), but if you want a custom design, you need to create the template files:
https://support.themeboy.com/article/58-theme-integration-guide
Thanks!