Finally solved the problem. As usual the solution is simple once I have figured it out. But before that kudos to Ryan and developers for the nice page templates. I am testing this WP 1.3 alpha-5. Now here is the skinny
In Ryan’s adaption of Kubrick theme, he has included links.php and archives.php page templates. I was trying to get these puppies working. The way to get these working is to create empty pages and assign the respective templates to them. For example let us say you want to get links.php working
1. Make sure you have the links.php in the themes/kubrick/ directory. It is there in Ryan’s Kubrick RC2.
2. Goto Write->Write Page
3. Give the Page Title, nothing in the page content.
4. MOST IMPORTANT – from page templates dropdown choose the Links template and click on Create New Page.
5. Now you can check your Links page by visiting https://{blog url}/index.php?pagename=links.
6. If you are using nice permalinks You would also notice that permalinks structure has also changed to incorporate this change. For example above might come as
RewriteRule ^archives/?$ /blog/index.php?pagename=links [QSA,L]
You want to make sure your .htaccess is updated accordingly.
Thanks everyone.
Pankaj