Page 1 of 1

Running PHP inside Wordpress Page

Posted: Sun Aug 10, 2008 10:56 am
by cesarcesar
I need to run PHP inside a Word Press Page/Post WITHOUT use of an additional plugin or editing the WP code. Is it possible?

Re: Running PHP inside Wordpress Page

Posted: Sun Aug 10, 2008 2:45 pm
by filippo.toso
No.

If you don't want to edit WP code or install a plugin, you can achieve what you need creating your own page template with the required code (i.e. eval()) that executes the PHP inside a Word Press Page/Post.