Hi
I am working on the news section of my web site where i have created 2 categories
news_releases
press_releases.
I have assigned some news webblogs to each of these categories. When you click on the news link on the web site navigation you are directed to the news template displaying the latest news weblog as the main news story and then a list of news weblogs titles on the right side.
http://corvil.pmhclients.com/index.php/news/category/news_releases/
This all works fine. Here is my code for displaying the category news weblog titles on the right
{exp:weblog:entries weblog="news" orderby="news_date" sort="asc"}
<li>{news_title}</li>
{/exp:weblog:entries}
My problem occurs when you click on one of the news weblogs titles on the right. here is the url when clicked.
http://corvil.pmhclients.com/index.php/news/credit_suisse/
I lose the list of articles on the right as it does not know what the category is now as it is not part pf the url.
Can anybody help me with this?
Thanks