[wp-hackers] Interfacing with wordpress from other php scripts

Per Soderlind per at soderlind.no
Tue Jan 24 01:28:16 GMT 2006


> I'm undertaking a project involving the integration of AMFPHP 
> and Wordpress.
> I'd like to use Wordpress' functionality, but to handle parts 
> of the front end from everyone's favourite plugin, Flash.

This gives you access to the WP functions etc:

<?php
/* Short and sweet */
define('WP_USE_THEMES', false);
require('wp-blog-header.php');


// your code here

?>

Rgds,
Per



More information about the wp-hackers mailing list