Small display issue
-
Hi,
Line 68 of wp-event-manager/templates/content-event_listing.php, you are missing a condition to make sure the start date and end date are different. Else, it will display the -.
It should be <?php if( (!empty($end_date) || !empty($end_time)) && $start_date != $end_date ) { ?> – <?php } ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Small display issue’ is closed to new replies.