%PDF- %PDF-
Direktori : /var/www/html/higroup/1618475457800/wp-content/plugins/wp-event-solution/templates/ |
Current File : /var/www/html/higroup/1618475457800/wp-content/plugins/wp-event-solution/templates/event-one.php |
<?php defined('ABSPATH') || exit; $single_event_id = get_the_id(); if( ( ETN_DEMO_SITE === false ) || ( ETN_DEMO_SITE == true && ETN_EVENT_TEMPLATE_TWO_ID != get_the_ID( ) && ETN_EVENT_TEMPLATE_THREE_ID != get_the_ID( )) ){ ?> <?php do_action("etn_before_single_event_details", $single_event_id); ?> <div class="etn-event-single-wrap"> <div class="etn-container"> <?php do_action("etn_before_single_event_container", $single_event_id); ?> <!-- Row start --> <div class="etn-row"> <div class="etn-col-lg-8"> <?php do_action("etn_before_single_event_content_wrap", $single_event_id); ?> <div class="etn-event-single-content-wrap"> <div class="etn-event-entry-header"> <?php do_action("etn_before_single_event_content_title", $single_event_id); ?> <h2 class="etn-event-entry-title"> <?php echo esc_html( apply_filters('etn_single_event_content_title', get_the_title()) ); ?> </h2> <?php do_action("etn_after_single_event_content_title", $single_event_id); ?> </div> <?php if (has_post_thumbnail()) : ?> <div class="etn-single-event-media"> <img src="<?php echo esc_url(get_the_post_thumbnail_url()); ?>" alt="<?php the_title_attribute(); ?>" /> </div> <?php endif; ?> <?php do_action("etn_before_single_event_content_body", $single_event_id); ?> <div class="etn-event-content-body"> <?php echo apply_filters( 'etn_single_event_content_body', the_content() ); ?> </div> <?php do_action("etn_after_single_event_content_body", $single_event_id); ?> </div> <?php do_action("etn_after_single_event_content_wrap", $single_event_id); ?> </div><!-- col end --> <div class="etn-col-lg-4"> <div class="etn-sidebar"> <?php do_action("etn_before_single_event_meta", $single_event_id); ?> <!-- event schedule meta end --> <?php do_action("etn_single_event_meta", $single_event_id); ?> <!-- event schedule meta end --> <?php do_action("etn_after_single_event_meta", $single_event_id); ?> </div> <!-- etn sidebar end --> </div> <!-- col end --> </div> <!-- Row end --> <?php do_action("etn_after_single_event_container", $single_event_id); ?> </div> </div> <?php do_action("etn_after_single_event_details", $single_event_id); ?> <?php } ?>