Setting or Hook for setting feature image size
-
Every time this plugin updates I have to manually edit the code to change the default Feature Image size in search results.
/wp-content/plugins/better-search/includes/main-functions.php
Line 82if ( bsearch_get_option( 'include_thumb' ) ) { $output .= '<p class="bsearch_thumb">' . get_the_post_thumbnail( $search->ID, 'large' ) . '</p>'; }Anyway we can get a hook or theme setting to choose the feature image size?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Setting or Hook for setting feature image size’ is closed to new replies.