This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: PDF Thumbnails aren’t generating

Home Forums Product Support Forums Ajax Search Pro for WordPress Support PDF Thumbnails aren’t generating Reply To: PDF Thumbnails aren’t generating

#57309
Ernest MarcinkoErnest Marcinko
Keymaster

You are welcome!

Correct – The results page design/layout is out of the scope of the search as it is controlled by the theme. Usually it is passed to the search.php and then whatever is required in that file, it varies for every theme. In your case it is very likely the content-search.php as you pointed out.

To get the thumbnail URL you may have to use something like:

wp_get_attachment_image_url( get_the_ID() );