Created
March 25, 2021 09:40
-
-
Save sergiu-radu/e5404948d6b018d9ec3766c5fb680611 to your computer and use it in GitHub Desktop.
Search shortcode (with live results)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 1. Add this code in your functions.php file | |
add_shortcode('wpbsearch', 'get_search_form'); | |
// 2. Call the shortcode wherever you want like this: | |
[wpbsearch] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to limit that to posts only?