Hello,
I can’t seem to figure this out.
Originally had 1 event publish form, and the event would automatically show up in events calendar.
Created a separate weblog and more complicated publish form for special events (such as conferences & expos).
Issue: I’d like events from both weblogs to appear in the main events calendar. I’ve gotten them both to show up, but am unable to figure out how to get the special events to link properly. The older event is fine; it is the new “special event” weblog entries that I am having an issue with.
Here is the bit of code I am struggling with. How do I get the “special events” weblog entries to pull up the proper link? The path would be specialevents/event instead of calendar/event.
{if entries}
<td class='{switch}' align='center'>
{day_number}
{entries}
<div class="event_link">
<a href="http://{url_title_path=calendar/event}" title="{embed=">{title}</a>
</div>
{/entries}Any ideas?
Much thanks
EE build 1.6.8