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

Featured Image

説明

Add featured image to any part of the website, on each individual post/page. Very Easy to Implement. Provides you with a featured image shortcode [ featured-img ] , code and Featured Image widget.

Paste the Code or the Shortcode on any part of the website.

  • Very Easy to implement.
  • Simple Shortcode Available
  • Easy code Implementation inside loop and outside loop.
  • Widge Avaliable
  • Featured Image Caption

WordPress Featured Image Documentation By Mervin Praison
SEO Manager

Version history

version 2.1

  • global $post fix

バージョン 2.0

  • Added Featured Image Caption
  • Added Alt Text for images
  • Fixed Bugs

バージョン 1.0

  • Initial release version.

スクリーンショット

  • Featured Image area

インストール

ステップ 1

  1. Download the zip file
  2. Extract the contents
  3. Upload the folder featured-image to your WP plugin folder /wp-content/plugins/ directory
  4. Go to Plugins > Plugins, and activate the plugin

ステップ 2

  • Use this shortcode ‘[featured-img]’ on your page/post content.
  • Use this shortcode ‘[featured-img-caption]’ on your page/post content for caption
  • Use this Code on your template inside loop:

FAQ

What is its Shortcode?

[featured-img]

評価

2021年2月25日
Does what is should do. I just added a check in the code, i do not want the last post image in my sidebar on archive pages. if (!is_single()) return;
2017年8月2日 1 reply
The plugin does what it is supposed to do, however, there are some errors generated that can be easily fixed by adding "global $post;" to the top of the plugins function "getting_featured_img".
2016年9月3日
Its really great plugin. It works as i expected thanks
8件のレビューをすべて表示

貢献者と開発者

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

貢献者

“Featured Image” をあなたの言語に翻訳しましょう。

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

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

変更履歴

version 2.1

  • global $post fix

バージョン 2.0

  • Added Featured Image Caption
  • Added Alt Text for images
  • Fixed Bugs

バージョン 1.0

  • First release.= 2.1 =

  • global $post fix

2.0

  • Added Featured Image Caption
  • Added Alt Text for images
  • Fixed Bugs

1.0

  • Shortcode was created
  • Code inside loop of the template
  • Widget was created