I am building a website about sport for a league and the players within this league (about a 1000).
I want to build a profile page for each player that they can visit and see some stats about themselves. I also want them to be able to look at other users pages.
At this stage I don’t need them to be able to upload any content but that may be an option a couple moons away.
I’d love some insight on how to do this, YouTube videos to watch or some plugins to look into.
Website currently uses wpDataTables to hold and present some stats based on SQL queries.
Please any help would be great.
Thank you
User profiles / pages help
[ad_1]

I mean, from what i understand, you want a single player page right? You can explore wordpress’ page templates, where you would put something like single-player.php and that would dinamically work, based on custom fields or queries
Well you need to start with creating the player pages, you could do this plugins like Ultimate Member or Profile Grid. Since you are already using wpDataTables you can then connect the data tables to display on each players pages. Then creating a database to search through the available member pages is pretty simple.