Quote:
Originally Posted by Xerosis
I think you forgot to include this line of code
PHP Code:
<?php define('WP_USE_THEMES', false); get_header(); ?>
|
Oh, yeah - I did forget it in the original plugin code I posted above - sorry about that (or did you just edit post #3 and insert it?). I included it in the updated version above. (You don't need the <?php and ?> tags in a plugin).