説明
特定の投稿や固定ページにだけ適用されるカスタムスタイルを記述するフィールドを、編集画面に追加します。
固定ページや投稿、カスタム投稿タイプにカスタムスタイルを設定できます。カスタムスタイルは、スクリーン用、モバイル用、印刷用に分かれています。また、よく使うスタイルをライブラリに登録しておくこともできます。
スタイルライブラリの使い方:
- 設定ページでスタイルを追加します。
- スタイルを適用したい記事を開きます。
- スタイルボックスは空白のままにして、ドロップダウンからライブラリ登録済のスタイルを選択します。
- 記事を更新または公開します。
スタイルライブラリから選択したスタイルは、すでに記述済のスタイルを常に上書きします。ライブラリ内のスタイルを一部変更してページに設定したい場合は、そのスタイルを選択して一旦ページを保存してから、カスタムスタイルのボックス内で編集してください。
デフォルトでは、登録済のカスタムスタイルを編集しても、すでにそのスタイルを適用してある投稿や固定ページには影響しません。この仕様はオプションで変更できます。
注意: カスタムスタイルはアーカイブページには適用されません。単一の投稿または固定ページにだけ有効です。
このプラグインの有用性は、使用しているテーマのフレキシビリティと、ユーザーの CSS の知識に依存します。
スクリーンショット
インストール
/wp-content/plugins/
ディレクトリにwp-post-styling
フォルダーをアップロードします- WordPress の
プラグイン
メニューでプラグインを有効化します - 設定 > WP Post Styling を開きます
- 必要に応じて、WP Post Styling 設定を調整します。
- 投稿や固定ページ用のカスタムスタイルを設定します
FAQ
-
CSS についてあまりよく知らないのですが、それでもこのプラグインを使えるでしょうか?
-
このプラグインを活用するには、CSS の知識が必要です。WordPress のテーマで使われるスタイルは多種多様なので、あなたがどのようなスタイルを必要とするかを予測するのは非現実的です。
-
追加したカスタムスタイルがブログ上に反映されません。なぜでしょうか?
-
推測ですが、利用中のテーマが WordPress の
wp_head
関数を使用していない可能性があります。このプラグインが機能するためには、テンプレート内に wp_head 関数が必要です。
評価
貢献者と開発者
変更履歴
1.3.2
- Bug fix: Nonce required without a POST submission event broke creating new pages.
1.3.1
- Fix CSRF security issue & sanitization.
1.3.0
- Incorporate CSS editor from 4.9
- Fix issue when rendering a page without a post object
- Add activation hook execution for update cycle & version number
1.2.11
- Accessibility: duplicate IDs
- Update headings hierarchy
- If option to pull styles directly from library enabled, don’t display note
1.2.10
- Updated function prefixing
- Misc. minor updates
- Fix textdomain issues
1.2.9
- Removed some code for UI compatibility with WP previous to 2.7
- Added some missing textdomains
- Updated UI to match other plug-in UIs.
- Updated code usage
- Improved escaping
1.2.8
- PHP Notice when updating styles with format selector disabled
- Updated “Tested to” & Copyright date
- No longer claiming support for WordPress versions 2.5 – 2.9.x. May work anyway.
1.2.7
- Added languages: Irish Gaelic, Japanese
- New feature: Use styles directly from the library.
1.2.6
- Miscellaneous wpdb changes, updated coding style.
- Use of wpdb->prepare where appropriate.
- Minor style changes.
- Added plug-in page header image.
- Fixed a couple PHP notices
1.2.5
- Revised style editing layout to increase text box for editing custom styles.
- Bug fixes: removed PHP notices.
1.2.4
- Added support for custom post types (thanks to Jordi for suggestion)
1.2.3
- Clean up on deprecated calls
- Switch post meta to private
- Placed admin styles into separate file
- Bug fix: Custom styles would periodically disappear from post.
1.2.2
- Added stripslashes so that styles which require quotes will be consistently usable. (Background images, :before and :after, etc.)
1.2.1
- Added option to delete CSS in the style library
1.2.0
- Added Changelog
- Added ability to edit CSS in the style library
- Updated post interface to use post-2.6 drag-and-drop options
- Made translation ready
1.1.0
- Added a database to store pre-determined style groups.
- Corrected a few layout bugs.