该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

特色图像

描述

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

Version 2.0

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

Version 1.0

  • Initial release version.

屏幕截图

  • 特色图像 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:

常见问题

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 回复
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条评价

贡献者及开发者

“特色图像” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

将“特色图像”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

version 2.1

  • global $post fix

Version 2.0

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

Version 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