I have a main articles template that displays comments at the bottom of a single entry article. Past articles are available by clicking the right hand nav. You can also access the first article from a teaser on the homepage. The comment always appears correctly when clicked from either of these spots. They use a {url_title_path} tag.
The main menu uses {path} to get to the main section of the site. So when I click on articles from the main menu the page and content displays correctly but the comments do not.
My guess is that in the cases that work it works because the links are wrapped around the title of the article and the article url is being appended to the end of the url due to the surrounding {exp:weblog:entries weblog"articles"} tag. And this is triggering the comments to relate to the article.
While the path variable only takes me to the template. Is there a way to append that url within a path variable or do I need to add the main entries tag with the url_title_path to make it work.
Here is a link to the site. http://www.ourrabbijesus.com/index.php