Friday, April 20, 2012

Executing PHP codes in WordPress Page/Post

Everyone want to write php code in wordpress as his mine. But wordpress support only its won code definitions. I wan to coded php in wordpress cms as like this code in a post and it should be work. but how......
[php]
<?php
echo "The year is: ";
echo date('Y');
?>
[/php]

There is a solution and I am giving you a plugin that you can write your php code as your mine.

For this you should follows the instructions-