- Browse to the Plugins section of the administration section of your site and deactivate the Chapter 2 - Page Header Output plugin.
- Navigate to the ch2-page-header-output folder of the WordPress plugin directory of your development installation.
- Copy the file ch2-page-header-output.php to ch2-page-header-output-metaboxes.php.
- Open the ch2-page-header-output-metaboxes.php file in a text editor.
- Change the plugin name in the header from Chapter 2 - Page Header Output to Chapter 2 - Page Header Output Meta Boxes.
- Right under the top plugin header comment, add a line of code to declare a global variable to hold the identifier for the options page:
global $options_page;
- Find the ch2pho_settings_menu function in the existing ...