I have an entry at a page (/blog/some-article), and I need to list other entries from its categories.
I’ve gotten this far, but whatever script limits the page to the single article is also limiting this query. In other words, it only returns “some-article” (the only result I *don’t* want).
{exp:channel:entries channel="blog" category="1" limit="4"}
<li>
<a href="http://{title_permalink=blog}">{title}</a>
</li>
{/exp:channel:entries}help?