Featured Image with URL

描述

Featured Image with URL :

Featured Image with URL allows to use an external URL Images as Featured Image for your post, page & custom post types like WooCommerce Product. Includes support for Product Gallery (WooCommerce). So, using this plugin you can easily set featured image from url.

Features:

  • Set Featured image by URL for all post types including custom post types.
  • WooCommerce Product Gallery by URLs.
  • Image from URL for WooCommerce Product variation.
  • Display Resized Images as per image sizes like “thumbnail”, “medium” or any custom-size
  • Lightweight & Easy to use

Credits:

This plugin based on the initial fork of Featured Image by URL plugin. Thanks to the plugin author for the awesome work.

Contributing

  • You can contribute to development of the plugin on Github.
  • If you have found a bug/issue or have a feature request, then create issue on Github.
  • Want to add a new language to Featured Image with URL? Swell! You can contribute via translate.wordpress.org.

1.0.6 – 2026-07-14

  • IMPROVEMENTS Enhanced XSS Protection

1.0.5 – 2026-06-22

  • Changed: Bump WordPress “tested up to” version 7.0

1.0.4 – 2024-12-06

  • Changed: Bump WordPress “tested up to” version 6.9
  • Dev: Add PHPCS and Plugin Check GitHub action

1.0.3 – 2024-12-09

  • Changed: Bump WordPress “tested up to” version 6.7

1.0.2 – 2024-08-25

  • Added: Update plugin assets GitHub action workflow.
  • Changed: Bump WordPress “tested up to” version 6.6
  • Changed: Bump WooCommerce “tested up to” version 9.2

1.0.1

  • Added: Backward compatibility for the “Featured Image by URL” plugin.

1.0.0

  • Initial Version.

螢幕截圖

安裝

This plugin can be installed directly from your site.

  1. Log in and navigate to Plugins & Add New.
  2. Type “Featured Image with URL” into the Search input and click the “Search” button.
  3. Locate the “Featured Image with URL” in the list of search results and click “Install Now”.
  4. Click the “Activate Plugin” link at the bottom of the install screen.

It can also be installed manually.

  1. Download the “Featured Image with URL” plugin from WordPress.org.
  2. Unzip the package and move to your plugins directory.
  3. Log into WordPress and navigate to the “Plugins” screen.
  4. Locate “Featured Image with URL” in the list and click the “Activate” link.

常見問題

Is this plugin works for all themes?

Maybe Not. Plugin is works fine with most of themes but as you know Featured image is depends on themes So, This plugin may not work for some highly customized themes which are using non-extensible functions like wp_get_attachment_url.
Please feel free to create ticket Here if this plugin not working well for you. we would be happy to help you

評價

2026年4月29日
Simple and super practical. It’s a must plugin in my sites.Easy setting, no bloat. I wish there’s a “import all featured image url from fifu” so I can get rid of that bloated plugin.
2025年6月2日
I want to let you know that it is the perfect plugin for remote images. The solution if you are using WP All Import and you get the images from lets say {photos/photo} (this returns all the images separated by comma), is to create two functions that creates the serialized data to use it in custom fields: function get_featured_image($photos) {if (empty($photos)) return ‘NO_PHOTOS’;if (!is_array($photos)) { $photos = explode(‘,’, $photos);}$first = trim($photos[0]);return serialize([ ‘img_url’ => $first, ‘width’ => ”, ‘height’ => ”]);}function get_gallery_images($photos) {if (empty($photos)) return ”;if (!is_array($photos)) { $photos = explode(‘,’, $photos);}if (count($photos) < 2) return ”;$gallery = [];for ($i = 1; $i < count($photos); $i++) { $url = trim($photos[$i]); $gallery[] = [ ‘url’ => $url, ‘width’ => ”, ‘height’ => ” ];}return serialize($gallery);} Then you just create a custom field for the featured image with name “_harikrutfiwu_url” and value: [get_featured_image({photos/photo})] And a custom field for gallery images with name “_harikrutfiwu_wcgallary” and value: [get_gallery_images({photos/photo})] That’s all. Happy Import with this amazing plugin.
2025年4月20日
I rarely give reviews but this plugin is my lifesaver and it’s hard not to recommend it. I’m using it for couple of months now and it works perfectly on older and newer vesions of Wordpress. Simple, no 200 pages of settings, just install and use. The only thing that doesn’t work for me is Yoast SEO’s social media image preview which worked with older version of Wordpress but doesn’t work with the latest, sadly. Other than this little thing, it’s simple, small and working well plugin.
2025年2月24日
note the woocommerce rest api keys for images:meta_gallery = {“key”: “_harikrutfiwu_wcgallary”,”value”: [{“url”: img_url} for img_url in product_images]}meta_featured = { # thumbnails”key”: “_harikrutfiwu_url”,”value”: product_images[0]}meta_featured_alt = {“key”: “_knawatfibu_alt”,”value”: product_images[0]}meta_images.append(meta_featured)product_data = {“name”: product_title,”type”: “simple”,”regular_price”: str(product_price),”price”: str(product_price),”sku”: str(product_sku),”description”: product_description,”short_description”: product_short,”status”: “publish”,”categories”: category_ids,”meta_data”: meta_images,#”images”: images,”attributes”:attributes_list}
閱讀全部9個評價

貢獻者及開發者

“Featured Image with URL” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

Featured Image with URL 外掛目前已有 1 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 Featured Image with URL 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄