I have set one thing that is "Featured Resume" custom field using checkbox in our custom post type using toolset. Now i want iIf a Resume with a flag set occurs in the search results(means checkbox is checked in post),then it will automatically rise post to the top of the search listings.
If many posts with flags( means checkbox is checked ) are returned, the one with the latest date will be on top and ordered by latest date at the top.
Hello. Thank you for contacting the Toolset support.
Could you please share problem URL and one test case example with search key word and tell me what should be your expected results based on that test key word.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I would additionally need your permission to de- and re-activate Plugins and the Theme, and to change configurations on the site. This is also a reason the backup is really important. If you agree to this, please use the form fields I have enabled below to provide temporary access details (wp-admin and FTP).
I have set the next reply to private which means only you and I have access to it.
Well - wp-admin access details you shared is not working.
what if you try to add custom field filter from your view's query filter section for your custom field "featured Resum" equal to 1 and then from within order by section of view add order by custom filed "featured Resume" - does that work?
ahh Ok. Still - wp-admin access details are not working at this end so I could not get into it.
Could you please send me working wp-admin access details.
if you want to include both results then its matter of order by, you should order by your custom field "featured Resum" and then secondary order should be set as post date desc.
Well - I checked on your install and I see the "Featured resume" is set to save 0 by default.
This may cause the issue what if you try to set the option "don't save anything to the database" so when the checkbox is checked you will have only one value 1 when checkbox is checked so it might be easy to set order by your feature resume field.