• Resolved pixelnate

    (@pixelnate)


    First, I want to say that this plugin is awesome. Really great work guys. Trying to squeeze some money out of the bosses to donate to plugins like this that make our lives easier. You are at the top of the list.

    That said, I do have a problem with the plugin. The meta box type ‘wysiwyg’ seems to be broken.

    $filter_args = array(
    	'addresss'      => array(
                    'name'      => 'Physical Address',
                    'meta'      => '_address',
                    'metabox'   => 'my_box',
                    'type'      => 'wysiwyg'
                ),
    ...

    This creates a textarea without the editor.

    http://wordpress.org/extend/plugins/advanced-post-manager/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Advanced Post Manager] WYSIWYG meta box type not working in 3.3.1’ is closed to new replies.