Wrong Excerpt Fix
-
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! ??
https://www.ads-software.com/plugins/wp-float-related-posts/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Wrong Excerpt Fix’ is closed to new replies.