Hi everyone,
Wonder if anyone can point me in the right direction here.
I have created a plugin (kind of - it's more like a set of functions in the theme) which allows the user to add events to a list to be able to display on a site. However, I'd like the ability to search those events in the admin side as it's likely the list will get long.
Unfortunately the only search boxes I can reference are the ones on the Posts page, Pages page, Categories page (etc) which all use the query string ?s=searchterm. My page however is not displayed that way - it simply links to admin.php?page=my_events_page and it will not accept an additional query so I cannot search my list.
I hope I am explaining this clearly enough - basically I want to be able to search my own admin page content, so any help is appreciated. Otherwise it's going to be a case of finding it manually by trawling through each page of events...
Thanks
Michael