Archive

Posts Tagged ‘Editor’

How to Make Link Tag in WordPress Post/Page Editor Become Open In New Tab/Window by Default

July 10th, 2010 Masino Sinaga No comments

This following modification will change the javascript files that belong to WordPress core, in order to make the Link tag in WordPress post/page editor become open in new tab/window by default. As we know, by default in WordPress, this tag will open in the same window since there is no target=”_blank” property in the a href, especially if you insert this tag by typing your post/page from HTML tab (not from Visual tab) on your WordPress’ post/page editor. As this will change the core file of your WordPress, then you have to change the related files if you upgrade your WordPress core installation. So, please be kind, everyone! Read more…

  • Share/Bookmark

How to Implement Script Modifications to Overcome Three Bugs in WordPress 2.9

December 23rd, 2009 Masino Sinaga No comments

Have you upgraded your own WordPress blog to version 2.9? What happened then? Yeah, many people complained about the schedule feature for the post did not work properly, as this is one of the advantage features in WordPress. I, myself, very often using this feature. After searching via Google, then I found a solution from this: WP 2.9: three bugs, and how to fix them. Driven by my curiosity, then I compared the three files that are the result of modifications to the original versions of that three files. Finally, I found which code should be changed. If you want to modify those three files, please do so by using the cPanel of your web hosting. Do not, I repeat: do not ever use the Editor features in the admin panel, since this Editor features looked like has the problem too in WordPress version 2.9. Be careful, as you will modify the WordPress core files itself! Read more…

  • Share/Bookmark