Plugin Author
Brian
(@brianmiyaji)
@opopop I think you need to be a bit more specific. Are you trying to change the permalink structure?
Thread Starter
opopop
(@opopop)
no i am not saying permalink structure / rewrite
I m saying i want one Page for Player Ranking only where only show total number of player only
Thread Starter
opopop
(@opopop)
Sorry for double post but please response
@opopop
Sorry I’m still not getting your request. Could you send us an example of what you are trying to achieve?
Kind Regards,
-Roch
Thread Starter
opopop
(@opopop)
Sorry for delay reply
see below page
http://www.pvgf.org/index.php/list/test/
I wanted to show Player name Column only.
- Go into the Sportspress > Settings
- Choose the Players tab
- Under the Player Options section, uncheck Nationality and Current Team. Now only the players name will display.
You may also need to uncheck “Display National Flags” too.
That’s a site-wide change though so you can make it specific by player (if I’m not mistaken)
Thread Starter
opopop
(@opopop)
Not works it effect only player profile page only not player list page
Hi!
This CSS should do it:
body .sp-player-list .data-name .player-flag {
display: none;
}
Kind Regards,
-Roch