• Hi everyone, as you can see by the post name I’m trying to change the wordpress editor behavior (tinyMCE). I found some posts with usufull tips, and theres more but outdated.

    This is what I got by now:

    force_p_newlines : false,
    force_br_newlines : true,
    convert_newlines_to_brs : true,
    remove_linebreaks : false,

    those are the lines in wp_path/wp-includes/js/tinymce/tiny_mce_config.php

    The problem with those configurations is that later editing the
    post it screws all the
    and <p>

    Is there anyone familiarized with this? Or pointing me a plugin to control things of this nature?

The topic ‘changing the editor behavior’ is closed to new replies.