I have a site where jobs are stored as posts. Each post has a specific job ID which is stored as a custom field (I couldn't use the post ID as the job ID as it had to be a certain number).
What I need is a way to search for posts via the custom field job iD value. By this I mean a user can use the 'search' box on the post listing screen in the dashboard to type in a job ID and then WordPress will include custom fields in the search as well as titles and content etc.
The good news is I found the following plugin online:
http://files.equalwebcreative.com/testfiles/adminmetaadd.txt
The bad news is, is that is works really well, but for some reason once activated, the posts listings displays all posts more than once. See screenshot below:
When activated post listing looks like this: http://files.equalwebcreative.com/testfiles/cm_post_problem.jpg
It should, of course looks like this: http://files.equalwebcreative.com/testfiles/cm_post_correct.jpg
Does anyone have a clue as to why it is doing this, it is a little beyond my expertise?
Thanks in advance for your assistance.