@dalbeab already answered your question, but thought I would point out a way to add horizontal rule to your editor if you wish.
Within functions.php
, you can add this:
// add horizontal rule button
function enable_more_buttons($buttons) {
$buttons[] = 'hr';
return $buttons;
}
add_filter('mce_buttons', 'enable_more_buttons');
Then you will have a TinyMCE button that looks like this which will let you add an <hr />
with only 1 click:
Related Posts:
- Disable WYSIWYG editor only when creating a page
- How to get Text Selection in WordPress Editor
- WYSIWYG eating up first p in td
- How can I register a custom “Text Pattern” (WP 4.3) for TinyMCE?
- How to use numbered lists in the post editor?
- Change the Theme in Jupyter Notebook?
- Extra TinyMCE editor strips and tags?
- Forcing reload of editor-style.css
- Avoid converting “>” to >
- How to edit posts with the new wp_editor api?
- WordPress 4.6 link edit dialog is too rudimentary
- Drag-and-drop “Panels”-style visual layout editor?
- post editor changes & to &
- Disable escaping html
- Gutenberg block editor – list of form components for custom blocks
- Completely disable editor
- Disable text tab on WordPress text-editor
- If two users attempt to modify a page, does WordPress still work correctly?
- How can I insert HTML attributes with an existing TinyMCE button?
- Add Shortcode inline inside Gutenberg block
- Change padding to text indent in “Increase indent” TinyMCE
- What’s the Best Way to Edit WordPress Files?
- Why is WordPress WYSIWYMG and how do I make it WYSIWYG?
- Open posts in editor in the ‘Text’ mode by default
- Text cut off on save
- line break are not working when editing a post [closed]
- Making the Post/Page Content Editor Box Bigger?
- Showing only certain buttons on tinymice content editor
- Set default text for the editor in new posts
- Add option for editors through `register_setting`
- WordPress post editor crashes with Polyfill typo
- in network setup super admin has the tinyMCE buttons and the regular admin has not
- edit posts through front-end
- How to remove these comments and html tags from the content?
- Float images in content
- Good tutorial on how to make custom write panels in WordPress 3?
- Always paste as a text in visual editor
- Use MarkItUp as editor and not the default
- Restrict other Admins from using Editor in Admin Panel
- Editor doesn’t load properly on my self-hosted WordPress 3.3
- Can Rich Text features be configured per user?
- How to add notice text above Post Editor?
- Tiny MCE-modifications (plugins) stopped working in WordPress 5.6
- Edit the archive-{custom_page}.php via WP editor
- How to disable YouTube (and any other oembed) embeding in the editor
- Creating table layout in WYSIWYG editor
- Add default text to multiple wysiwyg editors
- Is there a way to show only the text editor
- Custom TinyMCE style formats disabled
- problem adding code into wp editor for https://wordpress.org/support [closed]
- Adding content in Gutenberg editor
- How to display full width block without toolbar?
- WordPress editor converted/deleted HTML entities code
- Is it possible to disable the image alignment options in the post editor?
- Change syntax styling of TinyMCE HTML Text Editor
- WordPress editor spacing very unreliable
- More than one TinyMCE (wp_editor) with different $settings[‘drag_drop_upload’] values breaks
- wp_editor responsive?
- WordPress editor removes all the linefeed characters with WP-Markdown and Syntax Highlighter evolved
- wysiwyg is scrambled
- Why wordpress word count differs from Microsoft word and sites like wordcounter.net
- Is there a plugin that let you edit Posts and Comments in a front-end page?
- WP is not allowing me to post Macintosh .pages documents to my blog
- Intermittant problem saving posts
- Visual Editor: Paragraph styles appear to one admin but not to others
- Editor is shown at full width
- change width of the fullscreen editor
- How to paste into WordPress editor without changing existing formatting in editor?
- Edit box scrolls back to the top after updating post
- enable TinyMCE for comment forms
- I want a widget to appear on only one page
- Keyboard shortcut for headings on safari
- Best Browser for Editing Posts
- Resize Rich Post Editor in Chrome
- Best way to strip the_content of html on the front end?
- Why does a certain attribute disappear after a while from a page?
- Can only edit longer pages on phone, not on PC
- Adding a Media Button to the WordPress Content Editor
- Edit Post with a parameter in URL
- Missing Edit button
- Can’t update or publish post/pages with browser Safari
- WordPress page edits are now slow
- Elementor Text Editor Widget Not Working
- editor option not available in dashboard
- WordPress Gutenberg home page “edit Page” option missing
- WP 5 how to add_editor_style for both tinyMCE and Gutenberg
- How to hide a field of the editor by default
- Visual editor on front-end call not working properly
- How do I add one more status as “edited by editor”?
- How to allow some visitors to edit inline specific post
- Image Post creates unusual extra HTML
- How to add Thumbnail button in frontend editor
- How can show my images style from editor
- Visual Editor not working for user on multiple computers
- No paragraphs for a part of text in editor
- WordPress page editor for clients, opinions needed
- Tool bar in editor missing in WP
- Forbidden when I’m trying to edit one page
- Only ONE of my blog posts aren’t loading when I click “edit”…really bizarre?
- Why are many options missing from the editor?