The template below only returns one entry (as opposed to 10) whenever the URL contains a match to a blog entry.
It happens even when calling the template directly. In other words….
WORKS (returns 10)
http://foo.bar.com/tech/latest-headlines/
DOES NOT WORK (returns 1)
http://foo.bar.com/tech/latest-headlines/some-blog-post/
WORKS (returns 10)
http://foo.bar.com/tech/latest-headlines/BLAHsome-blog-post/
Why does the loop functionality break in such cases? (we are on 1.6.7 Build: 20090320)
Thanks!
-Marc