Hi there, custom page templates only apply to pages, not posts.
You could try a plugin for that if that’s something you really need. This is one I found, though it’s not quite up-to-date and might not work with WP 3.6:
http://ww.wp.xz.cn/plugins/custom-post-template/
You could also just hide the sidebar and expand the main column on your single posts with some CSS:
.single-post #secondary {
display: none;
}
.single-post #primary {
width: 100% !important;
}
An easy way to add custom CSS like this is to install the Jetpack plugin and activate the Custom CSS module. This way, your CSS won’t be overwritten when you update the theme.
I want to make only this page to be full width.
Let me know if there is any solution.
@kapiljindal, this forum is for help with the Superhero theme. I checked http://thetecnica.com/2014/02/skype-alternatives-2014 and it is not using that theme—it is using the MediaBlog theme by Magazine3.com and you should ask for support directly from the theme author.