Use class instead of id in countdown wrapper

This commit is contained in:
Brian Miyaji
2014-08-23 23:26:20 +10:00
parent bb41cc6cd9
commit 5ec97ae1ef

View File

@@ -29,7 +29,7 @@ extract( $defaults, EXTR_SKIP );
if ( ! isset( $post ) ) return; if ( ! isset( $post ) ) return;
?> ?>
<div class="sp-template sp-template-countdown"> <div class="sp-template sp-template-countdown">
<div id="sp-countdown-wrapper"> <div class="sp-countdown-wrapper">
<h3 class="event-name"><a href="<?php echo get_permalink( $post->ID ); ?>"><?php echo $post->post_title; ?></a></h3> <h3 class="event-name"><a href="<?php echo get_permalink( $post->ID ); ?>"><?php echo $post->post_title; ?></a></h3>
<?php <?php
if ( isset( $show_venue ) && $show_venue ): if ( isset( $show_venue ) && $show_venue ):