[wp-hackers] integrating custom search function to additionaldatabase table

Andy Skelton skeltoac at gmail.com
Thu May 4 00:22:02 GMT 2006


On 5/3/06, Stefan Hartweg <stefan at hartweg.net> wrote:
> In non programming terms: how do I get Wordpress to "execute the stuff it
> would normally execute when someone pushes the Search button" i.e. find the
> posts, display the results in the template doing the loop, etc...

Let's put some specs on this. Do you already know exactly which post
IDs you want to display? If that's the ticket, just add something like
" ID in (1, 2, 3)" with the posts_where filter.

Bring a spec.

Andy


More information about the wp-hackers mailing list