Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27869
    Quinn
    Member

    Is there a way to get the search form to show up in a page post (like in the 404 page) instead of in the sidebar as a widget?

    #27944
    Sakin
    Keymaster

    @Quinn: Simple Catch Pro has Search Form in 404 page. Yes, you can remove search form from your sidebar through “Appearance => Widgets”. Then to add Search Form in page. there is only option to add search form in Sidebar in other pages. If you want to add in then you need to build child theme and then create functions.php file in your child theme and then copy simplecatch_loop function to your child theme functions.php file and add the search form code where you need it.

    <?php  
    // get search form
    get_search_form();
    ?>
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Search Form in a page post?’ is closed to new replies.