How to setup wp_editor in frontend publisher ? – UserPro Forums https://forum.userproplugin.com/forums/topic/how-to-setup-wp_editor-in-frontend-publisher/feed/ Sat, 04 May 2024 08:18:31 +0000 https://bbpress.org/?v=2.6.2 en-US https://forum.userproplugin.com/forums/topic/how-to-setup-wp_editor-in-frontend-publisher/#post-41511 <![CDATA[How to setup wp_editor in frontend publisher ?]]> https://forum.userproplugin.com/forums/topic/how-to-setup-wp_editor-in-frontend-publisher/#post-41511 Sat, 26 Jul 2014 13:52:07 +0000 yaofong Hi,

Anyone know how to properly setup wp_editor to work with frontend publisher?

I need basic rich text editor and able to upload multiple photos.

I tried substitute
<?php echo userpro_post_editor( $i, ‘userpro_editor’, $args ); ?>
to
<?php wp_editor( $content, $editor_id, $settings = array() ); ?>

wp_editor did show up, but not the editor toolbar, and image does not being inserted to the textarea.

Someone with experience please advise me, thanks!

]]>