I suspect that I know the answer to this already ('no'), but just in case:
Q: Can I use the Exec-PHP plugin to put code in posts/pages without disabling the visual editor? If not, is there another plugin which would enable PHP code in pages without disabling the editor?
I'm after putting snippets of PHP code into pages and thought that the Exec-PHP plugin would do this, but after installing and enabling the plugin, then shoving the simple code:
<?php echo date(); ?>
in the HTML view of a page as a test, I got a message from the plugin:
Saving this article will render all contained PHP code permanently unuseful
Hmm. So I follow the link to what I should do, and get to the plugin docs which says I have to take 4 steps to enable code in a page, including disabling the WYSIWYG editor, which I don't want to do.
I'm aware that I can write PHP code in templates, but occasionally it's handy to put a snippet in a particular page rather than a batch of pages. I'm also aware that I should be posting this query to the comments section of the plugin docs, but there are 84 unsearchable pages of comments and I don't want to plough through all of those, or add another comment and risk the author's wrath for not reading everything in sight :(
Ta for any tips :)
Fred