From be4598e18fbc1efd2ec23cff5b81e8f44216874e Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Wed, 19 Aug 2015 17:24:24 +1000 Subject: [PATCH] Move table caption into event list template --- templates/event-list.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/event-list.php b/templates/event-list.php index 0618a7ba..91511d1f 100644 --- a/templates/event-list.php +++ b/templates/event-list.php @@ -58,11 +58,11 @@ endif; if ( $show_title && false === $title && $id ) $title = get_the_title( $id ); - -if ( $title ) - echo '

' . $title . '

'; ?>
+ +

+