Plugin Directory

Changeset 1600163


Ignore:
Timestamp:
02/20/2017 11:58:08 PM (9 years ago)
Author:
hidemion
Message:

説明文追加
スクリーンショットを追加

Location:
bi-button-changer/trunk
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • bi-button-changer/trunk/readme.txt

    r1599634 r1600163  
    1010
    1111== 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タグを出力するようになります。
     12This plugin will : In the visual editor and text editor, when you click the B button, change the output tag from 'strong' to 'b' .
     13And 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= このプラグインを使う理由 =
     19SEOの観点から、装飾を目的に、strongタグや、emタグを使用することは推奨されません。
     20もちろん、その点を理解したうえで使うのであれば問題ないのですが、SEOをあまり意識しない投稿者に使ってもらう場合、デフォルトのままでは、装飾的に使われる可能性があります。
     21そこで、このプラグインを使うことで、bタグと、iタグになるので、そのような心配はしなくて済むようになります。
     22
    1623
    1724== Installation ==
     
    19261. Upload the plugin files to the `/wp-content/plugins/bi-button-changer` directory, or install the plugin through the WordPress plugins screen directly.
    20271. Activate the plugin through the 'Plugins' screen in WordPress
     28
     291. プラグインディレクトリ `/wp-content/plugins/bi-button-changer` にプラグインファイルをアップロードするか、管理画面の「プラグイン」→「新規追加」から、「bi button changer」で検索してインストールして下し亜。
     301. インストール後、有効化してください。
    2131
    2232== Frequently Asked Questions ==
Note: See TracChangeset for help on using the changeset viewer.