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

Slug as body class

説明

Want to have css styling rules for individual pages or posts?

This plugin adds a unique class to the body tag of the html. The added class is formatted as “[post_type]-[post_name]”. For a page with slug (= post_name) “about” it will be “page-about”, and for a post named “today” it will be “post-today”. Currently no slug will be added for archive and category pages. Please let us know if you need this and we will add it.

example

Say you want to have a red title on your contact page. With this plugin all you need to do is add this line to your css:

body.page-contact h1 {
color : red;
}

Acknowledgements

Thanks to Damiaan van Vliet for this plugin idea http://www.albuswebdesign.nl/.

インストール

In the WordPress backend, search for the plugin ‘slug-as-body-class’. Install and activate it and you are done.

FAQ

I miss feature X

Feel free to send us an email, if more people request the same feature we will build it.

評価

2017年6月19日
Simple and useful ¿why this isn't in core functions? Many thanks for this plugin.
2017年4月28日
I use this plugin on every WP site I build, it's one of the first ones I add. I honestly can't believe that WP doesn't come with this feature natively, it's so handy to quickly add CSS page-by-page, in a more "readable" way than Body ID's.
2016年9月3日
This is a very practical and useful plugin for developers. One would think that this functionality is supported natively by Wordpress, but the body classes simply get bloated with attributes. This plugin really helps simplify the process of targeting specific pages.
6件のレビューをすべて表示

貢献者と開発者

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

貢献者

“Slug as body class” をあなたの言語に翻訳しましょう。

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

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

変更履歴

1.0

First publication on 2014 August 4