- This topic is empty.
June 2026 promo! Join our Discord free of charge.
I have seen on wp.org some ideas, but it seems incomplete, to disable 100% of feeds on the WP site, or, all feeds except homepage (etc).
Well that thread actually has one good feedback, do not use wp_die for this function 🙂
should use something less risky
One of the big confusions is that it requires 2 different functions:
1. disable the feeds you want so they don’t feed content
2. remove the feed links from the header (source code)
These are different things, and most solutions you find on Google will only solve one of these and not the other. And sometimes, incompletely.
Try this to remove RSS links in head:
https://ronangelo.com/disable-feeds-on-wordpress-or-bbpress/
function ra_remove_feed_links() {
remove_theme_support( 'automatic-feed-links' );
remove_action( 'wp_head', 'feed_links_extra', 3 );
}
add_action( 'after_setup_theme', 'ra_remove_feed_links', 99 );
To disable/stop RSS feeds you need more code. But I don’t suggest using his method from 2013 because it is also wp_die
If you want the LittleBizzy team to setup your SlickStack cloud server for you and migrate all your data, we can do it for a fixed price at the below link. If you're not satisfied, request a 100% refund anytime you want (no questions asked).
We champion core values like free speech, transparency, and portability, and welcome anyone else who does too.
Here is a non-exhaustive list of plugins, themes, and other services that we recommend checking out.
Every stack script and server deployment platform is a bit different, so check to see how SlickStack compares.
Here’s some of the incredible performance features you can expect after launching your SlickStack cloud VPS.
If you are wondering what specific problems SlickStack can help solve, browse some of the solutions below.
In lieu of donations, please show your support by mentioning SlickStack on your blog or write a review. Thank you!