I’ve got a wordpress design template I’ve built, a real simple one. I’d like to pull in a keyword search for events into it. The search box would just search events.
The WordPress search form is pretty easy / basic to call from the codex.
<?php get_search_form(); ?>
That gives me a barebones search form for a site. I love it because it’s easy. Can I tweak this to keyword Search my Events Calendar Pro events?
I tried to make sense of the bar.php file but I couldn’t see if I could grab anything from it to use, so I decided to post this question to the forum.
I just want a keyword search in a single field with search button, simple is best so I can understand it. If possible could you post the workable code snippet? Responses like “oh just use “flibbityDoo()” won’t help me get the proper code syntax onto the page template.