Shopp Featured Images
Adds post thumbnails to Shopp products - providing an additional image that can be used independently of the product gallery images.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 3182 days ago
Is Shopp Featured Images abandoned?
Possibly abandoned (last update 3182 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
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.
- Post thumbnails are regular images uploaded using WordPress’s media tools – just as you would expect! – they
can be used from any theme template, not unlike regular post thumbs. - You are not limited in how you use these new images – a range of filters are built in to Shopp Featured Images to afford further control.
Originated from “Featured Images for Shopp” plugin by Barry Hughes and Chris Jumonville.
Installation
Frequently Asked Questions
Installation Instructions
Shopp Featured Images can be installed like any other plugin.
- Upload the
shopp-sfidirectory to thewp-content/pluginsdirectory - Or install it using the tools built in to WordPress’s Install Plugins page
- Activate!
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; }
Review feed
Screenshots
Changelog
1.0.0
- Initial release
1.0.1
- Public release
- Minor fix during the registered_post_type callback
1.1
- First version by Shoppdeveloper.com Team
- Updated code for Shopp 1.3.x usage
- Removed Post_ID insertion code
- Added support for image settings
- Added support for coverimage property=url setting
- Convert Shopp ‘original’ to post thumbnail ‘full’