Home › Forums › Envor – Fully Multipurpose WordPress Theme › Search Function Not Working › Reply To: Search Function Not Working
May 19, 2015 at 7:38 am
#110
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