Search Function Not Working

Home Forums Envor – Fully Multipurpose WordPress Theme Search Function Not Working

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #110
    oceanthemes
    Member

    Hi,

    Please send link your website for check and where you enter search?
    search form on header or sidebar?
    Search form is support only search post blog and not support search portfolio or page.

    You can edit code in file search.php

    Remove line code in top file :

        global $wp_query;
        $args = array_merge( $wp_query->query, array( 'post_type' => 'post' ) );
        query_posts( $args );
    

    Good luck

    #112
    maryPG
    Member

    Thanks for the reply and help. I appreciate it.

    One more question: How do I adjust the content that appears on the search results page after a search is completed. What file do I need to change?

    Thanks!
    Mary

    #115
    oceanthemes
    Member

    Hi,

    You need edit code in file search.php

    Good luck

    #116
    maryPG
    Member

    Hi!

    Thanks for your response.

    Please see this screenshot:

    >> http://marygillen.com/example.jpg

    Am trying to delete the line I have highlighted in yellow.

    Not seeing it on search.php and wonder if it is from an include file?

    Please advise.

    Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.