该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的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

评价

此插件暂无评价。

贡献者及开发者

「WP-Choose-Thumb」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「WP-Choose-Thumb」翻译成简体中文。

对开发感兴趣吗?

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

更新日志

Version 1.3.6

Added settings page.