In /wp-content/plugins/posts-in-page/lib/page_posts.php
I changed line 49:
$page_url = home_url( '/' . $wp_query->post->post_name . '/' );
To:
$page_url = home_url( '/index.php/' . $wp_query->post->post_name . '/' );
This did the trick for me
-
This reply was modified 8 years, 3 months ago by klwinfoshare.