Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author K

    (@koelle)

    Do you mean in the standings table? You can create custom templates by copying them to your theme directory into a subdirecty called “leaguemanager”. The plugin will then load this template. In the standings templates there is a line

    <td><a href="<?php echo $team->pageURL ?>"><?php echo $team->title ?></a></td>

    Simply remove the <a href... code block, e.g.

    <td><?php echo $team->title ?></td>

    Thread Starter lucam13

    (@lucam13)

    but I have to create the folder leaguemanager ? inside the themes folder ? or you mean the plugins / leaguemanager ?

    Plugin Author K

    (@koelle)

    yes, you create a folder called “leaguemanager” inside your theme folder and put the template file in there. This you can edit without having to worry about updating the plugin

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘no link each team’ is closed to new replies.