Hi, I am using WordPress Version 3.0.4. Under Settings > Reading - I have selected a) Static home page option b) Front page as Home c) Posts Page as Blog For all my pages i have assigned the default template except for "Blog" page. For the "Blog" page, I have assigned a different template from the drop down list which appears on the right hand side. Now, all my Posts will appear on "Blog" page. But, "Blog" page is not using the template which was assigned to it. instead, it is using the default template. My Problem is : How do i assign a different template to the "Blog" page, which displays all my POSTS. Please can some one help me where I am going wrong. Thanks in advance
Go to your wp-admin>pages>edit Edit the "BLOG" page, and on the templates choose the template file you created
Well it's best if you make your own index.php then create your own blog.php that will query the posts. In this way you won't need to change the reading settings of your wordpress site.
Thanks for replying.. Please may I know what different code spec do i write in blog.php and index.php