On my blog i have to sidebars. One is the common one, which shows the menu, the second one I want to use to show a page-related picture or some small text. So every page has it's own sidebar. The blog is made with pages.
I know how to do this using iinclude_page, but then I have to make a template for every page and I want just to write the page, and tell in someway which picture or piece of text (can be a posts in a specific category) I want to see on the sidebar. I've been thinking of miniposts, but I can't find a way to connect one minipost to a specific page_ID. Is there a way to solve this??