How do i put a page a search box on a particular page to browse the site for information
Thank you
Hey kimogroup!
Please go to Appearance > Widgets and create a new widget area and add search widget inside it and then edit your page and add Widget Area element to your page and choose to display your widget area with search widget
Regards,
Yigit
Thanks Yigit,
but that is not what i want i want it as part of a text in the main body.
Thank you
Hey!
Can you please post a screenshot or an example so we can make sure that we are on the same page? :)
Best regards,
Yigit
Hi!
You would like to display default search form, is that correct? If so, please add following code to Functions.php file in Appearance > Editor
add_shortcode('search-sc', 'get_search_form');
and then add following shortcode to your content where you would like to display search form
[search-sc]
Best regards,
Yigit
Yigit i added it but still its still not working
Hi!
Do you mind creating a temporary admin login and posting it here privately so we can look into it?
Best regards,
Yigit
Credentials
Hi!
Code was commented out. I removed comments around it and then created a private page called “Test page” and it does work fine. Please review your website now.
Cheers!
Yigit
Thank You