How do I turn off RSS feed?
-
This site is static with just 3 pages and no posts (present or future). How can I turn off RSS feed and get the “stay updated via rss” off the top right hand corner of the site. I looked in the settings/read and didn’t not see a button to turn off.
The blog I need help with is: (visible only to logged in users)
-
Hi Karen,
RSS feeds can’t be disabled, but you can remove the “Stay updated via RSS” as a feature of your WordPress.com Premium bundle.
Visit your Appearance->Customize->CSS page via your site’s dashboard (or when visiting your site, hover over your site’s name at the top in the admin bar and choose Customize, then CSS).
On the CSS editor, add this code:
#header .rss { display: none; }The arrow is part of the theme’s background image and can’t be removed from the rest of the background. If you have any other questions, please let me know. Thanks!
- The topic ‘How do I turn off RSS feed?’ is closed to new replies.