Tagged Questions
0
votes
2answers
453 views
Pasting code into pre-formatted text in Visual Editor not working in 3.3.1
Pre-formatted text in the Visual Editor is not behaving like I'm used to. I've got an old installation (3.2.1), and when create pre-formatted text, all the line-breaks and spacing is preserved. In ...
0
votes
1answer
648 views
Adding to he format dropdown menu tinyMCE in Wordpress
Does anyone know the steps needed to add a custom format to the blockformat (p,h1,h2,h3 etc.) dropdown in the tinyMCE editor in Wordpress?
I've found a lot of different ways to do that, which seem to ...
0
votes
2answers
387 views
TinyMCE - no auto formatting using the_editor()?
I'm embedding the_editor on a admin page:
<?php the_editor(get_option('options_name'),'options_name'); ?>
And everything works fine, at least in back-end:
BUT on the front-end side I'm ...
0
votes
2answers
529 views
Wordpress no longer holding post formatting
When creating a new post, by entering either manually or pasting from another document, TinyMCE (the default WordPress editor) does not seem to hold any type of formatting. For instance I create a two ...