View Single Post
Old 02-11-2011, 07:07 AM  
Goldmaniacs
Confirmed User
 
Industry Role:
Join Date: Dec 2005
Posts: 344
Thank you! I'll give it a try.


Quote:
Originally Posted by cyberxxx View Post
Put this code into the function.php file of your theme:

Code:
function protect_my_feed($content) {
        $content = "Fuck off!";
}

if (is_feed ()) {
	add_filter ( 'the_content', 'protect_my_feed' );
        add_filter ( 'the_excerpt', 'protect_my_feed' );
        add_filter ( 'the_excerpt_rss', 'protect_my_feed' );
        add_filter ( 'the_content_rss', 'protect_my_feed' );
}
__________________
Sig for lease.
Goldmaniacs is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote