I would like my page to display one entry, followed by a list of linked titles from the same category. I have a list of categories on this page also, and when I choose a different category it lists the Titles from the default category as well as Titles from the newly chosen category. God I hope that’s not too cryptic…anyway, if someone could point me in the right direction as to how I can set my page up so that only related Titles are displayed??? Here’s what I have in my template;
{exp:weblog:entries weblog="expect" orderby="date" sort="asc" limit="1" show_future_entries="yes"}
{title}
{body}
{/exp:weblog:entries}
{exp:weblog:entries orderby="date" sort="asc" weblog="expect" dynamic="off"}
<a href="http://{title_permalink=site/expect}">{title}</a>
{/exp:weblog:entries}
{exp:weblog:categories weblog="expect" parent_only="yes"}
<a href="http://{path=">{category_name}</a>
{/exp:weblog:categories}
Any help would be greatly appreciated! :0)
Thanks,
Linda