How do you make a wordpress page outside the wordpress installed directory? I have my wordpress in /blog/ sub directory but I need to have a wordpress page outside its installed directory for the root domain page. How do I create something like that?
do something like <? include php '../test.php' ?> something like that, (This is how I do for jsp, don't know for PHP, though a hint.
Look for Justin Tadlock's Options theme. It has a feature called Asides that will do what I think you want.. It will then be part of your Wordpress site but not generated by wordpress.