Wordpress editors...any suggestions???

4 replies
Hey there, does anyone know of any quality wordpress editors?

I'm looking to upgrade the TinyMCE Editor ...looking for something that's got lots of functions..

any advice????


-Ron
#editorsany #suggestions #wordpress
  • Profile picture of the author ray777
    What are you trying to do? TinyMCE is enough for me
    {{ DiscussionBoard.errors[3296929].message }}
  • Profile picture of the author billspaced
    Originally Posted by valdivz View Post

    Hey there, does anyone know of any quality wordpress editors?

    I'm looking to upgrade the TinyMCE Editor ...looking for something that's got lots of functions..

    any advice????


    -Ron
    I like Dean's FCKeditor
    Signature

    Bill Davis
    Chief Marketing Officer, SoMoLo Marketing

    {{ DiscussionBoard.errors[3296951].message }}
  • Profile picture of the author jasonmorgan
    TinyMCE advanced plugin or something like that. It's available via wordpress plugins page. It'll add a bunch of stuff that isn't included with the default WP timyMCE

    However, if you're feeling creative and only need a few features, toss this into your functions.php

    // add tiny mce buttons

    function ilc_mce_buttons(){
    array_push(, "backcolor", "fontselect", "fontsizeselect", "hr");
    return ;
    }
    add_filter("mce_buttons", "ilc_mce_buttons");
    It'll add highlight text, font select, font size and an HR into your tinyMCE without the added bloat of a plugin.
    Signature

    I'm all about that bass.

    {{ DiscussionBoard.errors[3296952].message }}
    • Profile picture of the author valdivz
      nice.....I was trying to give my paragraph some space, like a 1.5 rather than double spacing it.....
      Signature
      Cut The Crap & Give Me The Goods...!
      {{ DiscussionBoard.errors[3296966].message }}

Trending Topics