Title: zdevine's Replies | WordPress.org

---

# zdevine

  [  ](https://wordpress.org/support/users/zdevine/)

 *   [Profile](https://wordpress.org/support/users/zdevine/)
 *   [Topics Started](https://wordpress.org/support/users/zdevine/topics/)
 *   [Replies Created](https://wordpress.org/support/users/zdevine/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/zdevine/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/zdevine/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/zdevine/engagements/)
 *   [Favorites](https://wordpress.org/support/users/zdevine/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Event Manager – Events Calendar, Registrations, Sell Tickets with WooCommerce] Start and End Time separator](https://wordpress.org/support/topic/start-and-end-time-separator/)
 *  Thread Starter [zdevine](https://wordpress.org/support/users/zdevine/)
 * (@zdevine)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/start-and-end-time-separator/#post-12541729)
 * Sorry, I’m not well versed in PHP.
 * Can you tell me how I’m supposed to change the code exactly in the new template
   file I’ve created?
 * Just replacing { display_date_time_separator() ?> with _e(‘to’,’wp-event-manager’);
   didn’t work.
 * <div class=”wpem-event-date-time” >
    <span class=”wpem-event-date-time-text” 
   itemprop=”startDate” content=”<?php echo $start_date;?>”><?php display_event_start_date();?
   > <?php if(get_event_start_time()){ display_date_time_separator(); ?> <?php display_event_start_time();}?
   ></span> <br/> <span class=”wpem-event-date-time-text” itemprop=”endDate” content
   =”<?php echo $end_date;?>”> <?php if( get_event_start_date() != get_event_end_date()){
   display_event_end_date(); } ?> <?php if(get_event_end_time()){ display_date_time_separator()?
   > <?php display_event_end_time(); } ?> </span> </div>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Event Manager – Events Calendar, Registrations, Sell Tickets with WooCommerce] Start and End Time separator](https://wordpress.org/support/topic/start-and-end-time-separator/)
 *  Thread Starter [zdevine](https://wordpress.org/support/users/zdevine/)
 * (@zdevine)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/start-and-end-time-separator/#post-12493275)
 * I’ve copied the template but what do I do exactly to change the separator from
   a @ to “to” so it makes more sense on the frontend events page?
 * { display_date_time_separator() ?>
 * Do I change this in some way?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Event Manager – Events Calendar, Registrations, Sell Tickets with WooCommerce] Remove Registration Link](https://wordpress.org/support/topic/remove-registration-link-2/)
 *  [zdevine](https://wordpress.org/support/users/zdevine/)
 * (@zdevine)
 * [6 years, 5 months ago](https://wordpress.org/support/topic/remove-registration-link-2/#post-12262991)
 * [@hiteshmakvana](https://wordpress.org/support/users/hiteshmakvana/) What specific
   code needs to be removed from the content-single-event_listing.php template file
   to remove the Registration Button permanently?
 * Thank you!
    Zach

Viewing 3 replies - 1 through 3 (of 3 total)