Home › Forums › Support › Unnecessary rss feed on post. This topic has 1 reply, 2 voices, and was last updated 2 years, 7 months ago by David. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts February 13, 2023 at 2:44 am #2531171 Samuel How can i remove the /feed/ after my post? Assuming my domain.com/feed/ (this is normal) but now recently I’m seeing domain.com/post-title/feed. Please refer to this : bit.ly/3K3fOzH How can I remove it? i still want to keep the domain.com/feed February 13, 2023 at 4:18 am #2531278 DavidStaff Customer Support Hi there, those would be created by the feed_links_extra function: https://developer.wordpress.org/reference/functions/feed_links_extra/ You can simply tell WP to not include any of the extra links listed there with one PHP Snippet to unhook them: remove_action( 'wp_head', 'feed_links_extra', 3 ); Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In