Add events list template

This commit is contained in:
Brian Miyaji
2014-03-17 19:12:12 +11:00
parent a7eb732933
commit e39b938d6e
12 changed files with 286 additions and 26 deletions

View File

@@ -67,7 +67,7 @@ function sportspress_manage_posts_custom_column( $column, $post_id ) {
endif;
if ( $team_result != null ):
echo '<strong>' . $team_result . '</strong> ';
echo '<strong class="result">' . $team_result . '</strong> ';
endif;
echo $team->post_title;