Changeset 1600163
- Timestamp:
- 02/20/2017 11:58:08 PM (9 years ago)
- Location:
- bi-button-changer/trunk
- Files:
-
- 2 added
- 1 edited
-
readme.txt (modified) (2 diffs)
-
screenshot-1.jpg (added)
-
screenshot-2.jpg (added)
Legend:
- Unmodified
- Added
- Removed
-
bi-button-changer/trunk/readme.txt
r1599634 r1600163 10 10 11 11 == Description == 12 This plugin will : In the visual editor and text editor, when you click the B button, change the output tag from <strong> to <b> . 13 And when you click the I button, change the output tag from <em> to <i> . 14 このプラグインを使うと、投稿や固定ページのエディタで、[B]ボタンをクリックしたときには、strongタグではなく、Bタグを出力するようになります。 15 同じく、[I]ボタンをクリックしたときには、emタグではなく、iタグを出力するようになります。 12 This plugin will : In the visual editor and text editor, when you click the B button, change the output tag from 'strong' to 'b' . 13 And when you click the I button, change the output tag from 'em' tag to 'i' tag.<br> 14 <br> 15 このプラグインを使うと、投稿や固定ページのエディタで、[B]ボタンをクリックしたときには、strongタグではなく、Bタグを出力するようになります。<br> 16 同じく、[I]ボタンをクリックしたときには、emタグではなく、iタグを出力するようになります。<br> 17 18 = このプラグインを使う理由 = 19 SEOの観点から、装飾を目的に、strongタグや、emタグを使用することは推奨されません。 20 もちろん、その点を理解したうえで使うのであれば問題ないのですが、SEOをあまり意識しない投稿者に使ってもらう場合、デフォルトのままでは、装飾的に使われる可能性があります。 21 そこで、このプラグインを使うことで、bタグと、iタグになるので、そのような心配はしなくて済むようになります。 22 16 23 17 24 == Installation == … … 19 26 1. Upload the plugin files to the `/wp-content/plugins/bi-button-changer` directory, or install the plugin through the WordPress plugins screen directly. 20 27 1. Activate the plugin through the 'Plugins' screen in WordPress 28 29 1. プラグインディレクトリ `/wp-content/plugins/bi-button-changer` にプラグインファイルをアップロードするか、管理画面の「プラグイン」→「新規追加」から、「bi button changer」で検索してインストールして下し亜。 30 1. インストール後、有効化してください。 21 31 22 32 == Frequently Asked Questions ==
Note: See TracChangeset
for help on using the changeset viewer.