• Resolved Jux071

    (@jux071)


    Hello,

    is it possible to somehow put birthday first, and after that nationality and position to be displayed, and metrics at the bottom? So i want to be in next order: birthday, age, nationality, position, metrics.

    Thanks in advance.

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

Viewing 1 replies (of 1 total)
  • Plugin Contributor Savvas

    (@savvasha)

    Hi @jux071 ,

    You will need some custom code to achieve what you want that is beyond the scope of these support forums. If you are not familiar with php coding then you may need the help of a programmer.

    You need to alter player-details.php template file and save it inside a /sportspress/ folder of your child theme.

    Before foreach( $data as $label => $value ): line you have to echo the following lines:
    $data[ __( 'Birthday', 'sportspress' ) ]
    $data[ __( 'Age', 'sportspress' ) ]
    and remove them from $data array.

    Thanks,
    Savvas

Viewing 1 replies (of 1 total)
  • The topic ‘Display birthday before metrics’ is closed to new replies.