Currently building a site and I can’t for the life of me figure this one out. I’ve made an effort to search the docs and the forum but to no avail yet :(
Test link in question: http://culturepilotplus.com/~sewww/index.php/blog
In the blog I’m working on, I have a recent posts (labeled sew what’s up) at the top of the right column. It displays just fine from most pages, however on the individual post detail pages, it only displays the current post that you are viewing (in that “sew what’s up” recent posts column).
So for example, click the first header permalink to go to the detail page and you should notice the “sew what’s up” (recent posts) changes to only show the post you are currently viewing.
What’s happening here?
The code I am using is the same throughout:
{exp:weblog:entries weblog="scblog" orderby="date" sort="desc" limit="5"}
<a href="http://{title_permalink=">__{title}__</a>
{/exp:weblog:entries}