• geniuxservice

    (@geniuxservice)


    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 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

    (@josh401)

    What is the name of the theme?
    From where did you download the theme?

    Thread Starter geniuxservice

    (@geniuxservice)

    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- !!

    Thread Starter geniuxservice

    (@geniuxservice)

    If I can fix the loop-index file it would be awesome !

    This is what I get with the original loop-index — SEE PHOTO —

    my featured image don’t apear anymore on posts and also the text. Anyone can help me ? Thanks

    Moderator keesiemeijer

    (@keesiemeijer)

    Hi geniuxservice,

    Is this the theme?
    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/

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.