Disable Comments Selectively

外掛說明

If you’d like to have some comments on your site, but don’t want them on every kind of post, then this plugin is for you.

Go to the Discussion Settings of your site and select which post types, taxonomies and/or terms will automatically disable commenting, regardless of the individual post setting.

螢幕擷圖

  • Simple settings, at the end of your normal Discussion Settings page.

安裝方式

  1. Upload the plugin files to the /wp-content/plugins/disable-comments-selectively/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Go to the Settings -> Discussion page to configure the plugin, selecting which types, taxonomies and terms should be affected.

常見問題集

Comments are still in the admin area

This plugin only affects the front end by design, so it will look like nothing has changed in the admin; eg. you’ll still see old comments, the number of previous comments on a post in the little comment bubble, the “allow comments” checkbox, and even add comments from the post screen.

But when looking at that same post from the front end, nobody will be able to view its comments nor make new ones.

I want to disable all the comments!

Better to install a plugin like Disable Comments which will remove them across the site, and hide them in the admin area too.

Nothing happens

Then the odds are that the theme you’re using isn’t following the usual WP methods for comments. This plugin has been tested with all the default WP themes (from 2010 to 2023) and works as intended.

The RSS feeds still show old comments

It’s probably because it’s been cached, either by your browser or by WP itself. You can quickly force refresh your browser to check that, but if it’s been cached by WP then you’ll need to clear that or wait for it to expire.

Comment Widgets

I’ve tested this with the default WP Recent Comments widget and it works fine, but I can’t guarantee what happens with any of the hundred other comment widgets out there.

If it uses the normal WP function calls for comments, it should be okay – if it’s making custom database calls directly, then no.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Disable Comments Selectively〉的開發相關工作。

參與者

將〈Disable Comments Selectively〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

0.15

  • Tested with WP 6.5, 6.4, 6.3.2 and the 2021, 2022 and 2023 themes

0.12

  • Tested with WP 5.3 and the new twentytwenty theme

0.11

  • Remembered to use wp_sprintf instead of concatenating multiple strings…

0.1

  • Initial release.