Created
December 25, 2023 14:47
-
-
Save Isabellae4567/c16a242c51543230bda96d91de89a397 to your computer and use it in GitHub Desktop.
To add a search bar at the top of the sidebar in your GeneratePress websit
This file contains hidden or 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
| // Add search bar to the top of the sidebar | |
| function add_search_bar_to_sidebar() { | |
| ?> | |
| <div class="custom-sidebar-search"> | |
| <?php get_search_form(); ?> | |
| </div> | |
| <?php | |
| } | |
| add_action('generate_before_sidebar_content', 'add_search_bar_to_sidebar'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
i added this code to my site (https://7brewcoffemenu.com/ please check the sample