Viewing 1 replies (of 1 total)
  • Plugin Author Josh

    (@josh401)

    The <hr> button is included in the tinymce software, which in turn, is included in WordPress core. All my plugin does (in this regard) is enable access to that feature of tinymce.

    This means it would require a modification to a wordpress core file in order to get your desired results. Because of this, whenever you update WP.. the modification will be lost.

    Another option is to write your own <hr> tinymce addon. There are many tutorials online explaining the process. You could basically take the one included in core; copy it to a new plugin; modify it to your liking; and create your own. (maybe too advanced??)

    Unfortunately, those are your only two options.

Viewing 1 replies (of 1 total)

The topic ‘adding a nbsp; ?’ is closed to new replies.