I am using EE 1.6.6
For some reason, when viewing the URL for what should be a single entry, EE is instead displaying all entries in that particular weblog.
For example, I have a “News” weblog, with short name “news”.
When I view the URL:
http://www.sportsworld.editaccess.com/news/writers_cramp
I expect to see only the article “Writer’s Cramp”. Instead, I’m getting all the entries in news.
Here is my template code for displaying entries:
{exp:weblog:entries weblog="news"}
<div class="content_box">
<h3 class="category_title">{title}</h3>
{body}
</div>
{/exp:weblog:entries}If someone could help me understand what is wrong, I’d be very grateful.
I have another EE site that uses the exact same template code, and doesn’t have these issues. It displays entries based on the URL properly.
This behavior is almost like I have (dynamic=“off”) set, but I don’t.
Any input welcome. Thanks.