Conversation
supportI’ve installed and activated it but it’s not showing up anywhere in my Admin panel. I’m using WP 4.2. https://wordpress.org/plugins/magic-meta-box/
no pages display in admin page this plugin for make code easier than before use it Register meta box :- if(function_exists('add_magic_meta_box')){ add_magic_meta_box('first_test_metabox', array( 'title' => 'First Test Metabox', 'pages' => array('page', 'post', 'custom_type'), 'context' => 'normal', 'priority' => 'high', 'fields' => array( array( 'type' => 'text', 'name' => 'Text Input', 'desc' => 'Put Your Name Here ', 'id' => 'text_one', 'placeholder' => 'Enter Your Name', ), ) ); } you can know more about Magic Meta Box plugin from Documentation http://www.mediafire.com/view/6f5wcf690q7gunq/Magic_Meta_Box_Documentation.pdf
no pages display in admin page this plugin for make code easier than before use it Register meta box :- if(function_exists('add_magic_meta_box')){ add_magic_meta_box('first_test_metabox', array( 'title' => 'First Test Metabox', 'pages' => array('page', 'post', 'custom_type'), 'context' => 'normal', 'priority' => 'high', 'fields' => array( array( 'type' => 'text', 'name' => 'Text Input', 'desc' => 'Put Your Name Here ', 'id' => 'text_one', 'placeholder' => 'Enter Your Name', ), ) ); } you can know more about Magic Meta Box plugin from Documentation http://www.mediafire.com/view/6f5wcf690q7gunq/Magic_Meta_Box_Documentation.pdf