• Resolved jepg45

    (@jepg45)


    Onm a player details/profile page I want to edit the default “#” to say “Squad Number”.

    How do i make this change?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi @jepg45 ,

    Please copy the template file?player-details.php?from?wp-content/plugins/sportspress/templates/?to?wp-content/theme/your-child-theme/sportspress/?and alter line 46

    From: $common['#'] = $player->number;

    To: $common['Squad Number'] = $player->number;

    Thanks,
    Savvas

    Hi Savvas (@savvasha),
    On this point, how do I stop displaying a blank ‘#’ field, if a player’s squad number is not populated?

    Plugin Contributor Savvas

    (@savvasha)

    Hi @2antares2 ,

    Please open a new topic for your issue with more details of what you need (some screenshots will help).

    That way will be easier for other users with similar questions to find or/and give a solution.

    Thanks,
    Savvas

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.