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

    (@barryhughes-1)

    Hi Oliver,

    So it sounds like you are using inline templates within the shortcode (ie, {url} and similar) – can you show me the actual code you are using here, including shortcode parameters?

    Thanks!

    Thread Starter Oliver Heinrich

    (@oheinrich)

    Yes, of course. I’m using this code:

    [event_embed from="now" nothing_found_text="Derzeit gibt es keine Veranstaltungen."]
    <h3>{title}</h3>
    <strong>{start_date}, {start_time} - {end_time}</strong>
    
    {description}
    {thumbnail}
    
    [/event_embed]

    I temporarily added {URL} at the end that you can see the result.

    Plugin Author Barry

    (@barryhughes-1)

    Ahh, I think I understand now. I thought you were describing a quite different type of problem, sorry for the mixup!

    So featured images link to the event in question, and you (naturally enough) want events without a featured image to also link to the single event pages.

    {URL}

    This will not actually work quite as you expect, because the placeholder system is case sensitive. Try either {url} or {link} instead.

    Thread Starter Oliver Heinrich

    (@oheinrich)

    Thanks! That was too easy!
    Yes with {url} it works ??

    Thread Starter Oliver Heinrich

    (@oheinrich)

    Resolved ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘{URL} / {LINK} shortcode don't work’ is closed to new replies.