How to do about include 'mb-settings-page' in themes?

Support MB Settings Page How to do about include 'mb-settings-page' in themes?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #4571
    eboss99seboss99s
    Participant

    how to do about include 'mb-settings-page' in themes?It does not work.

        define( 'RWMB_DIR', get_template_directory() . '/meta-box/' );
        define( 'RWMB_URL', get_template_directory_uri() . '/meta-box/' );
        require RWMB_DIR . 'meta-box.php';
        require get_template_directory().'/mb-settings-page/mb-settings-page.php'; 
    #4587
    Anh TranAnh Tran
    Keymaster

    First, you need to update the extensions to the latest version. Then you need to include the plugin’s main file. For more info, please check this docs:

    https://metabox.io/docs/include-extensions-themes-plugins/

    You should also update Meta Box plugin to the latest version. The code above seems too old.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to do about include 'mb-settings-page' in themes?’ is closed to new replies.