Quick and Easy way to Add Search to the P2 Theme? olatechproFebruary 16, 20231 Views Out of the box the P2 Theme does not have search. Is there a quick and easy way to add it? Post Views: 1 Related postsGet rid of this Strict Standards warningWooCommerce: get_current_screen not working with multi languageCan’t login on WordPressForce HTTPS using .htaccess – stuck in redirect loopWordPress: Ajax not working to insert, query and result dataHow Can I pass an image file to wp_handle_upload?
Native search widget? Google Custom Search Element is also quite easy to implement, but won’t fit private site. Log in to Reply
Actually you can always search in wordpress site by adding a GET parameter "?s=" for example: www.example.com/?s=search-phrase So if you make some form, with simple input of name="s" and with method “get” you are done. Log in to Reply
Native search widget?
Google Custom Search Element is also quite easy to implement, but won’t fit private site.
Actually you can always search in wordpress site by adding a
GET
parameter"?s="
for example:
www.example.com/?s=search-phrase
So if you make some form, with simple input of
name="s"
and with method “get” you are done.