Hello, just found some codes to avoid rss feed stealing from your wordpress blogs. If you want to close all your site feeds to avoid rss steals all your need to do: Open "functions.php" in your template and add these codes to anywhere in the file.. remove_action('do_feed_rdf', 'do_feed_rdf', 10, 1); remove_action('do_feed_rss', 'do_feed_rss', 10, 1); remove_action('do_feed_rss2', 'do_feed_rss2', 10, 1); remove_action('do_feed_atom', 'do_feed_atom', 10, 1); Code (markup): +reps
That is BRILLIANT THANK YOU THANK YOU!!! This will come in handy... I put them in my Snippets Text File... I will set it up later but it is a great great idea...
You can also use http://wordpress.org/extend/plugins/advanced-excerpt/ and limit to 0 words, so your reader will see the titles and the Rss Thiefs will can´t stole the content, so you will have the best of the 2 words. Readers happy and Thiefs sads.