How to display icons with wp_editor
-
Hi,
Please can you help me with wp_editor.
$tacontent = stripslashes($post->content); wp_editor($tacontent,$editor_id,array( "media_buttons"=>FALSE, "textarea_name"=>$editor_id, "teeny"=>true, "textarea_rows"=>4, "editor_css"=>"<style>.wp-editor-container{width:95%;}</style>", "quicktags"=>false, "tinymce"=>array("theme_advanced_buttons1"=>"bold, italic, underline, blockquote, separator, strikethrough, link, unlink") ) );
I don’t understand why, but It does not display the icons like “put in bold” “put in italic” etc….
Do I need to include something, or a function in functions.php or whatever ? Please I am desperate help me !!!
Here is the page: https://www.chaudey.net/wdbdev/add-a-new-story/
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to display icons with wp_editor’ is closed to new replies.