Viewing 4 replies - 1 through 4 (of 4 total)
  • You should look to Organic Themes for support of their theme.

    error in header.php file
    check and fix that

    Thread Starter Bojan Deni?

    (@evilmc)

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

    can you tell me what change?

    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.