Viewing 4 replies - 1 through 4 (of 4 total)
  • Isn’t this the default behavior of WordPress Text Editor (TinyMCE). That means nothing to do with this plug-in if I am right? ??

    ..WordPress automatically wraps the text to <p> tag when displayed on the page. That’s why it is removed.

    ..I think if you add some attribute e.g. class <p class=”nothing”></p> then it might remain?

    Thread Starter ToxikJonny

    (@toxikjonny)

    is there an editor / plugin that does not mess with html code – regardless of what I type and whether I switch to a visual mode and back?

    I don’t know ?? That is a question for more experienced WordPress users.

    I don’t know any reason to use visual editor. Because everything on the site is displayed via css and themes.

    PS You can completly disable visual editor using this code in your theme finctions.php or your own simple plugin:

    add_filter ( 'user_can_richedit' , create_function ( '$a' , 'return false;' ) , 50 );

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘hidden tags’ is closed to new replies.