Thread Starter
dukens
(@dukens)
you need move this lines:
// Add meta box to post screen
add_meta_box( ‘leaguemanager’, __(‘Match-Report’,’leaguemanager’), array(&$this, ‘addMetaBox’), ‘post’);
from function __construct() in admin.php
to function menu() in same file.
Enjoy 🙂
Thanks a lot! Excellent, I can now use this for my team. 🙂