Title: [Plugin: LeagueManager] really need help with php
Last modified: August 20, 2016

---

# [Plugin: LeagueManager] really need help with php

 *  [zeight](https://wordpress.org/support/users/zeight/)
 * (@zeight)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-leaguemanager-really-need-help-with-php/)
 * i need help how i used this php code <?php leaguemanager_matches( $league_id,
   $args ) ?>
 * how can i put my leagueid and team id to display team matches only
 * or how i can put this shortcut code [matches league_id=1 team=3] in php page 
   to make it work
 * [http://wordpress.org/extend/plugins/leaguemanager/](http://wordpress.org/extend/plugins/leaguemanager/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [jopacic](https://wordpress.org/support/users/jopacic/)
 * (@jopacic)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-leaguemanager-really-need-help-with-php/#post-2856531)
 * If I got you right, you should assign value to $league_id and then insert your
   PHP code to file.
 * The second one is WP shortcode, you just put this with angle brackets into your
   WordPress post/page, or you can use do_shortcode PHP function to insert it into
   your PHP file, more info: [http://codex.wordpress.org/Function_Reference/do_shortcode](http://codex.wordpress.org/Function_Reference/do_shortcode)
 * Example: <?php echo do_shortcode( “[matches league_id=1 team=3]” ) ?>
 *  Thread Starter [zeight](https://wordpress.org/support/users/zeight/)
 * (@zeight)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-leaguemanager-really-need-help-with-php/#post-2856581)
 * thanks man really thx

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: LeagueManager] really need help with php’ 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/)

 * 2 replies
 * 2 participants
 * Last reply from: [zeight](https://wordpress.org/support/users/zeight/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-leaguemanager-really-need-help-with-php/#post-2856581)
 * Status: not resolved