Plugin Contributor
Savvas
(@savvasha)
Hi @diashenrique,
Everything is possible, but why you need SQL queries? You can always use the SportsPress shortcodes or WP Functions, or both 😊
Shortcodes: http://support.themeboy.com/article/99-shortcode
Thanks,
Savvas
Hi,
I’m just want to have a deeper look inside the players stats. But, if we have the shortcodes, shortcodes it is 🙂
Thanks
Plugin Contributor
Savvas
(@savvasha)
Most of the stats (match, player, team etc) are stored as post-meta.
You can always use a function like get_post_meta() (https://developer.ww.wp.xz.cn/reference/functions/get_post_meta/) in a custom page template or in a custom plugin to get all your info you need.
But the most easy way is to use the SportsPress shortcodes 😉
Thanks,
Savvas