• I edited the screenshot with photoshop to show you what i mean

    View post on imgur.com

    It’s is possible?

    Can be possible to insert 2 more columns for players? (Not only PLAYER, but Name and Surname too)

    NAME | SURNAME | PLAYER | CLUB | POS | etc.. etc..

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @ilbasileus ,

    This seems more like a SportsPress question than a “Rookie” theme one.

    Let start from your last question. Unfortunately the Name field contains both the First Name and the Surname of the player. You can try to use a php function like explode() to separate those two and use them in a new table.

    Now, about your first question. This is also possible with some custom code. You will need to replace each position with your preferred image “on the fly”.

    For both the above solutions you will need to alter the template player-list.php. This can be found inside /your-plugins/SportsPress/templates/. You should copy it to /your-child-theme/sportspress/ folder and alter it as you wish.

    Unfortunately this custom code is above the scope of these WP support forums. If you are not familiar with PHP coding you can always hire a developer to assist you ??

    Thanks,
    Savvas

    Thread Starter ilbasileus

    (@ilbasileus)

    Ok thaks you so much! Have a nice day

    Roch

    (@rochesterj)

    You’re most welcome!

    Let us know if you need anything else.

    Kind Regards,
    -Roch

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘It’s possible to insert icons/img here?’ is closed to new replies.