Fatal error: Call to undefined function
Posted: Sat May 02, 2009 4:13 am
im not really good with php, anyway, i have a wordpress installed in /media root and i need to use a function which run a search field in my main root which is / .
anyway when i paste the code in the my index.php at the main root since the function is exist in /media it can not find it. please let me know how i can paste the function line which referes to another folder.
this is the funtion i need:
<?php livesearchpopup_searchbox() ?>
and here is where it is working properly:
www.avanavaz.com/media (if you see the right side bar there is a search ajax enabled field that does the search for the visitor right online, and i need to have same field in my www.avanavaz.com somewhere in the page.)
anyway when i paste the code in the my index.php at the main root since the function is exist in /media it can not find it. please let me know how i can paste the function line which referes to another folder.
this is the funtion i need:
<?php livesearchpopup_searchbox() ?>
and here is where it is working properly:
www.avanavaz.com/media (if you see the right side bar there is a search ajax enabled field that does the search for the visitor right online, and i need to have same field in my www.avanavaz.com somewhere in the page.)