on www.greenviewevangelicalchurch.co.uk/events the event showing won’t link through to the details page.
I’m using
<a href="{title_permalink=events/details}">{title}</a>
on the calendar and using
{exp:weblog:entries weblog="service_events" limit="1" show_future_entries="yes" show_expired="yes"}
<h1>{title}</h1>
{event_description}
<h2>Coming occurrences of this event:</h2>
<ul>{exp:repeet:list_dates from="00:00" to="5 years" entry_date="{entry_date format="%Y-%m-%d %H:%i"}" expiration_date="{expiration_date format="%Y-%m-%d %H:%i"}" max_list="25" interval="{event_repeat}"}
{repeet:include_dates}{event_dates}{/repeet:include_dates}
{repeet:exclude_dates}{exclude_dates}{/repeet:exclude_dates}
{repeet:display}{/repeet:display}
{/exp:repeet:list_dates}</ul>
{/exp:weblog:entries}
on the details page itself.
can’t understand why it won’t pull through?
