[Resoved]
I wanted to post how I solved this issues in case some one runs into the same problem.
I have found out that in my post_meta.php the link was removed from the h1 tag cousing the entry titles for the blog to not display the right name or link: fixed it by adding the link like:
<h1 class=”entry-title post-title”>” rel=”bookmark”><?php the_title( ); ?></h1>
Now works just fine.