Add Listing Search Form to Custom 404 Page

Hello,

I tried to find a snippet to add the listing search form to my custom 404.php page in my child theme. The function to add the default WordPress search form is:

<?php get_search_form(); ?>

Is there a snippet I can use for the listing search form?

Hi,

Please try this code to display the listing search form within a PHP template:

<?php echo do_shortcode('[hivepress_listing_search_form]'); ?>

That works, thank you!

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