Tagged Questions
1
vote
1answer
558 views
Insert shortcode in post editor from javascript (Visual / HTML)
I want to insert a shortcode in the Wordpress Post Editor from javascript (not a tinymce plugin). I currently use:
tinyMCE.activeEditor.execCommand('mceInsertContent', false, ...
2
votes
3answers
496 views
Editing Source Code in Wordpress
I am a senior in a college computer science program, and therefore have a decent knowledge of code and several languages. However, I am doing a summer internship type program, and the company I am ...
2
votes
1answer
234 views
Want to have the Post editor remembering the last editing position
As you probably know the WordPress theme editor remembers its last editing position, but I want my post editor to do the same (it jumps to the top if you save a post/page).... Any tips/hacks how to ...