• Resolved Bojan Denić

    (@evilmc)


    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

    How to fix this problem?

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

    (@wpyogi)

    You should look to Organic Themes for support of their theme.

    meky

    (@meky)

    error in header.php file
    check and fix that

    Thread Starter Bojan Denić

    (@evilmc)

    this is my header.php : http://pastebin.com/mdfvsh7M

    can you tell me what change?

    Michael

    (@alchymyth)

    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.