Add ‘Read more’ link/button after Event Info
-
Is there a way of adding a Read More link/button to the end of the Event Info, when it is set to show a Summary, that links to the relevant Single event page?
I couldn’t find an option, and the Link to more info option only links to a specific defined URL.
I added the following code after line 221 of the
vsel-page-tenmplate.php
file to do it myself, but obviously this gets overwritten when the plugin is updated.if (!empty(apply_filters( 'the_content', get_the_content() ))) { $output .= '<a class="button alignright" href="'.get_permalink().'" rel="bookmark">Read more</a>'; }
Thank you.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Add ‘Read more’ link/button after Event Info’ is closed to new replies.