- This topic has 12 replies, 4 voices, and was last updated 4 years, 6 months ago by .
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Limiting media search to just PDFs
Tagged: pdf attachments relevanssi
No problem, you might be able to automate this (don’t show the client a setting) by creating the custom field dynamically on the save_post hook – https://developer.wordpress.org/reference/hooks/save_post/
And then running an update_post_meta() depending on the conditions of the post (is it an image, and what is the post type etc)
Best
Hi Ross – i want to show only post type “Resources” and uploaded media, but within media I only want to show pdfs.
I get in results all post type “Resources” AND all Media incl. images: https://www.cobenefits.info/resources-results/
Have you found al solution in the meantime?