-
AuthorPosts
-
September 5, 2015 at 2:20 am #498644
Hi,
Found this link and followed the instruction https://kriesi.at/support/topic/thumbnails-on-search-results-page/
i have the following error
Notice: Undefined index: size in /wamp/www/test/wp-content/themes/enfold/includes/loop-search.php on line 25I just discovered code snippets plugin and find that cool! :D Is there a way to add to code snippets that don’t alter the parent theme?
September 7, 2015 at 3:21 pm #499257Hi senso!
Please refer to this link: https://kriesi.at/support/topic/add-featured-image-to-search-results/
Cheers!
YigitNovember 13, 2015 at 5:52 am #535222Notice: Undefined variable: post_id in /var/www/html/wp-content/themes/enfold-child/includes/loop-search.php on line 34
Notice: Undefined variable: size in /var/www/html/wp-content/themes/enfold-child/includes/loop-search.php on line 34
Notice: Undefined variable: attr in /var/www/html/wp-content/themes/enfold-child/includes/loop-search.php on line 34
—————————————————————-
I have the above errors.November 14, 2015 at 9:28 am #535805Hi!
Replace this line:
$searchthumb = get_the_post_thumbnail( $post_id, $size, $attr );.. with:
$searchthumb = get_the_post_thumbnail( $post_id, 'square' );Best regards,
IsmaelNovember 15, 2015 at 6:34 am #536019Hi Ismael,
I have this error
Notice: Undefined variable: post_id in /var/www/html/wp-content/themes/enfold-child/includes/loop-search.php on line 34
November 18, 2015 at 2:30 pm #538124Hi!
replace Ismael’s last line with this:
$searchthumb = get_the_post_thumbnail( $_post->ID, 'square' );Regards,
AndyNovember 25, 2015 at 8:29 am #542194Hi Andy,
All the error messages disappeared after I turn off wordpress debug.
define('WP_DEBUG', false);
Are there any issue that I should watch out for?November 25, 2015 at 12:57 pm #542344Hey!
Glad you figured it out!
If you run into any issues, please let us knowRegards,
YigitNovember 26, 2015 at 12:35 am #542795Hi Yigit,
Hiding the error messages by turning debug off, is it normal and will there be any issues with it?
Thanks
November 26, 2015 at 8:31 am #542894 -
AuthorPosts
- You must be logged in to reply to this topic.
