• Resolved Josh

    (@josh401)


    I have been using the wp_editor function to display a tinymce textarea on one of my blog posts.

    I have reduced the function down to it’s most basic nature… yet I still can’t get the buttons to display properly on the visual side.

    wp_editor( '', 'content-id2', array('tinymce' => array('theme_advanced_buttons1' => 'bold,italic,underline')));

    If I substitute other values, such as quicktags, the change will take affect.

    Has there been a change to the way wp_editor deals with buttons on the visual side?

Viewing 1 replies (of 1 total)
  • Thread Starter Josh

    (@josh401)

    I got it. The theme was adding it’s own version of a stylesheet to the editor. Removing that call restored the wp_editor function.

Viewing 1 replies (of 1 total)
  • The topic ‘Changes to wp_editor function?’ is closed to new replies.