Posted: 23 Nov 2006 20:31 Post subject: inserting include code in wordpress?
if I need to call the protext-x.php from my domain root to a wordpress folder what will the <? require_once("protectx.php");?> be now? as all my pages I have the button on are in the root but for wordpress (I want to put the button on the sidebar) it will be a few directories down from root, so not sure what the <? require_once("protectx.php");?> should be for wordpress, anyone know?