Файловый менеджер - Редактировать - /home/tuudkjt/globeasy/wp-includes/ID3/templates.zip
Назад
PK �+-]bȈZ Z loop/excerpt.phpnu ��� <?php if ( !defined( 'ABSPATH' ) ) exit(); if( isset( $args['id'] ) ){ $id = $args['id']; }else{ $id = get_the_id(); } $excerpt = get_the_excerpt($id); $excerpt = wp_trim_words($excerpt,10); ?> <?php if($excerpt && !empty($excerpt)) : ?> <p class="event-excerpt"> <?php echo esc_html($excerpt);?> </p> <?php endif; ?>PK �+-]�Ŕ�> > loop/highlight_date_1.phpnu ��� <?php if ( !defined( 'ABSPATH' ) ) exit(); if( isset( $args['id'] ) ){ $id = $args['id']; }else{ $id = get_the_id(); } $ovaev_start_date = get_post_meta( $id, 'ovaev_start_date_time', true ); $date_event = $ovaev_start_date != '' ? date_i18n('d', $ovaev_start_date ) : ''; $month_event_M = $ovaev_start_date != '' ? date_i18n('M', $ovaev_start_date ) : ''; if( $ovaev_start_date != '' ){ ?> <div class="date-event"> <span class="date"><?php echo esc_html($date_event);?></span> <span class="month"><?php echo esc_html($month_event_M);?></span> </div> <?php } ?>PK �+-]YX(. . loop/thumbnail.phpnu ��� <?php if ( !defined( 'ABSPATH' ) ) exit(); if( isset( $args['id'] ) ){ $id = $args['id']; }else{ $id = get_the_id(); } ?> <div class="event-thumbnail-v2"> <a href="<?php echo get_the_permalink( $id ); ?>"> <?php echo get_the_post_thumbnail( $id, 'ovaev_event_thumbnail' ); ?> </a> </div>PK �+-]�#�_+ + loop/thumbnail_grid.phpnu ��� <?php if ( !defined( 'ABSPATH' ) ) exit(); if( isset( $args['id'] ) ){ $id = $args['id']; }else{ $id = get_the_id(); } ?> <div class="event-thumbnail"> <a href="<?php echo get_the_permalink( $id ); ?>"> <?php echo get_the_post_thumbnail( $id, 'ovaev_event_thumbnail' ); ?> </a> </div>PK �+-]+a�� � loop/thumbnail_list.phpnu ��� <?php if ( !defined( 'ABSPATH' ) ) exit(); if( isset( $args['id'] ) ){ $id = $args['id']; }else{ $id = get_the_id(); } $url_img = get_the_post_thumbnail_url( $id, 'post-thumbnail' ); ?> <div class="event-thumbnail" style="background-image: url(<?php echo esc_url($url_img);?>);"> <a href="<?php echo the_permalink();?>"> <?php echo get_the_post_thumbnail( $id, 'ovaev_event_thumbnail' ); ?> </a> </div>PK �+-]�{��* * loop/highlight_date_2.phpnu ��� <?php if ( !defined( 'ABSPATH' ) ) exit(); if( isset( $args['id'] ) ){ $id = $args['id']; }else{ $id = get_the_id(); } $ovaev_start_date = get_post_meta( $id, 'ovaev_start_date_time', true ); $date_event = $ovaev_start_date != '' ? date_i18n('d', $ovaev_start_date ) : ''; $month_event_M = $ovaev_start_date != '' ? date_i18n('M', $ovaev_start_date ) : ''; $year_event = $ovaev_start_date != '' ? date_i18n('Y', $ovaev_start_date ) : ''; if( $ovaev_start_date != '' ){ ?> <div class="date-event"> <span class="date second_font"> <?php echo esc_html($date_event);?> </span> <span class="month-year second_font"> <span class="month"> <?php echo esc_html($month_event_M);?> </span> <span class="year"> <?php echo esc_html($year_event);?> </span> </span> </div> <?php } ?>PK �+-]�� loop/date_event.phpnu ��� <?php if ( !defined( 'ABSPATH' ) ) exit(); if ( isset( $args['id'] ) ) { $id = $args['id']; } else { $id = get_the_id(); } // Date format $date_format = apply_filters( 'ovaev_date_event_format', get_option('date_format') ); // Time format $time_format = OVAEV_Settings::archive_event_format_time(); // Start date $ovaev_start_date = get_post_meta( $id, 'ovaev_start_date_time', true ); $start_date = $ovaev_start_date != '' ? date_i18n( $date_format, $ovaev_start_date ) : ''; // Start time $ovaev_start_time = get_post_meta( $id, 'ovaev_start_time', true ); $start_time = $ovaev_start_time ? date( $time_format, strtotime($ovaev_start_time) ) : ''; // End date $ovaev_end_date = get_post_meta( $id, 'ovaev_end_date_time', true ); $end_date = $ovaev_end_date != '' ? date_i18n( $date_format, $ovaev_end_date) : ''; // End time $ovaev_end_time = get_post_meta( $id, 'ovaev_end_time', true ); $end_time = $ovaev_end_time ? date( $time_format, strtotime($ovaev_end_time) ) : ''; ?> <div class="time equal-date"> <i class="icomoon icomoon-clock"></i> <?php if( $start_date == $end_date && $start_date != '' ){ ?> <span class="time-date-child"> <span class="date-child"> <?php echo esc_html( $start_time ).' - '.$end_time; ?> </span> </span> <?php }else{ ?> <span class="time-date-child"> <span class="date-child"> <?php echo esc_html( $start_date ) .' '. esc_html__( '@', 'ovaev' ); ?> </span> <span> <?php echo esc_html( $start_time ); ?></span> <?php if( apply_filters( 'ovaev_show_more_date_text', true ) ){ ?> <a href="<?php the_permalink() ?> " class="more_date_text" data-id="<?php echo get_the_id(); ?>"> <span><?php esc_html_e( ', more', 'ovaev' ); ?></span> </a> <?php } ?> </span> <?php } ?> </div> PK �+-]��� loop/title.phpnu ��� <?php if ( !defined( 'ABSPATH' ) ) exit(); if( isset( $args['id'] ) ){ $id = $args['id']; }else{ $id = get_the_id(); } ?> <a href="<?php echo get_the_permalink( $id );?>"> <h2 class="second_font event_title"> <?php echo get_the_title( $id ); ?> </h2> </a>PK �+-]�U��s s loop/readmore.phpnu ��� <?php if ( !defined( 'ABSPATH' ) ) exit(); if( isset( $args['id'] ) ){ $id = $args['id']; }else{ $id = get_the_id(); } ?> <div class="event-readmore"> <a href="<?php echo get_the_permalink( $id ) ?>" class="readmore second_font"> <?php echo esc_html_e( 'Event details', 'ovaev' ) ?> <i aria-hidden="true" class="icomoon icomoon-arrow-right"></i> </a> </div>PK �+-]U�?/ loop/highlight_date_3.phpnu ��� <?php if ( !defined( 'ABSPATH' ) ) exit(); if( isset( $args['id'] ) ){ $id = $args['id']; }else{ $id = get_the_id(); } $ovaev_start_date = get_post_meta( $id, 'ovaev_start_date_time', true ); $date_event = $ovaev_start_date != '' ? date_i18n('d', $ovaev_start_date ) : ''; $month_event_F = $ovaev_start_date != '' ? date_i18n('F', $ovaev_start_date ) : ''; $week_day = $ovaev_start_date != '' ? date_i18n('l', $ovaev_start_date ) : ''; if( $ovaev_start_date != '' ){ ?> <div class="date-event"> <span class="date-month second_font"> <?php echo esc_html($date_event);?> <span class="month second_font"><?php echo esc_html($month_event_F);?></span> </span> <span class="weekday second_font"><?php echo esc_html($week_day);?></span> </div> <?php } ?>PK �+-]Pn7j2 2 loop/type.phpnu ��� <?php if ( !defined( 'ABSPATH' ) ) exit(); if( isset( $args['id'] ) ){ $id = $args['id']; }else{ $id = get_the_id(); } $event_type = get_the_terms( $id, 'event_category') ? get_the_terms( $id, 'event_category') : '' ; $value_event_type = array(); if ( $event_type != '' ) { foreach ( $event_type as $value ) { $value_event_type[] = '<a class="event_type" href="'.get_term_link($value->term_id).'">' .$value->name. '</a>' ; } } if( $value_event_type ){ ?> <div class="post_cat"> <?php echo implode(', ', $value_event_type); ?> </div> <?php } ?>PK �+-]3騏 � loop/venue.phpnu ��� <?php if ( !defined( 'ABSPATH' ) ) exit(); if( isset( $args['id'] ) ){ $id = $args['id']; }else{ $id = get_the_id(); } $ovaev_venue = get_post_meta( $id, 'ovaev_venue', true ); ?> <?php if( ! empty( $ovaev_venue ) ) { ?> <div class="venue"> <i class="icomoon icomoon-location"></i> <span class="number"> <?php echo esc_html( $ovaev_venue ); ?> </span> </div> <?php } ?>PK �+-]�� / / loop/readmore2.phpnu ��� <?php if ( !defined( 'ABSPATH' ) ) exit(); if( isset( $args['id'] ) ){ $id = $args['id']; }else{ $id = get_the_id(); } ?> <div class="button_event"> <a class="view_detail second_font" href="<?php echo get_the_permalink( $id ); ?>"> <?php esc_html_e( 'Event details', 'ovaev' );?> </a> </div>PK �+-]v��> > archive-event.phpnu ��� <?php if ( !defined( 'ABSPATH' ) ) exit(); get_header(); $event_type_temp = isset( $_GET['event_type_temp'] ) ? $_GET['event_type_temp'] : OVAEV_Settings::archive_event_type(); $event_col = isset( $_GET['col'] ) ? $_GET['col'] : OVAEV_Settings::archive_event_col(); ?> <div class="container-event"> <div class="content-event archive-event-page"> <!-- search form --> <?php do_action( 'ovaev_search_form' ); ?> <!-- end search form --> <div class="archive_event <?php echo $event_col; ?>"> <?php if( have_posts() ) : while ( have_posts() ) : the_post(); ?> <?php ovaev_get_template( 'event-templates/event-'.$event_type_temp.'.php' ); ?> <?php endwhile; else: ?> <div class="search_not_found"> <?php esc_html_e( 'Not Found Events', 'ovaev' ); ?> </div> <?php endif; wp_reset_postdata(); ?> </div> <?php global $wp_query; if ( $wp_query->max_num_pages > 1 ) { ?> <div class="search-ajax-pagination events_pagination"> <?php echo paginate_links( apply_filters( 'el_pagination_args', array( 'base' => esc_url_raw( str_replace( 999999999, '%#%', get_pagenum_link( 999999999, false ) ) ), 'format' => '', 'add_args' => '', 'current' => max( 1, get_query_var( 'paged' ) ), 'total' => $wp_query->max_num_pages, 'prev_text' => __( 'Previous', 'ovaev' ), 'next_text' => __( 'Next', 'ovaev' ), 'type' => 'list', 'end_size' => 3, 'mid_size' => 3 ) ) ); ?> </div> <?php } ?> </div> </div> <?php get_footer();PK �+-]l��RF F single-event.phpnu ��� <?php if ( !defined( 'ABSPATH' ) ) exit(); get_header( ); $id = get_the_ID(); $date_format = OVAEV_Settings::archive_event_format_date(); $time = OVAEV_Settings::archive_event_format_time(); $event_template = get_post_meta( $id, 'event_template', true ) ? get_post_meta( $id, 'event_template', true ) : 'global' ; $template = OVAEV_Settings::ovaev_get_template_single(); $gallery = get_post_meta( $id, 'ovaev_gallery_id', true); // Basic $start_date = get_post_meta( $id, 'ovaev_start_date', true ); $location = get_post_meta( $id, 'ovaev_venue', true ); $booking_links = get_post_meta( $id, 'ovaev_booking_links', true ) ? get_post_meta( $id, 'ovaev_booking_links', true ) : '' ; // Contact Infomation $name = get_post_meta( $id, 'ovaev_organizer', true); $phone = get_post_meta( $id, 'ovaev_phone', true); $email = get_post_meta( $id, 'ovaev_email', true); $website = get_post_meta( $id, 'ovaev_website', true); ?> <?php if ( 'default' != $template ): ?> <?php if ( 'global' != $event_template ): ?> <?php echo Elementor\Plugin::instance()->frontend->get_builder_content_for_display( $event_template ); ?> <?php else: ?> <?php echo Elementor\Plugin::instance()->frontend->get_builder_content_for_display( $template ); ?> <?php endif; ?> <?php else: ?> <?php if ( 'global' != $event_template ): ?> <?php echo Elementor\Plugin::instance()->frontend->get_builder_content_for_display( $event_template ); ?> <?php else: ?> <div class="single_event"> <div class="container-event"> <div class="content-event"> <div class="event_intro"> <div class="wrap-info"> <?php /** * action oavev_single_time_loc * Hooked oavev_single_time_loc_date_time * Hooked oavev_single_time_loc_location */ do_action( 'oavev_single_time_loc' ); do_action( 'oavev_single_type' ); ?> </div> <?php do_action( 'ovaev_single_title' ); ?> <?php do_action( 'oavev_single_thumbnail' ); ?> <!-- Content --> <div class="content"> <?php if( have_posts() ) : while( have_posts() ) : the_post(); the_content(); ?> <?php endwhile; endif; wp_reset_postdata(); ?> </div> <div class="event_tags_share"> <?php do_action( 'oavev_single_tags' ); ?> </div> <?php if( comments_open( get_the_ID() ) ) { comments_template(); } ?> </div> <?php if($booking_links != '' || $location != '' || $start_date || $name != '' || $phone != '' || $email != '' || $website != '' || $gallery != '' ) : ?> <div class="intro_bar"> <?php if( $booking_links != '' || $location != '' || $start_date != '' || $name != '' || $phone != '' || $email != '' || $website != '' ) : ?> <div class="event_bar has-background"> <h3 class="bar-title"> <?php esc_html_e('Event Information','ovaev');?> </h3> <ul class="info-contact"> <?php if ( $start_date != '' ): ?> <li> <span><?php esc_html_e('Start date:','ovaev'); ?></span> <span class="info"><?php echo esc_html( $start_date ); ?></span> </li> <?php endif; ?> <?php if ( $location != '' ): ?> <li> <span><?php esc_html_e('Location:','ovaev'); ?></span> <span class="info"><?php echo esc_html( $location ); ?></span> </li> <?php endif; ?> <?php if ( $name != '' ): ?> <li> <span><?php esc_html_e('Organizer Name:','ovaev'); ?></span> <span class="info"><?php echo esc_html( $name ); ?></span> </li> <?php endif; ?> <?php if ( $phone != ''): ?> <li> <span><?php esc_html_e('Phone:','ovaev'); ?></span> <a href="tel:<?php echo esc_attr( $phone ); ?>" class="info"><?php echo esc_html( $phone ); ?></a> </li> <?php endif; ?> <?php if ( $email != ''): ?> <li> <span><?php esc_html_e('Email:','ovaev'); ?></span> <a href="mailto:<?php echo esc_attr( $email ); ?>" class="info"><?php echo esc_html( $email ); ?></a> </li> <?php endif; ?> <?php if ( $website != ''): ?> <li> <span><?php esc_html_e('Website:','ovaev'); ?></span> <a href="<?php echo esc_url( $website ); ?>" class="info" target="_blank"><?php echo esc_html( $website ); ?></a> </li> <?php endif; ?> <?php if ( $booking_links != ''): ?> <a href="<?php echo esc_html( $booking_links ); ?>" target="_blank" class="single-event-button"> <?php esc_html_e('Booking Now','ovaev'); ?> </a> <?php endif; ?> </ul> </div> <?php endif; ?> <?php if ( $gallery != '' ): ?> <div class="event_bar"> <h3 class="bar-title"> <?php esc_html_e('Gallery','ovaev');?> </h3> <div class="event_col-3"> <?php foreach ( $gallery as $items ): ?> <div class="gallery-items"> <?php $img_url = wp_get_attachment_image_url( $items, 'large' );?> <a href="<?php echo esc_url( $img_url ); ?>" data-gal="prettyPhoto[gal]"> <img src="<?php echo esc_url( $img_url ); ?>" alt="<?php echo get_the_title(); ?>" /> <span class="overlay"> <i aria-hidden="true" class="icomoon icomoon-plus"></i> </span> </a> </div> <?php endforeach; ?> </div> </div> <?php endif; ?> </div> <?php endif; ?> </div> </div> <!-- Related --> <div class="event-related-container"> <h2 class="related-event-title"> <?php esc_html_e( 'Explore Related Events', 'ovaev' ) ?> </h2> <?php do_action( 'oavev_single_related' ); ?> </div> </div> <?php endif; ?> <?php endif; ?> <?php get_footer();PK �+-]���� � &