I want to create a single template for post.
I want to display the post titles of a specific category in the sidebar (like the picture attached).
How can I do that ?

I want to create a single template for post.
I want to display the post titles of a specific category in the sidebar (like the picture attached).
How can I do that ?

Create the template. Add a sidebar in the template.
Add a div in sidebar with query - set to X category. Use {post_title} in div to get post titles.
Thank digismith,
I have Created the template. Added a sidebar in the template, Add a dive in sidebar.
But how to add query to the sidebar? I have tried like this (as image attached)

But I cannot found where to enter {post_title} to the div.
Could help me again?