WordPress Plugin To Run PHP Scripts In Pages And Posts

There may come a time wherein you will need to have php code run within your posts and pages in your wordpress blog. Luckily there are some plugins available that will let php code get executed within the page or post. Problem is, not all of them worked for me. I tried ExecPHP and runPHP but both of them did not work.

PHP-Exec did the job for me. You can get it here. Remember, take not of the plugin name. It’s PHP first, then Exec next. The plugin Exec-PHP is different. To use PHP-Exec, you would need to add the following tags <phpcode> and </phpcode> between your <? and ?> php code tags.

To use it, say, listing your categories in a page, do the following.

1
<phpcode><?php wp_list_categories(); ?></phpcode>

Donations appreciated. Every little $ helps. Or click Google +1

Related Posts with Thumbnails

11 Responses to “WordPress Plugin To Run PHP Scripts In Pages And Posts”

  1. 1
    zeze Says:

    wew… nice tutor here. i try

  2. 2
    my daily thoughts Says:

    I am planning to create a business website in wordpress, will you help me if I need some help?
    Money Journal
    Blogger”s Recollections

  3. 3
    tech Says:

    no problem tey, im not much of a wordpress expert but if i know the answer to your problem, no probs ;)

  4. 4
    Steve Says:

    Well thanks for the info Tech, but I tried & failed ye again :-(
    All I got was the php code showing in the post.
    I’ve tried php exec & exec php but still no good.
    Any ideas would be greatly appreciated as it’s giving me a damned headache !!!

    Regards Steve

  5. 5
    tech Says:

    that’s odd. it should work. check out my categories page. i used php-exec for that. i created a page first, then placed the code there.

    did you activate the plugin? you have to activate it first

  6. 6
    tech Says:

    oh yes. when you do add the code, make sure it is in HTML mode. click the HTML tab

  7. 7
    ayip Says:

    gak bisa mas !!

    - plugin dah aktif
    - di post / page gak bisa
    - Visual/HTML mode ==> tetep gak bisa
    - ==>Gak bisa
    - ==>Gak bisa

    trus biar bisa gimana ?
    btw aku pake WPMU 2.6.5

    thanx

  8. 8
    Php Programmer Says:

    Thanks for the tip! Exactly what I was looking for !

  9. 9
    tech Says:

    you’re welcome. please do rate this post and follow me in google connect and my rss feeds

  10. 10
    suryakant Says:

    Hello Friend,

    I have use this code but it not working.

  11. 11
    tech Says:

    @suryakant: i did not have problems with it. there must be something lacking with what you are doing

Leave a Reply

Spam protection by WP Captcha-Free