I found the same problem, and also hid the link button. To allow users to include links, plus I included this snippet: add_filter ('the_content' 'make_clickable'); This currently enables...
View QuestionChema (Buyer)
2 Reputation
Answers
I do it this way and it works. Add this code to the functions.php: add_filter("mce_buttons", "tinymce_editor_buttons", 99); //targets the first line add_filter("mce_buttons_2",...
View QuestionIt works for me properly with the previous version (beta 1). With the latest change in the file class-theme.php it stopped working well. Going back the previous file, each page has its own title. And it...
View Question