Title: Nolink Template
Last modified: August 21, 2016

---

# Nolink Template

 *  Resolved [pr4d0g](https://wordpress.org/support/users/pr4d0g/)
 * (@pr4d0g)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/nolink-template/)
 * Hi,
 * I am able to select a standing without links on teams using this shortcode [standings
   league_id=x template=”nolink”].
    Unfortunately, I don’t see a template for matches
   like the same, therefore, how can I manage to remove links for matches.
 * Thanks,
    Prado
 * [http://wordpress.org/plugins/leaguemanager/](http://wordpress.org/plugins/leaguemanager/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [LaMonte Forthun](https://wordpress.org/support/users/lamontef/)
 * (@lamontef)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/nolink-template/#post-4569434)
 * You can build one very easily.
 * Copy the file ‘matches.php’ in the ‘templates’ folder and rename the copy ‘matches-
   nolink.php.
 * Replace line 54:
 *     ```
       <td class='match'><?php echo $match->date." ".$match->start_time." ".$match->location ?><br /><a href="<?php echo $match->pageURL ?>"><?php echo $match->title ?></a> <?php echo $match->report ?></td>
       ```
   
 * with:
 *     ```
       <td class='match'><?php echo $match->date." ".$match->start_time." ".$match->location ?><br /><<?php echo $match->title ?> <?php echo $match->report ?></td>
       ```
   
 * Then use shortcode:
 * `[matches league_id=1 template=nolink mode=all]`
 * If you need help with the template let me know.

Viewing 1 replies (of 1 total)

The topic ‘Nolink Template’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/leaguemanager.svg)
 * [LeagueManager](https://wordpress.org/plugins/leaguemanager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/leaguemanager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/leaguemanager/)
 * [Active Topics](https://wordpress.org/support/plugin/leaguemanager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/leaguemanager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/leaguemanager/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [LaMonte Forthun](https://wordpress.org/support/users/lamontef/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/nolink-template/#post-4569434)
 * Status: resolved