2

I'm trying to limit a search on Wordpress (3.0.4) only to the post_title. Is there a way to do that without modifying the core files?

Thanks for your help! Cheers

Erwan
  • 428
  • 1
  • 3
  • 9
  • [limit-search-results-to-custom-post-type](http://wordpress.org/support/topic/limit-search-results-to-custom-post-type) – ayush Feb 04 '11 at 21:11
  • no, this is to limit the search to a certain post_type! What I need to do, is to limit the search to the post_title... any ideas? – Erwan Feb 04 '11 at 21:18
  • possible duplicate of [Make wordpress search only in post title](http://stackoverflow.com/questions/9468804/make-wordpress-search-only-in-post-title) – nhahtdh Aug 31 '12 at 01:32
  • Have you tried this post. You'll need to modify the functions.php – population 2 Aug 30 '12 at 18:22

1 Answers1

0

The guys at WPSNIPP seem to have made available a function that you can add to your theme's function.php file

http://wpsnipp.com/index.php/functions-php/limit-search-to-post-titles-only/

henrywright
  • 10,070
  • 23
  • 89
  • 150