Link Date in Small Calendar to Full View Calendar
-
Hello,
Is there a way to edit the code in calendar-small.php so that whenever a date that has a event(s) on it is clicked, it takes you to the full calendar view (i.e. the whole month) rather than directly to the event or event listing?
I think the code that needs editing is:
<a href="<?php echo esc_url($cell_data['link']); ?>" title="<?php echo esc_attr($cell_data['link_title']); ?>"><?php echo date('j',$cell_data['date']); ?></a>
The site is multi-lingual so it isn’t just a case of giving it the full URL to the events homepage.
Many thanks ??
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Link Date in Small Calendar to Full View Calendar’ is closed to new replies.