You will want to pass some parameters into your $settings
array for wp_editor()
that only tells it to display the quicktags for strong
,em
,ul
,ol
, and link
per your screenshot.
I didn’t have time to test it, but this code should give you want you want:
$settings = array(
// Any previous settings you are currently using
'quicktags' => array( 'buttons' => 'strong,em,ul,ol,link' ),
);
wp_editor( '', 'my-short-editor', $settings );
You can replace 'my-short-editor'
with anything but keep in mind this will be the id
attribute for the resulting editor when rendered.
Related Posts:
- Remove inline linking tool
- how to fix a broken visual editor
- How do you change the visual editor’s background color?
- How to get back distraction-free mode we had before WP 4.1?
- WordPress Editor not getting youtube video preview
- How to enable the tag in WordPress posts and pages
- Visual editor not showing up
- Visual Editor Missing, Server-Side Problem, How Would You Debug It?
- Resizing the width of the WYSIWYG editor
- Remove path from the create/edit a post view
- Can’t change the width of content in the visual editor
- WordPress shortcut to switch from Visual to Text mode and vice versa
- How to enable user_can_rich_edit for guests?
- Any good desktop client for wordpress with support for google syntax highliter? [closed]
- Lost formatting after saving
- How-to stop wordpress from saving utf8 non-breaking space characters
- How avoid WP editor to change by
- How To Hide The Visual And Html Editor Completely?
- Working With Visual Composer VC_Single_Image
- Visual Editor Background
- Is there a way to disable formatting shortcuts in 4.3?
- How to ensure the visual editor doesn’t ruin my iframe?
- WMP Plugin not showing up in the plugin panel?
- Visual Editor gone
- Convert this textarea to rich html format via wp_editor
- How to reset display of WYSIWYG editor
- How can I determine what mode the editor is in and when it changes?
- Editor background colour in full screen
- Disable pasting of images into wordpress editor
- Resizing the wordpress editor
- Line numbering on WordPress frontend
- Why the post content editor always expanded?
- Why is my theme is randomly stripping the tags out
- Remove inline styles from the_content?
- Dynamically add CSS to the visual editor
- Visual editor keeps stripping my tags
- WordPress Visual Mode Not Working – adding span code while clicking
- Edit page blank, control buttons missing
- Adding a button to the attachment page
- How to remove from hr in wordpress visual editor
- Automatically adds check on hide title and add paragraph when adding text
- In context click and edit: is it feasible?
- WP as an HTML editor
- Define add_editor_style to specific post types?
- Want the visual style in wordpress
- How to remove some options in visual editor?
- Automatically replace   with space
- Can I still use Visual Composer Website Builder after upgrading to WordPress 5.0?
- How to show the contants in front end same as visual editor with space / linebreak?
- Add class to oEmbed video from within post editor?
- Why is tinymce visual editor showing the background from my theme
- Line breaks changing to when switching between HTML and Visual tab!
- How to add TinyMCE to a front-end textarea?
- ✓ Checkmark Character Encoding Issue In WordPress Editor
- Switching on edit
- Visual and Text tabs missing from Editor
- Square brackets at the end of a line cause line break to be skipped
- How to hide the Text Color icon from Visual Editor of WordPress Post Editor from Users other than Admins?
- How do I prevent WordPress from eating my code?
- Hide default values on VC editor
- WordPress visual editor internal link default https
- Why Is Content Entered In Classic Editor Not Displaying on Page?
- WordPress visual composer backend editor not showing
- Gutenberg Block empty after reload of editor
- Add word hints in WordPress post editor
- Post/Page editor loads twice
- How to restore visual editor in WordPress
- Editors can’t edit but administrators can
- Cannot read property ‘hasClass’ of undefined(…) jquery-ui
- How to paste source code from IDE to posts directly?
- How to make elements not editable in visual editor
- RTE always on text mode by default
-   when I use ENTER for skipping line
- Custom code in all text between ?
- Publishing VS2010 Web Solution to WordPress
- What does the “Show Images” do for WordPress music playlist?
- My Server Has Problem With Class-Editor.Php / $buttons
- Visual Editor not working when Jetpack plugin is active
- Visual editor in comments with custom buttons
- WP 3.3 update disabled editor stylesheet? Or TinyMCE Advanced problem?
- Disable html in custom post types
- How can I fix the Insert/Edit link button in the Visual Editor in WordPress 3.9.1
- How do I use Mac Keyboard Icons in WordPress
- Cafe Food Menu upload
- Visual Composer – not working after update [closed]
- WPBakery Editor dropdown hidden behind editor [closed]
- Shortcode to insert
- Enable Visual Editor In Comments On CPT Edit Page
- Preserving tabs and line breaks in when switching from HTML to Visual Editor
- How to hide wordpress default description box?
- WordPress custom post – add dynamically meta boxes
- Can’t give tags rels
- Create special button on WP Tiny MCE Posts Editor for Shortcodes
- How do I add multiple buttons to Tiny MCE in a single plugin?
- Problem enabling the user to edit Markdown and displaying the HTML output (WMD Editor plugin for WordPress)
- clasic editor – article categories customization?
- Unable to create hyperlink after WordPress updated
- Sorting UL Listing Within the TinyMCE Visual Editor in WordPress
- How do I access the contents of WordPress Classic editor in admin area with JavaScript?
- Add custom information in editor summary