Untitled diff

Created Diff never expires
1 removal
9 lines
18 additions
26 lines
*
*
* })(window, document, jQuery);
* })(window, document, jQuery);
*
*
*/
*/
$day = tribe_events_get_current_month_day();
$event_id = "{$post->ID}-{$day['daynum']}";
$link = tribe_get_event_link( $post );
$title = get_the_title( $post );
$additional_data = array();
$categories = tribe_get_event_categories( $event_id, array(
'before' => '',
'sep' => ', ',
'after' => '',
'label' => '', // An appropriate plural/singular label will be provided
'label_before' => '',
'label_after' => '',
'wrap_before' => '',
'wrap_after' => '',
) );;
$additional_data['categories'] = $categories;
?>
?>


<div id="tribe-events-event-<?php echo esc_attr( $event_id ); ?>" class="<?php tribe_events_event_classes() ?>" data-tribejson='<?php echo esc_attr( tribe_events_template_data( $post ) ); ?>'>
<div id="tribe-events-event-<?php echo esc_attr( $event_id ); ?>" class="<?php tribe_events_event_classes() ?>" data-tribejson='<?php echo esc_attr( tribe_events_template_data( $post, $additional_data ) ); ?>'>
<h3 class="tribe-events-month-event-title"><a href="<?php echo esc_url( $link ) ?>" class="url"><?php echo $title ?></a></h3>
<h3 class="tribe-events-month-event-title"><a href="<?php echo esc_url( $link ) ?>" class="url"><?php echo $title ?></a></h3>
</div><!-- #tribe-events-event-# -->
</div><!-- #tribe-events-event-# -->