besttech12
asked 7 years ago

Hello
Is there a way to move the search article box to the homepage? I am using the frontier theme.

1 Answers
DominicStaff
answered 7 years ago

If you want to show the search section of the DWKB on the home page, you can use the following code then add to the position that you want to show:


<?php
if ( DWKB_SEARCH == 'on' ) {
?>
<div class="dwkb-search-form">
<?php dwkb_search_form(); ?>
</div>
<?php
}
?>
Powered by DW Question & Answer Pro