Hi,
I am trying to add search functionality to my blog index page. I have made the search appear, but it is not working. I’m hoping you can point me in the right direction.
I added the code below to wp-index.php. It made the form appear where I want it to, but it’s not functioning. Info in the secure form. Thanks!
<div class="search-form-container">
<?php get_search_form(); ?>
</div>
