I wrote a bunch of functionality (3 function files, search.php, query.php and vcard.php) I'm trying to bring their functionality into my Wordpress theme. Once brought into the WordPress themes root folder I get 404 errors when I try to call the functions as I did on the test site no matter what I do. ie ../, /, ./, etc.
Do I HAVE TO put my functions inside functions.php? Do I have to register my function files? Any help would be great! Thanks.