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

Simple Font Awesome Icon

説明

Simple Font Awesome Icon plugin will give you the Font Awesome Icon option in your post and page. From there you can choose the required icon and hit save. Then use the get_post_meta(‘post ID’, ‘font-awesome-icon’, true); function in the template file and you will get the class name which can be used with i tag.

Please take a look the plugin page for more details: [https://codingdom.wordpress.com/simple-font-awesome-icon/)

インストール

Through Dashboard

  1. Log in to your WordPress admin panel and go to Plugins -> Add New
  2. Type simple font awesome icon in the search box and click on search button.
  3. Find Simple Font Awesome Icon plugin.
  4. Then click on Install Now after that activate the plugin.
  5. Go to the required template file and call the function as below.
    $icon_class = get_post_meta(‘your post ID’, ‘font-awesome-icon’, true);
    Use this variable as class name for the i tag add where ever you want.

Installing Via FTP

  1. Download the plugin to your hardisk.
  2. Unzip.
  3. Upload the “simple-font-awesome-icon” folder into your plugins directory.
  4. Log in to your WordPress admin panel and click the Plugins menu.
  5. Then activate the plugin.
  6. Go to the required template file and call the function as below.
    $icon_class = get_post_meta(‘your post ID’, ‘font-awesome-icon’, true);
    Use this variable as class name for the i tag and add where ever you want.

FAQ

Installation Instructions

Through Dashboard

  1. Log in to your WordPress admin panel and go to Plugins -> Add New
  2. Type simple font awesome icon in the search box and click on search button.
  3. Find Simple Font Awesome Icon plugin.
  4. Then click on Install Now after that activate the plugin.
  5. Go to the required template file and call the function as below.
    $icon_class = get_post_meta(‘your post ID’, ‘font-awesome-icon’, true);
    Use this variable as class name for the i tag add where ever you want.

Installing Via FTP

  1. Download the plugin to your hardisk.
  2. Unzip.
  3. Upload the “simple-font-awesome-icon” folder into your plugins directory.
  4. Log in to your WordPress admin panel and click the Plugins menu.
  5. Then activate the plugin.
  6. Go to the required template file and call the function as below.
    $icon_class = get_post_meta(‘your post ID’, ‘font-awesome-icon’, true);
    Use this variable as class name for the i tag and add where ever you want.

評価

2017年7月22日
A fantastic and easy to use plugin.It’s very easy to add an icon anywhere.This does work, and seems to be performing reasonably well. Perfect for my needs. Thank you for making this available.
1件のレビューをすべて表示

貢献者と開発者

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

貢献者

“Simple Font Awesome Icon” をあなたの言語に翻訳しましょう。

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

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

変更履歴

1.0 – June 27, 2017

  • Support WordPress 4.8

1.0.1 – May 31, 2018

  • Support WordPress 4.9.6