diff --git a/functions.php b/functions.php index 4b4e279..33cbe2d 100644 --- a/functions.php +++ b/functions.php @@ -912,7 +912,7 @@ * @param none */ if ( !function_exists( 'wfx_filter_post_class' ) ) : function wfx_filter_post_class() { - if ( !is_admin() && !is_feed() && ( is_singular() || is_archive() ) ) { + if ( !is_admin() && !is_feed() && ( is_singular() || is_archive() || is_search() ) ) { global $wfx; $wfx->filter_post_class(); } } endif;