[Plugin: Previous and Next Post in Same Taxonomy] Warning: implode() [function.implode]: Line 68
-
The plugin is returning this warning:
Warning: implode() [function.implode]: Invalid arguments passed in \wp-content\plugins\previous-and-next-post-in-same-taxonomy\previous-and-next-post-in-same-taxonomy.php on line 68
Line 68: $join .= ” AND tt.taxonomy = ‘$taxonomy’ AND tt.term_id IN (” . implode(‘,’, $cat_array) . “)”
Tested out on a clean version of 3.2.1 using TwentyEleven.
The only mod to add custom taxonomies, activated through functions.php. No other plugins were enabled.
Would love to see this working.
https://www.ads-software.com/extend/plugins/previous-and-next-post-in-same-taxonomy/
- The topic ‘[Plugin: Previous and Next Post in Same Taxonomy] Warning: implode() [function.implode]: Line 68’ is closed to new replies.