Hey Guys,
Have a bit of a prickly one. I have a menu that I made in wp-framework that is totally custom...only it links to the wp-framework blog. This is possible through this code : <?php get_search_form(); ?> Now I want to have a page that is in a different sub-directory on my server to use this same search form and have it search through the wordpress blog in the other directory.
Is it possible to do this? I am having trouble envisioning how this would work. I am guessing for starters I would need to "include "...some of the functions in wordpress somewhere in my document. Can anyone give me some sense of direction with this?