Create Biographies

A couple of notes here:

  • You might find a custom post type to be better than using a built-in Page. You would create a post type called something like “players” or “football-players” and with it you’d have an archive. Very similar to how Posts and Categories work: you’ll have one URL for each Post but also an archive like the Category that shows a bunch of the Posts together.
  • Yes, you can either manually create custom fields or use a plugin. Plugin recommendations are off-topic so I suggest you do a search for WordPress custom fields plugin. Once you have those fields created, you’ll need to set up theme templates – one for the archive (archive-players.php) and one for the individual players (single-players.php).

Welcome to the forum – please do some research and come back when you have more specific questions and code you’ve tried. 🙂