I am making a new wordpress theme for one of my site and I want to show "Recent Posts" only on the post pages, not on the homepage. Is it possible to show Recent Posts on the sidebar on post pages only?
hmm OK but the word "I think" in your message keeping me in doubt. Anyone can give 100% sure answer? because I need to make the theme according to it. If it cannot be done then I will have to change some elements from the design I am working on.
The single.php file is responsable for viewing single posts. If you wnat to show something in sidebar that will show only in single view then use <? if(is_single()) { ?> code here <? } ?> To get a better view of what structure a template should have read: http://www.flamescorpion.com/2010/02/how-to-edit-wordpress-theme-directly/