i want to be able to show the one post:
{exp:weblog:entries weblog="about" limit="1"}
CURRENT POST
{/exp:weblog:entries}
And on the side bar show all other posts.
{exp:weblog:entries weblog="about" limit="9999"}
{/exp:weblog:entries}This works on the root page
example.com/about/
but not on the post page:
example.com/about/post1/
On the post page, only the current blog entry is displayed on the side.