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

Additional Content

説明

Add additional content on a post per post basis in the edit or publish post screen. The additional content editor can be used with all public post types.

Use this plugin for content that you, for whatever reason, don’t want to be included in the post content itself, like shortcodes, or code snippets used by other plugins.

Another benefit of using this plugin is if you want content to be displayed before or after content that is automatically added by other plugins. The priority parameter will let you do just that.

For more information visit the GitHub repository.

スクリーンショット

  • Add additional content in the edit or publish post screen.
  • Additional Content metabox with text strings changed for shortcodes.
  • Additional Content metabox with options removed with a filter.
  • Warning when activating this plugin on PHP versions smaller than 5.4.0.

インストール

必要条件

PHP 5.4.0 or higher

Note: This plugin displays an admin notice when activated on lower PHP versions. Disable this plugin like you normally would in the wp-admin if you see this notice.

What is PHP?
PHP is the scripting language used to build WordPress. It’s installed on your server by your host. The minimum required version for WordPress is PHP 5.2.4. This version has been unsupported since early 2011 and is potentially insecure. WordPress supports it to maintain backward compatibility for sites that are still using it.

This plugin is also build with PHP but it requires the PHP version of 5.4.0 or higher to work.

Follow these instructions to install the plugin.

  1. In your WordPress admin panel, go to Plugins > New Plugin, search for “additional content” and click “Install now”.
  2. Alternatively, download the plugin and upload the contents of additional-content.zip to your plugins directory, which usually is /wp-content/plugins/.
  3. プラグインを有効化
  4. Add additional content in the edit or publish post screens.

FAQ

What is the priority option?

This plugin is basically a user interface for the_content filter. This filter allows themes and plugins to change (or add content to) post content before it’s displayed. The default priority for filters is 10. Higher numbers correspond with later execution of adding additional content. This option allows you to display the additional content before or after other plugins that add content with this filter.

評価

2016年9月3日
Overall it is very good but need completed simple features
1件のレビューをすべて表示

貢献者と開発者

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

貢献者

“Additional Content” は1ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“Additional Content” をあなたの言語に翻訳しましょう。

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

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

変更履歴

1.3.0

  • Fix bug where additional content was not displayed in pages. Props: dpinc.
  • Allow unfiltered html for user with the unfiltered_html capability
  • Tested up to WordPress 4.6

1.2.0

  • Using anonymous functions for sorting addational content by priority.
  • New unit tests
  • WordPress 4.4 で動作検証しました。

1.1.4

Initial commit to the WordPress plugins repository.