Title: Problem with theme
Last modified: August 20, 2016

---

# Problem with theme

 *  Resolved [Bojan Denić](https://wordpress.org/support/users/evilmc/)
 * (@evilmc)
 * [14 years ago](https://wordpress.org/support/topic/problem-with-theme-12/)
 * I install new wordpress 3.3.2 and this template: organic_non-profit
 * and I add new page, and show me this error on menu header theme:
 *     ```
       Warning: implode() [
       function.implode
       ```
   
 * This is my website: [http://melemi.frida.rs/?page_id=5](http://melemi.frida.rs/?page_id=5)
 * How to fix this problem?

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

 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [14 years ago](https://wordpress.org/support/topic/problem-with-theme-12/#post-2781685)
 * You should look to Organic Themes for support of their theme.
 *  [meky](https://wordpress.org/support/users/meky/)
 * (@meky)
 * [14 years ago](https://wordpress.org/support/topic/problem-with-theme-12/#post-2781742)
 * error in header.php file
    check and fix that
 *  Thread Starter [Bojan Denić](https://wordpress.org/support/users/evilmc/)
 * (@evilmc)
 * [14 years ago](https://wordpress.org/support/topic/problem-with-theme-12/#post-2781758)
 * this is my header.php : [http://pastebin.com/mdfvsh7M](http://pastebin.com/mdfvsh7M)
 * can you tell me what change?
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years ago](https://wordpress.org/support/topic/problem-with-theme-12/#post-2781762)
 * the error is caused in these lines:
 *     ```
       <?php $include_pages = ot_option('include_pages'); ?>
                           <?php wp_list_pages('title_li=&sort_column=menu_order&include='.implode(',', $include_pages)); ?>
       ```
   
 * the code expects that `ot_option('include_pages')` contains an array; if that
   is not true or you haven’t set any pages to include (somehwere in the theme options?),
   this causes the error message.
 * as your theme is a commercial theme, report the error to the theme’s seller, 
   and ask for support with your problem.

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

The topic ‘Problem with theme’ is closed to new replies.

 * 4 replies
 * 4 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/problem-with-theme-12/#post-2781762)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
