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

Site Settings

説明

Use the Site Settings plugin to create admin fields for storing short text snippets for use in your theme templates. For example, an email or phone number that is displayed via your header.php template.

It can also be used for storing data which you may need to reference such as the ID of a page or a post category which you use to feature posts on your home page.

Storing these settings in the admin is preferable to hardcoding them into your templates so they can be updated easily.

Read the documentation to find out how to add admin fields and sections.

スクリーンショット

  • Initial site settings admin screen.
  • Site settings admin screen with section and fields.

インストール

  1. Download the archive file and uncompress it.
  2. Put the “site-settings” folder in “wp-content/plugins”
  3. Enable in WordPress by visiting the “Plugins” menu and activating it.
  4. Read the documentation to find out how to add admin fields and sections.

FAQ

None at the moment.

評価

このプラグインにはレビューがありません。

貢献者と開発者

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

貢献者

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

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

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

変更履歴

0.2

  • Add support for post type select menus, checkboxes and radio buttons.
  • Fix custom select menus selected states.
  • Fix sprintf mis-spelling causing fatal error in select menus.
  • Textdomain must be a string, not constant, to work with parsers.

0.1

  • Initial development.