Title: implode() [function.implode]  Invalid arguments passed on line 8
Last modified: August 21, 2016

---

# implode() [function.implode] Invalid arguments passed on line 8

 *  [geniuxservice](https://wordpress.org/support/users/geniuxservice/)
 * (@geniuxservice)
 * [12 years ago](https://wordpress.org/support/topic/implode-functionimplode-invalid-arguments-passed-on-line-8/)
 * I have a problem with my loop-index.php file. I install a new version of theme
   and i get this message: _Warning: implode() [function.implode]: Invalid arguments
   passed in /home/arhireab/public\_html/clicktech/wp-content/themes/mytheme/loop-
   index.php on line 8
    
   
    [Click here](https://gist.github.com/yakob28/070e94ac7ec04ec9dc16)
   to see the loop-index.php file **Also my featured image don’t apear anymore on
   posts**
 *     ```
       <?php
       $paged = (get_query_var('paged')) ? get_query_var('paged') : 1; // gets current page number
       global $query_string; // required
   
       /* Exclude categories from Recent Posts */
       if (option::get('recent_part_exclude') != 'off') {
       	if (count(option::get('recent_part_exclude'))){
       		$exclude_cats = implode(",-",option::get('recent_part_exclude'));
       		$exclude_cats = '-' . $exclude_cats;
       		$args['cat'] = $exclude_cats;
       	}
       }
       ```
   

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [Josh](https://wordpress.org/support/users/josh401/)
 * (@josh401)
 * [12 years ago](https://wordpress.org/support/topic/implode-functionimplode-invalid-arguments-passed-on-line-8/#post-4957450)
 * What is the name of the theme?
    From where did you download the theme?
 *  Thread Starter [geniuxservice](https://wordpress.org/support/users/geniuxservice/)
 * (@geniuxservice)
 * [12 years ago](https://wordpress.org/support/topic/implode-functionimplode-invalid-arguments-passed-on-line-8/#post-4957460)
 * Morning theme. I have an old version of that theme and it work fine, but I need
   this update. I can fix that probleme by coppy the loop-index file from the older
   version but my featured image don’t apear anymore on posts.
 * See this photo [-Click Here-](http://i.imgur.com/VBipdfu.jpg) !!
 *  Thread Starter [geniuxservice](https://wordpress.org/support/users/geniuxservice/)
 * (@geniuxservice)
 * [12 years ago](https://wordpress.org/support/topic/implode-functionimplode-invalid-arguments-passed-on-line-8/#post-4957476)
 * If I can fix the loop-index file it would be awesome !
 * This is what I get with the original loop-index [— SEE PHOTO —](http://i.imgur.com/Nnkkqly.jpg)
 * my featured image don’t apear anymore on posts and also the text. Anyone can 
   help me ? Thanks
 *  Moderator [keesiemeijer](https://wordpress.org/support/users/keesiemeijer/)
 * (@keesiemeijer)
 * [12 years ago](https://wordpress.org/support/topic/implode-functionimplode-invalid-arguments-passed-on-line-8/#post-4957481)
 * Hi geniuxservice,
 * Is this the theme?
    [http://www.wpzoom.com/themes/morning/](http://www.wpzoom.com/themes/morning/)
 * If so, I recommend you contact the theme developer for assistance as this is 
   a commercial theme with its own functionality and support system:
    [http://www.wpzoom.com/support/](http://www.wpzoom.com/support/)

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘implode() [function.implode] Invalid arguments passed on line 8’ is closed
to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [keesiemeijer](https://wordpress.org/support/users/keesiemeijer/)
 * Last activity: [12 years ago](https://wordpress.org/support/topic/implode-functionimplode-invalid-arguments-passed-on-line-8/#post-4957481)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
