Did you add a link to that event? {link_title} is the template tag for showing the title linked to the URL you set in the event creation.
If you want a link to the event details page that the calendar creates, you’d want to use {details}
See the index of template tags: http://docs.joedolson.com/my-calendar/2018/03/04/template-tag-index/
Thread Starter
codac
(@codac)
Thank you Joe.
That goes into the right direction.
The {link_title} is set as default in the template at first use of the plugin.
I’ve created some events but did not provide a URL for that event.
The result was, that using the shortcode on a site the events got listet with the title of that event. That title was at the same time a link to the details. This is what I try to achieve.
When I use the {details} tag, a “read more” shows up and I can click on that in order to open the details. Replace the “read more” with the event title and I got what I want 🙂
Thread Starter
codac
(@codac)
I found the solution:
<a href="{linking}">{title}</a>
-
This reply was modified 7 years, 2 months ago by
codac.
You could simplify that with {linking_title}, too.