disable html editor

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
basudeb
Forum Commoner
Posts: 44
Joined: Wed Dec 20, 2006 12:13 am

disable html editor

Post by basudeb »

How can I disable the wysiwyg editor in wordpress? Actually, I got the instruction to disable it in order to run a php page in wordpress. But, I'm not getting the option to turn it off in the admin panel.

Moreover, I've installed the exec-php plugin to run php pages. But it's the editor which is not recognising the php code. It is reformatting it. Any one have any idea????
User avatar
superdezign
DevNet Master
Posts: 4135
Joined: Sat Jan 20, 2007 11:06 pm

Post by superdezign »

If it's anything like FCKeditor, it should have it's own configuration file that you can edit. Look in your WordPress folder for anything that looks like it could be the WYSIWYG.
Post Reply