Add events list widget and close #6

This commit is contained in:
Brian Miyaji
2014-03-17 22:29:10 +11:00
parent fd7588d7dc
commit e24cd547e2
8 changed files with 178 additions and 64 deletions

View File

@@ -41,7 +41,7 @@ function sportspress_default_calendar_content( $content ) {
$calendar = sportspress_events_list( $id );
break;
default:
$calendar = sportspress_events_calendar( $id, true, false );
$calendar = sportspress_events_calendar( $id, false, array( 'caption_tag' => 'h4' ) );
break;
endswitch;
$content = $calendar . $content;