• Resolved ndi

    (@ndi)


    I have installed WP Custom Search plugin do do some special search. The problem I encountered is that the extra_search_field.php there is the following line:
    add_filter( ‘get_search_query’, array(&$this,’getSearchDescription’));

    This send the entered query to the search engine of my template (K2) ending with nothing found.

    To solve this problem a friend say me to add // to comment and deactivate this line.

    Now the search work fine, just the search string is not displayed in the search box, but this is not an issue for me.

    Hope this can help

  • The topic ‘K2 and WP Custom Search problem’ is closed to new replies.