diff --git a/includes/filter/ram-custom-content.php b/includes/filter/ram-custom-content.php index 52ac6fa4517a12d9092fe0dfd62726ed18e817ce..9ca27b92707f2234448f48486f590c0f07dbb914 100644 --- a/includes/filter/ram-custom-content.php +++ b/includes/filter/ram-custom-content.php @@ -3,7 +3,7 @@ function custocm_content_filter($content) { $_content=$content; - if(is_single() || is_home()|| is_feed()) + if(is_single()) { $vcontent =get_post_qq_video($content); if(!empty($vcontent))