Linux 软件免费装
Banner图

Shopp Featured Images

开发者 Shoppdeveloper.com
Barry Hughs
更新时间 2017年4月15日 18:00
捐献地址: 去捐款
PHP版本: 3.4.2 及以上
WordPress版本: 4.7.3
版权: GPLv3 or later
版权网址: 版权信息

标签

ecommerce featured images webshop post thumbs shopp

下载

1.1 1.1.1

详情介绍:

Adding post thumbnail (or featured image) support to Shopp means products can now have a new representative image that is completely independent of the product gallery. One simple use case for this is using a thumbnail on the category pages and maintaining a completely different set of gallery images on the product page. Originated from "Featured Images for Shopp" plugin by Barry Hughes and Chris Jumonville.

安装:

Shopp Featured Images can be installed like any other plugin.

升级注意事项:

This is a simple plugin and you should be able to simply write over the old version during any future updated.

常见问题:

Are product thumbnails stored in the database?

No. Even if you have configured Shopp to store its images in the database, Shopp Featured Images simply pulls in WordPress's own media handling tools so any post thumbs will be saved as regular files and can be re-used across posts/products.

Can I change the post thumb size!

Of course. = I don't want my coverimages replaced by featured images Add this code to your functions.php add_filter('shopp_auto_featured_thumb', 'do_not_replace_coverimages'); function do_not_replace_coverimages() { return false; }

更新日志:

1.0.0 1.0.1 1.1