I didn’t understand the tip. I have the same question, when I want to edit the plugin I have the following code…where do I add the code you suggested?
$view_count = get_post_views_count($post);
if ($view_count) {?>
<div class=”clearfix”> </div>
<div><i class=”wpem-icon-eye”></i> <?php printf(__(‘%d people viewed this event.’, ‘wp-event-manager’), $view_count);?></div>
<?php }?>
<?php if (get_event_ticket_price()) {?>
<div class=”clearfix”> </div>
<div><i class=”wpem-icon-ticket”></i> <?php display_event_ticket_price(”, ”, true, $post);?></div>
<?php }?>
<?php if (get_event_ticket_option()) {?>
<div class=”clearfix”> </div>
<div class=”wpem-event-ticket-type”><span class=”wpem-event-ticket-type-text”><?php display_event_ticket_option();?></span></div>
<?php }?>
</div>
</div>
</div>
</div>
<div class=”wpem-single-event-body”>
<div class=”wpem-row”>
<div
class=”wpem-col-xs-12 wpem-col-sm-7 wpem-col-md-8 wpem-single-event-left-content”>
<?php do_action(‘single_event_overview_before’);?>
<div class=”wpem-single-event-body-content” itemprop=”description” content='<?php echo wp_trim_words(get_the_content(),150) ; ?>’>
<?php do_action(‘single_event_overview_start’);?>
<?php echo apply_filters(‘display_event_description’, get_the_content()); ?>
<?php do_action(‘single_event_overview_end’);?>
</div>
<?php do_action(‘single_event_overview_after’);?>
</div>
<div
class=”wpem-col-xs-12 wpem-col-sm-5 wpem-col-md-4 wpem-single-event-right-content”>
<div class=”wpem-single-event-body-sidebar”>
<?php do_action(‘single_event_listing_button_start’);?>