이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Disable Feeds

설명

This plugin disables all RSS/Atom/RDF feeds on your site. It is useful if you use WordPress purely as a content management system (and not for blogging). All requests for feeds will be redirected to the corresponding HTML content.

There are a couple of options to tweak the plugin’s behaviour – go to Settings -> Reading to see them.

If you come across any bugs or have suggestions, please use the plugin support forum. I can’t fix it if I don’t know it’s broken! Please check the FAQ for common issues.

Want to contribute? Here’s the GitHub development repository.

설치

  1. Upload the plugin folder to the /wp-content/plugins/ directory
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. That’s it. All feeds are now disabled (and any requests for a feed will be redirected back to the parent content).

FAQ

Installation Instructions
  1. Upload the plugin folder to the /wp-content/plugins/ directory
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. That’s it. All feeds are now disabled (and any requests for a feed will be redirected back to the parent content).
Why should I disable feeds?

Feeds are useful if you have regularly updated content (blog posts, comments) on your site, and you want people to be able to subscribe to those updates. If you have static pages, then they aren’t, and just add overhead to your site.

There are still RSS links on my site!

This plugin is only able to disable feeds themselves. The links to feeds are generated by your theme, and you will have to edit your theme (or remove the related widgets) to remove those links.

What if I don’t want to redirect feed requests?

In Settings -> Reading you will find an option to turn off redirection and issue a 404 (page not found) response instead.

What if I want to keep the main post/comment feeds but disable all other feeds?

In Settings -> Reading you will find an option to allow global feeds. All other feeds (individual post comments, archives, search, category etc.) will still be disabled.

후기

2019년 10월 24일
Tested with WP 5.2.3 and it is working fine. Checked its code and all was correct and clean.
모든 31 평가 읽기

기여자 & 개발자

“Disable Feeds”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Disable Feeds”(이)가 5(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Disable Feeds”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.4.4

  • Add translation support.

1.4.3

  • Compatiblity for for WP 3.6 when feed URLs are set to return a 404 response.

1.4.2

  • Fix potential security issue when redirecting feeds.

1.4

  • Added BBPress support, thanks to Matthew Sigley.

1.3.1

  • Bugfix: Missing global variable caused error when feed URL were set to 404.

1.3

  • More robust feed redirection. In some rare cases, WordPress fails to automatically redirect the user to the parent content. If this happens, the plugin now attempts a redirect by parsing the URL and removing the feed portion manually. Most installations will not be affected.

1.2.1

  • Bugfix: Old WordPress feed URLs were not being redirected.

1.2

  • Added the option to allow the global post and comment feeds.

1.1.1

  • Bugfix: Redirect/404 setting in Settings -> Reading did not update properly.

1.1

  • Added the option to disable redirection of feed requests (and issue a 404 instead)

1.0

  • First public release.