
Originally Posted by
gaffettape
Hi,
Does anyone know how to remove/disable a particular feed, so it can no longer be accessed? For instance I want to make the 'best_sellers' RSS feed inaccessible to everyone (search engines, customers, competition! etc.).
Is their a way to do this?
Thanks

Download a copy of /includes/functions/extra_functions/rss_feed.php open it up scroll down line 123 and take out the one you do not want to show.
PHP Code:
$feed_array = array('specials', 'new_products', 'upcoming', 'featured', 'best_sellers'); // 'news'
Bookmarks