AnswerBox Search in header

3.88K viewsGeneral
0

The answerbox theme is using the wordpress search in header, how could I change to Anspress Search?

0

Simply edit searchform.php and replace this:

<form class="navbar-form navbar-left" action="<?php echo esc_url( home_url( '/' ) ); ?>">

 

to:

<form class="navbar-form navbar-left" action="<?php ap_link_to('search'); ?>">