• Resolved Postmatic

    (@vernal)


    In 2.2 FEE is not showing the correct editor type when defined use editable_option:

    <?php editable_option( array(
      'key' => 'address',
      'type' => 'rich',
      'default' => 'Please edit this.'
    ) ); ?>

    No matter the type defined (textarea, rich, etc) it always defaults to ‘input’. I’ve tested it out on a few themes with the same results.

    Ideas?

    http://wordpress.org/extend/plugins/front-end-editor/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Front-end Editor] types for editable_option not working’ is closed to new replies.