diff --git a/includes/shortcodes.php b/includes/shortcodes.php index abb2f39..45d04cc 100755 --- a/includes/shortcodes.php +++ b/includes/shortcodes.php @@ -879,7 +879,19 @@ function displaySermons( $atts = array() ) { if ( $query->have_posts() ) { ob_start(); ?> +
+ + +
have_posts() ): ?> the_post(); @@ -929,4 +941,4 @@ function displaySermons( $atts = array() ) { } $WPFC_Shortcodes = new WPFC_Shortcodes; -$WPFC_Shortcodes->init(); \ No newline at end of file +$WPFC_Shortcodes->init();