Author: kukukuan Related WordPress Plugins

Inline PHP

The plugin can execute php string in posts/pages, and display the output as the contents of posts/pages. Just quote what you want to execute in <exec>...</exec> or [exec]...[/exec] tag. Here is a simple demo: echo 'This is a test'; OR [exec] ec.........

CLI Switch

This plugin uses Rod McFarland's WordPress CLI theme as an alternative option without hacking singe line of code. After the plugin is activated, "{your-blog-url}/{cli-path}" will be directed to the CLI mode. And the CLI theme option will be displayed for configuration even the themes is not activate.........