• Hello! Good plugin.
    The plugin is activated http://xiii.myjino.ru/

    Added code on sidebar.php in my theme
    <?php
    /**
    * The Sidebar containing the main widget areas.
    */
    ?>
    <?php if ( is_active_sidebar( ‘sidebar-1’ ) ) : ?>
    <div id=”secondary” class=”widget-area” role=”complementary”>
    <?php inner_page_menu(); ?>
    <?php dynamic_sidebar( ‘sidebar-1’ ); ?>
    </div>

    <?php endif; ?>

    Why error: Fatal error: Call to undefined function inner_page_menu() in /home/users/x/xiii/docs/wp-content/themes/upright/sidebar.php on line 8

The topic ‘Call to undefined function inner_page_menu()’ is closed to new replies.