Add league table and players settings

This commit is contained in:
Brian Miyaji
2014-03-07 10:38:59 +11:00
parent a09f97d7af
commit 0d2b1749b2
5 changed files with 105 additions and 14 deletions

View File

@@ -1,4 +1,9 @@
<h3 class="title"><?php _e( 'League Table Settings', 'sportspress' ); ?></h3>
<?php
settings_fields( 'sportspress_tables' );
do_settings_sections( 'sportspress_tables' );
submit_button();
$args = array(
'post_type' => 'sp_column',
'numberposts' => -1,