Usually i create custom template pages to edit some parts of pages.
In these pages i often include a custom css with this code.
<link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_directory');echo '/custom.css'; ?>" />
I have a problem creating a custom template for the blog page.
I've created a blank page named "blog" and i've checked the option that this page loads all articles.
When i browse the blog page, the index.php was loaded and my custom template is ignored.
How could i create a template for my blog page?