Great theme that I recently used at samayiki.com.
Facing 2 challenges though:
(1) If I turn off comments on a page, the display of older existing comments also switches off. For now I changed the code on Single Post as following to make it work:
<?php if( is_single() ) {
comments_template();
} ?>
(2) The navigation to Previous & Next post on Single page is broken. The Post title & Thumbnail are correctly displayed, however the links to the post always points to a post in the same category that I am currently on. Thus when I click the link I am taken to a different post than displayed in Title/Thumbnail. I couldn’t find the issue on template-nav.php but its a serious issue.
Appreciate your help to resolve the issues.