File manager - Edit - /home/verseaumee/lauvia/wp-content/plugins/trx_addons/components/api/the-events-calendar/tpl.default-item.php
Back
<?php /** * The style "default" of the Events * * @package ThemeREX Addons * @since v1.6.54.3 */ $args = get_query_var('trx_addons_args_sc_events'); $meta = (array)get_post_meta(get_the_ID(), 'trx_addons_options', true); $dt = tribe_get_start_date(null, true, 'Y-m-d'); $tm = tribe_get_start_time(null, get_option('time_format')); $dt2 = tribe_get_end_date(null, true, 'Y-m-d'); $tm2 = tribe_get_end_time(null, get_option('time_format')); $post_link = get_permalink(); $price = tribe_get_formatted_cost(); if (!empty($args['slider'])) { ?><div class="slider-slide swiper-slide"><?php } else if ($args['columns'] > 1) { ?><div class="<?php echo esc_attr(trx_addons_get_column_class(1, $args['columns'], !empty($args['columns_tablet']) ? $args['columns_tablet'] : '', !empty($args['columns_mobile']) ? $args['columns_mobile'] : '')); ?>"><?php } ?> <div class="sc_events_item sc_item_container post_container<?php if ( ! empty( $price ) ) echo ' with_price'; ?>"> <?php if (has_post_thumbnail()) { do_action( 'trx_addons_action_sc_events_item_before_featured', $args ); trx_addons_get_template_part('templates/tpl.featured.php', 'trx_addons_args_featured', apply_filters('trx_addons_filter_args_featured', array( //'hover' => 'zoomin', 'class' => 'sc_events_item_thumb', 'post_info' => apply_filters('trx_addons_filter_post_info', '<a href="' . esc_url($post_link) . '" class="sc_events_item_date">' . '<span class="sc_events_item_date_day">' . date_i18n('d', strtotime($dt)) . '</span>' . '<span class="sc_events_item_date_month">' . date_i18n('M', strtotime($dt)) . '</span>' . '</a>', 'events-'.$args['type'], $args ), 'thumb_size' => apply_filters('trx_addons_filter_thumb_size', trx_addons_get_thumb_size( $args['columns'] > 2 ? 'medium' : 'big' ), 'events-'.$args['type'], $args ), ), 'events-'.$args['type'], $args ) ); do_action( 'trx_addons_action_sc_events_item_after_featured', $args ); } ?> <div class="sc_events_item_info"> <div class="sc_events_item_header"> <div class="sc_events_item_meta"> <span class="sc_events_item_meta_item sc_events_item_meta_date"><?php if ($dt == $dt2) { if ( $tm == null ) { trx_addons_show_layout(date_i18n(get_option('date_format'), strtotime($dt)), '<span class="sc_events_item_meta_date_start">', '</span>'); } else { trx_addons_show_layout(date_i18n(get_option('date_format'), strtotime($dt)) . ' ' . $tm, '<span class="sc_events_item_meta_time_start">', '</span>'); } } else { if ( $tm == null ) { trx_addons_show_layout(date_i18n(get_option('date_format'), strtotime($dt)), '<span class="sc_events_item_meta_date_start">', '</span>'); ?><span class="sc_events_item_meta_date_separator">-</span><?php trx_addons_show_layout(date_i18n(get_option('date_format'), strtotime($dt2)), '<span class="sc_events_item_meta_date_end">', '</span>'); } else { trx_addons_show_layout(date_i18n(get_option('date_format'), strtotime($dt)) . ' ' . $tm, '<span class="sc_events_item_meta_date_start">', '</span>'); ?><span class="sc_events_item_meta_date_separator">-</span><?php trx_addons_show_layout(date_i18n(get_option('date_format'), strtotime($dt2)) . ' ' . $tm2, '<span class="sc_events_item_meta_date_end">', '</span>'); } } ?></span> </div> <h4 class="sc_events_item_title"><a href="<?php echo esc_url($post_link); ?>"><?php the_title(); ?></a></h4> <?php if (($excerpt = get_the_excerpt()) != '') { ?> <div class="sc_events_item_text"><?php echo esc_html($excerpt); ?></div> <?php } ?> </div><?php if ( ! empty( $price ) ) { ?><div class="sc_events_item_price"><?php echo esc_html( $price ); ?></div><?php } ?> </div> <?php if (!empty($args['more_text'])) { ?> <div class="sc_events_item_button sc_item_button"> <a href="<?php echo esc_url($post_link); ?>" class="<?php echo esc_attr(apply_filters('trx_addons_filter_sc_item_link_classes', 'sc_button', 'sc_events', $args)); ?>"> <?php echo esc_html($args['more_text']); ?> </a> </div> <?php } ?> </div><?php if (!empty($args['slider']) || $args['columns'] > 1) { ?></div><?php }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings