Finally I could fixed this issue. Please follow these steps:
1-Go to this address: /wp-content/plugins/posts-in-page/
2-Simply copy the posts_loop_template.php to your theme directory
3-Find this line :
<h2 class="entry-title"><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
4-Remove this part of line: <a href="<?php the_permalink(); ?>">
5-That’s it.