shortcode-page-modified-for-waitlist
This commit is contained in:
parent
7077977252
commit
51f3dcb4ee
|
@ -216,16 +216,22 @@ $author_terms = get_the_terms(get_the_id(), 'mep_org');
|
|||
?>
|
||||
<div class='mep_event_<?php echo $style; ?>_item mix <?php if($tt){ echo $tt[0]->slug; } ?> <?php if($torg){ echo $torg[0]->slug; } ?>'>
|
||||
<div class="mep_list_thumb">
|
||||
|
||||
<a href="<?php the_permalink(); ?>"><?php the_post_thumbnail('full'); ?></a>
|
||||
|
||||
<div class="mep-ev-start-date">
|
||||
<div class="mep-day"><?php echo date('d', strtotime($event_meta['mep_event_start_date'][0])); ?></div>
|
||||
<div class="mep-month"><?php echo date('M', strtotime($event_meta['mep_event_start_date'][0])); ?></div>
|
||||
</div>
|
||||
|
||||
<?php if($available_seat==0){ do_action('mep_show_waitlist_label'); } ?>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="mep_list_event_details"><a href="<?php the_permalink(); ?>">
|
||||
<div class="mep-list-header">
|
||||
<h2 class='mep_list_title'><?php the_title(); ?></h2>
|
||||
<?php if($available_seat==0){ do_action('mep_show_waitlist_label'); } ?>
|
||||
<h3 class='mep_list_date'> <?php if($show_price=='yes'){ echo $show_price_label." ".mep_event_list_price(get_the_id()); }?><!-- <i class="fa fa-calendar"></i> <?php echo date('h:i A', strtotime($event_meta['mep_event_start_date'][0])); ?> - <?php echo $event_meta['mep_event_end_date'][0]; ?> --></h3>
|
||||
</div>
|
||||
|
||||
|
@ -538,4 +544,5 @@ if($pagination=='yes'){
|
|||
<?php
|
||||
$content = ob_get_clean();
|
||||
return $content;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -151,7 +151,8 @@ https://www.youtube.com/watch?v=IyUCCIeS6P8
|
|||
**CHECKOUT OUR OTHER PRODUCTS**
|
||||
|
||||
**CHECKOUR OUR OTHER PLUGINS**
|
||||
[Bus Booking Manager](https://wordpress.org/plugins/bus-booking-manager/)
|
||||
[Multipurpose Ticket Booking Manager (Bus/Train/Ferry/Boat/Shuttle)
|
||||
](https://wordpress.org/plugins/bus-booking-manager/)
|
||||
[Bus Ticket Booking with Seat Reservation](https://wordpress.org/plugins/bus-ticket-booking-with-seat-reservation/)
|
||||
[Woocommerce Events Manager](https://wordpress.org/plugins/mage-eventpress/)
|
||||
|
||||
|
|
Loading…
Reference in New Issue