Presenting data (i.e. a “stats” page) is only possible when you first know how this data is stored.
Therefore: if you want to handle a fantasy league on your WordPress site, you’d first need to find a suitable plugin for keeping that information. Or you’d need to have a clear specification about in what format that information is available to be imported, etc.
If you’ve got nothing today, then you might start by browsing various “fantasy league” plugins: https://wordpress.org/plugins/search/fantasy/
When doing that, also look at what different formats the various plugins offer for presentation of the data.
If you’ve handling this league “off WordPress”, then you’d need to check what export formats might be available, and keep your fingers crossed that some existing plugin would be able to import it.
Otherwise, you might find that you need to develop something new (or pay someone to develop it for you…)
Thread Starter
Nexrus
(@nexrus)
Presenting data (i.e. a “stats” page) is only possible when you first know how this data is stored.
Therefore: if you want to handle a fantasy league on your WordPress site, you’d first need to find a suitable plugin for keeping that information. Or you’d need to have a clear specification about in what format that information is available to be imported, etc.
If you’ve got nothing today, then you might start by browsing various “fantasy league” plugins: https://wordpress.org/plugins/search/fantasy/
When doing that, also look at what different formats the various plugins offer for presentation of the data.
If you’ve handling this league “off WordPress”, then you’d need to check what export formats might be available, and keep your fingers crossed that some existing plugin would be able to import it.
Otherwise, you might find that you need to develop something new (or pay someone to develop it for you…)
Thank you so much for the reply. I actually wasn’t looking for something that would pull data from a database. I’ve kept the stats in a spreadsheet over the years and plan to just copy/paste it over and then add new stats manually each week. It’s really not that much work. I was more looking for something that would let me present the data in that way. With the tabs, drop down menu, sorting, etc.