Add linked title feature (solution)
-
Thanks for this amazing plugin, Guido.
With regards to this closed thread:
I made some small adjustments by adding a few lines of code to vsel-upcoming.php starting with line 87 in order to change the title into a link:
$event_link_start_tag = ''; $event_link_end_tag = ''; if(!empty($event_link)){ $event_link_start_tag = '<a href="' . esc_url($event_link) .'"'. $link_target .'>'; $event_link_end_tag = '</a>'; } $output .= '<h4 class="vsel-meta-title">' . $event_link_start_tag . get_the_title() . $event_link_end_tag . '</h4>';
Seems to work fine for me.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Add linked title feature (solution)’ is closed to new replies.