• Resolved codac

    (@codac)


    After I have enabled Permalinks in the settings, no event links are getting showed anymore.
    In the templates editor, I set “{link_title}” but there is only the title and no Link.
    When i set {link} nothing gets diplayed at all.

    Any idea how to fix this?

    Thank you.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    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: https://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 5 years, 11 months ago by codac.
    Plugin Author Joe Dolson

    (@joedolson)

    You could simplify that with {linking_title}, too.

    Thread Starter codac

    (@codac)

    indeed! solved!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘No Event Links’ is closed to new replies.