Guys,
Thanks for great work. This plugin is absolutely my dream plugin but without one damn BIG drawback for me at least. It title says it should show three related posts, but I’m having only three recent posts, nothing more nothing less. What to do?
I’m here just to report a bug and to register for future reference in case it doesn’t get fixed.
If you check the “Show excerpt instead” option, the plugin will get the viewed post’s excerpt and display it for all the related posts.
To fix it, in wp-float-related-posts/templates/default.php, change:
the_excerpt();
To:
echo $relatedpost->post_excerpt;
Done! ??
]]>I like this plugin. I would like to change the position of the pop up. I would rather have it at the bottom of the page so the user could finish reading the current page. Also – the scrolling activation mode doesnt work correctly on mobile devices – it pop up right away. So I have had to use the time out – but would rather use the scrolling method if it were fixed.
]]>