Many questions:
Can I link to a specific entry within a weblog that is provide a specific category:
For example I create an entry within a specific weblog and assign a unique category. I will have 10 entries in to a weblog that will have only ten categories.
On my default page I want the ability to table out the categories and the link go specific to that entry. At the same time I want a drop down with the same information provided on the default displayed in a drop down on within the entry pages.
Does this make sense? Anyway of going about this?
Is right?
+++++++++++++
<table border="1">
{exp:weblog:categories weblog="education" style="linear"}
<tr>
<td>
<h3>{category_name}</h3>
<p>{if category_description}<br />
{category_description}<br />
{/if}<br />
</td><br />
<td><br />
<b>Stories</b></p>
<p>{exp:weblog:entries weblog="education" category="{category_id}" }<br />
{title}</p>
<p>{summary}<br />
<a href="http://{entry_id}">Discussion</a><br />
{/exp:weblog:entries}</p>
<p></td><br />
</tr><br />
{/exp:weblog:categories}<br />
</table>++++++++++++++++++
Displays This
++++++
http://www.middlestone.com/index.php/middleSTONE-v1-1/education_weeks
+++++++
Thank you
Stone