I am using a plugin form for a customised search which uses standard wp search and on the result page the enfold theme has a section at the top that says
New Search
If you are not happy with the results below please do another search
I would like to remove this?
Please help!
Thanks in advance
Hi,
Open search.php and remove lines 23 and 24.
Regards,
Josue
Sorry can you highlight exactly which code please?
<?php
if(!empty($_GET[‘s’]))
{
echo “<h4 class=’extra-mini-title widgettitle’>{$results}</h4>”;
/* Run the loop to output the posts.
* If you want to overload this in a child theme then include a file
* called loop-search.php and that will be used instead.
*/
$more = 0;
get_template_part( ‘includes/loop’, ‘search’ );
}
?>
Hey!
It should be above that:
Regards,
Josue
sorry it still leaves the search box at top of page ….don’t want search box at all
}
?>
Hi!
Remove the next line too (the one that says get_search_form()..)
Best regards,
Josue