Title: Fixing implode error
Last modified: August 22, 2016

---

# Fixing implode error

 *  [davert](https://wordpress.org/support/users/davert/)
 * (@davert)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/fixing-implode-error/)
 * For those who don’t want to go back to the beginning with a new plugin, the way
   to fix the plugin error first posted by frueck24 is to go to line 41…
 *     ```
       return implode(', ', $catfeedlinks);
       ```
   
 * Then go up a few lines to
    `$cats = get_the_category();` just before that line,
   add `$cats = array();`
 * That _should_ work. I’ll try to come back and edit if the problem re-appears.
   It seems to happen “now and then” for me.
 * [https://wordpress.org/plugins/follow-category-feeds/](https://wordpress.org/plugins/follow-category-feeds/)

The topic ‘Fixing implode error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/follow-category-feeds.svg)
 * [Follow WordPress Category Feeds](https://wordpress.org/plugins/follow-category-feeds/)
 * [Support Threads](https://wordpress.org/support/plugin/follow-category-feeds/)
 * [Active Topics](https://wordpress.org/support/plugin/follow-category-feeds/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/follow-category-feeds/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/follow-category-feeds/reviews/)

## Tags

 * [implode](https://wordpress.org/support/topic-tag/implode/)

 * 0 replies
 * 1 participant
 * Last reply from: [davert](https://wordpress.org/support/users/davert/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/fixing-implode-error/)
 * Status: not resolved