このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Show Comment Policy

説明

Show Comment Policy lets you display a custom message above your site’s comment form. Display your blog comment policy or any other text you want your readers to see.

Use it for:

  • Comment policy
  • Posting rules
  • List of allowed HTML tags in comments

If you need help with this plugin

If this plugin breaks your site or just flat out does not work, please go to Compatibility and click “Broken” after verifying your WordPress version and the version of the plugin you are using.

Then, create a thread in the Support forum with a description of the issue. Make sure you are using the latest version of WordPress and the plugin before reporting issues, to be sure that the issue is with the current version and not with an older version where the issue may have already been fixed.

Please do not use the Reviews section to report issues or request new features.

スクリーンショット

  • Plugin settings page
  • The comments section showing the comment policy entered on the plugin settings page

インストール

  1. Upload plugin file through the WordPress interface.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to Settings » Show Comment Policy, configure plugin.
  4. Check a post or page that allows comments.

FAQ

How do I use the plugin?

Go to Settings » Show Comment Policy and enter the text you want to see above the comment form. Make sure the “enabled” checkbox is checked. Note that the comment policy will only be displayed on pages/posts where the comments are open. If comments are closed, the policy will not appear. You may also includes shortcodes which will be processed for output.

I entered some text but don’t see anything on the page.

Are you using another plugin that is also trying to use the comment_form_before hook?

Is the page/post cached?

Are comments open? The comment policy will only display if comments are actually open.

How can I style the output?

The comment policy text is wrapped in div tags with class name “scp-comment-policy”. Use this class in your local stylesheet to style the output how you want.

I don’t want the admin CSS. How do I remove it?

Add this to your functions.php:

remove_action('admin_head', 'insert_scp_admin_css');

評価

1件のレビューをすべて表示

貢献者と開発者

Show Comment Policy はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Show Comment Policy” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

0.1.2

  • confirmed compatibility with WordPress 4.1

0.1.1

  • updated .pot file and readme

0.1.0

  • fixed validation issue

0.0.9

  • minor code optimizations

0.0.8

  • code fix
  • admin CSS and page updates

0.0.7

  • updated support tab

0.0.6

  • minor code fix

0.0.5

  • code fix

0.0.4

  • option to hide output for logged in users
  • now processes shortcodes
  • code optimizations
  • plugin settings page is now tabbed

0.0.3

  • fix 2 for wp_kses

0.0.2

  • fix for wp_kses

0.0.1

  • created
  • verified compatibility with 3.9