Comments on: How to Turn Off the RSS Feed in WordPress https://www.greengeeks.com/tutorials/how-to-turn-off-the-rss-feed-in-wordpress/ How-to Website Tutorials Mon, 12 Jun 2023 17:44:03 +0000 hourly 1 https://wordpress.org/?v=6.3.1 By: Amit https://www.greengeeks.com/tutorials/how-to-turn-off-the-rss-feed-in-wordpress/#comment-121405 Mon, 12 Jun 2023 17:44:03 +0000 https://www.greengeeks.com/tutorials/?post_type=ht_kb&p=21389#comment-121405 Thanks very helpful for beginners.

]]>
By: Michael Brockbank https://www.greengeeks.com/tutorials/how-to-turn-off-the-rss-feed-in-wordpress/#comment-120776 Tue, 11 Oct 2022 21:56:19 +0000 https://www.greengeeks.com/tutorials/?post_type=ht_kb&p=21389#comment-120776 In reply to Azad Khan.

In many cases, removing a plugin that is providing a feature such as disabling the RSS feed will result in the feed becoming available again. This hasn’t been tested by us, though.

]]>
By: Azad Khan https://www.greengeeks.com/tutorials/how-to-turn-off-the-rss-feed-in-wordpress/#comment-120403 Sat, 09 Jul 2022 09:35:42 +0000 https://www.greengeeks.com/tutorials/?post_type=ht_kb&p=21389#comment-120403 Can we delete the plugin after turning off the RSS?

]]>
By: alex https://www.greengeeks.com/tutorials/how-to-turn-off-the-rss-feed-in-wordpress/#comment-113302 Thu, 11 Nov 2021 18:35:25 +0000 https://www.greengeeks.com/tutorials/?post_type=ht_kb&p=21389#comment-113302 In reply to Cory.

start code with this :

function turn_off_feed() {
wp_die( __(‘Our Feed is currently off,please visit our homepage!’) );
}

]]>
By: resep https://www.greengeeks.com/tutorials/how-to-turn-off-the-rss-feed-in-wordpress/#comment-106542 Tue, 28 Sep 2021 15:58:27 +0000 https://www.greengeeks.com/tutorials/?post_type=ht_kb&p=21389#comment-106542 Thank you for sharing the best

]]>
By: Cory https://www.greengeeks.com/tutorials/how-to-turn-off-the-rss-feed-in-wordpress/#comment-35068 Thu, 28 May 2020 01:29:52 +0000 https://www.greengeeks.com/tutorials/?post_type=ht_kb&p=21389#comment-35068 code breaks my functions PHP file

]]>