enddate not shown
-
Hi
Enddate is not shown if we choose option ‘hide’ if same date.
=> solution
In file wp-events-functions.php (my version of plugin is 2.3.3)
line 201 to 203, comment this :
/*if ($events_config[‘hideendsidebar’] == ‘hide’) {
$template = str_replace(‘%enddate%’, ”, $template);
}*/This replace always %enddate% by ” but it’s an error in this section.
- The topic ‘enddate not shown’ is closed to new replies.