[Plugin: Yet Another Related Posts Plugin] Version 3.3.3 breaks templates in widget
-
Once I updated to version 3.3.3, the YARPP widget would no longer use templates to display. I tracked it down to line 248 of includes.php:
if ( is_array(templates) && count($templates) ): ?>
should be changed to:
if ( is_array($templates) && count($templates) ): ?>
Notice the dollar sign in front of the first “templates”.
Now it works.
https://www.ads-software.com/extend/plugins/yet-another-related-posts-plugin/
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘[Plugin: Yet Another Related Posts Plugin] Version 3.3.3 breaks templates in widget’ is closed to new replies.