Created
July 6, 2016 14:21
-
-
Save stephanieleary/89a496e5e33c0c9af93045ffd83e8af7 to your computer and use it in GitHub Desktop.
Existing SearchWP Shortcodes setup
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
[searchwp_search_form engine="employee_directory"] | |
<div class="search-results-wrapper"> | |
<h3>Search Results</h3> | |
[searchwp_search_results engine="employee_directory" posts_per_page=20] | |
<h4>[searchwp_search_result_link direct="true"]</h4> | |
[searchwp_search_result_excerpt] | |
[/searchwp_search_results] | |
</div> | |
<div class="no-search-results-found"> | |
[searchwp_search_results_none] | |
No results found, please search again. | |
[/searchwp_search_results_none] | |
</div> | |
<div class="search-results-pagination"> | |
[searchwp_search_results_pagination direction="prev" link_text="Previous" engine="employee_directory"] | |
[searchwp_search_results_pagination direction="next" link_text="Next" engine="employee_directory"] | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment