Plugin này chưa được cập nhật với 3 phiên bản mới nhất của WordPress. Nó có thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress mới nhất.

Ảnh chức năng cho bài viết

Mô tả

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.

Ảnh màn hình

  • Ảnh chức năng cho bài viết area

Cài đặt

Bước 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

Bước 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:

Hỏi đáp

What is its Shortcode?

[featured-img]

Đánh giá

25 Tháng 2, 2021
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;
2 Tháng 8, 2017 1 trả lời
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”.
3 Tháng 9, 2016
Its really great plugin. It works as i expected thanks
Đọc tất cả 8 đánh giá

Người đóng góp & Lập trình viên

“Ảnh chức năng cho bài viết” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

Nhật ký thay đổi

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