Hello,
I’ve implemented a proper events page with the wiki page and now I’m working on the details page… I copy pasted my weblog code and changed the weblog name to calendar’s. However, it won’t show the entry (event).
What do I need to be doing?
Code for “Details” page:
{embed="site/header" site_title="Team 2502 Calendar"}
{embed="site/section_header" section_title="Event Detail"}
<div class="column span-17 first"><!-- Content -->
{exp:weblog:entries weblog="teamCal"}
<div class="entry">
<hr class="blog_entry" >
<h2 class="title">{title}</h2>
{date_heading}
<h5 class="date">{entry_date format=' %l, %F %d, %Y '}</h5>
{/date_heading}
{summary}
{body}
{extended}
<div class="posted">Posted by {author} •
{if forum_topic}
<a href="http://{path=forums/viewthread}{forum_topic_id}">Discuss this in our forums</a> •
{if:else}
Discussion is disabled for this article •
{/if}
<a href="http://{title_permalink={my_weblog}/index}">Permalink</a>
</div>
</div>
{/exp:weblog:entries}
</div><!-- End Content -->
<div class="column span-6 last"><!-- Sidebar -->
Sidebar!
</div><!-- End Sidebar -->
{embed="site/footer"}The URL structure is like the following:
The funny thing is.. Exactly the same code works for my regular blog.
Thanks,
Keehun
[Mod edit: moved to Technical Support forum]