這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP-Choose-Thumb

描述

A simple way to choose a default thumbnail for your post.

Works alongside the featured image core functionality.

For theme usage:

Add this function where you want the thumbnail to appear

<?php if(function_exists('wct_thumb')){ wct_thumb(); } ?>

螢幕截圖

  • Choose from thumbnails in the edit post view.
  • Display thumbnail in post.
  • Overview demo

安裝

  1. Extract zip in the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘plugins’ menu in WordPress

常見問題

I see the choose thumb window right of my ‘write post’ screen, but It says ‘Choose thumbnail for post’ . And there is no thumb below this.

You have to attach images to your post: first icon after Upload/Insert in the “Edit Post” view.

WordPress generates a thumbnail based on those images automatically.

If you have uploaded the images it is best practice to publish your post first.

Click the “refresh” link in de WP-Choose-Thumb sidebar window.

Afterwards the thumbnails will automatically appear in de sidebar window.

How can i change the thumbnail size

You can define the size of the generated thumbnails here:
http://yoursite/wp-admin/options-media.php

評價

There are no reviews for this plugin.

貢獻者及開發者

“WP-Choose-Thumb” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WP-Choose-Thumb 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

Version 1.3.6

Added settings page.