Running PHP inside Wordpress Page

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
cesarcesar
Forum Contributor
Posts: 111
Joined: Mon Oct 18, 2004 3:28 pm

Running PHP inside Wordpress Page

Post 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?
filippo.toso
Forum Commoner
Posts: 30
Joined: Thu Aug 07, 2008 7:18 am
Location: Italy
Contact:

Re: Running PHP inside Wordpress Page

Post 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.
Post Reply