How to do custom search functionality in job manager plugin?

Go To StackoverFlow.com

0

I have used job manager plugin in wordpress. And my client want search functionality in admin section to search jobs. whatever jobs added we save in wp_posts table.

below is the code

  $jobs = get_posts('post_type=jobman_job&numberposts=-1&post_status=publish,draft,future' );

in above code i want add $post_title = $_POST['searchtext'].

then how to add in existing code ?

2012-04-04 06:20
by user1244977


0

Ads