Hi Mike,
I have been having the same problem. My site is https://www.appheritage.com, and I have a static page and have a separate page for my blog. Most of my site is comprised of static pages with the exception of the one page called Blog. The problem I have is the same as you, when the comments link is clicked it takes you to the front page.
Your post says “I was able to stop any posts from displaying on the home or front by simply removing the php tags that called in the posts in the index.php page for the theme.”
I am also using the iNove theme, and am trying to find the lines of code you are talking about. Is it this code:
if (function_exists(‘wp_list_comments’)) {
add_filter(‘get_comments_number’, ‘comment_count’, 0);
}
or this one:
<span class=”comments”><?php comments_popup_link(__(‘No comments’, ‘inove’), __(‘1 comment’, ‘inove’), __(‘% comments’, ‘inove’), ”, __(‘Comments off’, ‘inove’)); ?></span>
…or both?
I tried removing both and it still goes back to the home page for the comments.
By the way, you have a great looking site… very nice look to it.
Craig