How to remove feed from WP Core
-
How’s everybody doing.
I’m trying to figure out how I go about deleting the files that are used to create my sites feed?
There’s a boat load of scrapper sites (thousands) that have been duplicating my content. I imagine they’re getting the info from my feed. In order to avoid this from happening anymore, I would like to get rid of my feed altogether, but I’m not quite sure how to do so.
So far, I’ve deleted my feedburner account and deleted the line of code in my header.php file that went sometime like <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”……………./feed/” /><!– Feed –>
Even after doing that, a feed is still able to be pulled up on my site, as shown here: http://tinyurl.com/7wyu6ex
Looking in my WordPress files, I notice several files that seem to pertain to the feed (wp-rss, wp-rss2, wp-atom, wp-feed). Do I simply just delete these files to get rid of my feed?
Any sort of help here would be greatly appreciated. Thanks.
The topic ‘How to remove feed from WP Core’ is closed to new replies.