You have to hook the filter to mce_buttons_2
instead of mce_buttons
add_filter('mce_buttons_2', 'my_theme_register_buttons');
In this way the buttons will appear on the second row.
Related Posts:
- Creating a wp_editor instance with custom tinyMCE buttons
- Remove HTML editor and visual/HTML tabs from TinyMCE
- How to get the input of a TinyMCE editor when using on the front-end?
- Load wp_editor via ajax [duplicate]
- TinyMCE 4.x : How to customize toolbar on wp_editor()
- How to use the new Dashicons for custom TinyMCE buttons?
- Add unique class or ID information to tinyMCE
- TinyMCE Anchor Button not showing
- “wp_editor” not displaying TinyMCE correctly when square brackets used in name
- Secure Validation of wp_editor in Theme Options
- Tiny MCE not adding p tag when saving theme option
- TinyMCE Editor Set Default Tab
- Registering custom TinyMCE buttons, for admin area, to work with custom instances of wp_editor
- Remove quicktag buttons but not Visual / Text editor and tabs
- TinyMCE editor – new lines not rendered on front end
- How to get WP editors tinyMCE instances
- TinyMCE strips line breaks on mceAddControl
- Count Words using tinymce in the front-end
- tinyMCE.activeEditor = null WP editor loaded in ‘Text’ mode?
- Add table controls with wp_editor minimal editor configuration (‘teeny’)
- Change Default Font Size and Remove Unwanted Font Sizes in TinyMCE
- TinyMCE Plugin Parameter
- wpeditor issue – shows both mode and not able to focus/edit during visual mode
- wp_editor on input changes content
- Limit Block format tags in WordPress wp_editor
- How to remove the statusbar from the default wordpress editor?
- wp.editor.initialize does not show the same default toolbar
- Stop WordPress Visual Editor converting backticks into code blocks
- TinyMCE Editor change underline button behavior – u tag instead of span text-decoration underline
- wordpress qtranslate editor text is not working [closed]
- Is it possible to disable the image alignment options in the post editor?
- How to dynamically generate wordpress editor on frontend?
- Change syntax styling of TinyMCE HTML Text Editor
- More than one TinyMCE (wp_editor) with different $settings[‘drag_drop_upload’] values breaks
- Adding custom styles to elements, without creating new elements
- wp_editor not modify html tags of initial content
- allowing all HTML tags in tinymce editor
- How to apply a custom skin to WP_Editor / TinyMCE?
- Stop editor from adding “amp;” after every “&”
- TinyMCE 4 & wp_editor multiple editor issue
- How to remove buttons from tinyMCE in wp_editor added via AJAX
- Loading a self-hosted custom @font-face into TinyMCE dropdowns (Classic Editor) via ‘tiny_mce_before_init’ filter
- Load WordPress Editor .css on Front End
- “Formats” Select Menu in WP Editor doesn’t show up with correct colour
- WordPress Editor without buttons
- Adding a class to custom TinyMCE button using WPLinks dialog box
- How to remove “justifyfull” in TinyMCE
- wp_editor Too Tall when Content is Loaded
- Inline Editing with wp_editor and tinymce (problem with textarea)
- Adding Custom Text Patterns in the WP 4.5 Visual Editor
- Switch between Visual and HTML tab freely
- Removing buttons from the editor
- How to use tinyMCE for user “biographical info”?
- When switching from html to visual editor the tag gets corrupted
- Detecting when TinyMCE is “ready”
- Second toolbar in tinymce has “display:none” set?
- Add Shortcode inline inside Gutenberg block
- How to make WordPress and TinyMCE accept tags wrapping block-level elements as allowed in HTML5?
- onClick inside post_content does not appear in post tinymce editor
- Visual Editor freezing on text highlight since 4.3
- Remove ‘Visual’ tab from TinyMCE editor
- Customising the WordPress TinyMce editor and it’s buttons
- How do i disable/disallow and tags in TinyMCE?
- Text cut off after the character 𪇆 in TinyMCE
- How can I control the HTML output of my post?
- Set tinymce direction to rtl
- Add a select a class dropdown in tinymce
- WordPress & TinyMCE: Failed to load
- Our shortcode dropdown box in Tinymce is not working in WordPress 3.9?
- How to remove buttons from the WP Editor on the edit post page in the admin area
- How to add button in TinyMCE TEENY mode?
- Can’t remove generated by editor from database
- WordPress Tinymce editor broken and nothing seems to fix it :(
- Visual editor not showing all table rows
- Post content not showing in the edit post textarea
- Use schema.org HTML in TinyMCE Editor
- tinymce.get() returns error after ajax request
- customize tiny MCE blockqute
- Adding custom block formats to TinyMCE. Everything works until JavaScript error when applying the format
- tiny_mce_before_init is not trigger
- Adding CSS to admin TinyMCE editor for custom button
- Why exactly does WordPress use p tags, not divs?
- How to edit blockquote image
- Customizing tinyMCE 4 Styles and Format dropdowns
- WordPress (TinyMCE) not removing script tags
- When I write posts I usually have to use non breaking space element in order to keep margins in between the sentences. why?
- Add custom value for link_class_list for the classic editor
- How to apply padding to TinyMCE editor?
- TinyMCE is inactive after installation
- WordPress, tinymce, how get the link text from dialog?
- How to set custom TinyMCE format style as default?
- Did Gutenberg block editor change the html in post content during import?
- Add custom TinyMCE 4 Button: Is it mandatory to have one JS per button?
- Nested ordered list in tinymce
- Prevent Black Studio TinyMCE from adding tags when switching from Visual to HTML mode
- Visual Editor not working properly
- TinyMCE 4.0: specifying buttons to display [duplicate]
- wp_editor() in content that was loaded with ajax [duplicate]
- Is there an alternative way to upload html without using TinyMCE?
- Add new MCE button for toggle specific cell background color