Running PHP inside Wordpress Page
Moderator: General Moderators
-
cesarcesar
- Forum Contributor
- Posts: 111
- Joined: Mon Oct 18, 2004 3:28 pm
Running PHP inside Wordpress Page
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
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.
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.