I have installed the Smart Blog, and so far no major issues (although there are absolutely no instructions on how to use this, I have lost hours trying to figure this out myself - plus no way to enter new blog posts from back end admin???)
Anyway, I have added a couple test posts for review. These post intros show up properly when clicking on the blog link in the main menu. Then when you click on the post title, or read more, the entire post loads in the same template that the blog page is associated with.
However, after enabling the "mod_bloglatestpost" module in the left position, the links to the test posts open up in the home page template, and not the interior template.
How can I ensure when a user clicks on the left menu of latest blog posts, the post opens in the proper template?
I should also add that I have SEF URL enabled. So when on the blog page when you click "read more", the url, upon hovering, reads
mysite.com/blog/comments/1 - but when clicking the same post link on the left menu, the url reads
mysite.com/blog/comments?pid=1
The left menu seems to add the page id suffix unless you are on the blog page.
Any help is appreciated.