Search Function on Ethos Blog Page

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>

never mind. Sorry to waste your time. I figured it out. I had aded the php in the wrong spot. Thanks!

Glad to hear that you have figured it out. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.