I notice that the plugin cache the thumbnail on its own. Is there a way to use the site thumbnail?
For my site (and maybe many other sites), each post has already have a thumbnail and cropped accordingly. So, just need to get thumbnail and use it. It could save loading time and resources since the images have already been cached before.
Under “Display post thumbnail”, select the Use predefined size option.
Pick your desired thumbnail size from the dropdown. If none of the listed options fit your popular posts list then you may need to register a new thumbnail size.
Ah, you should have said so from the start π Please try to be more descriptive when asking someone for help.
There’s an undocumented shortcode parameter called thumbnail_build that’s the equivalent to that dropdown. Set its value to predefined and also make sure that your thumbnail_width and thumbnail_height parameters match one of your existing image sizes (or “site thumbnails” as you called them), or else WordPress might return an odd image size.
What I actually mean was that, is there a way to tell the plugin to use the thumbnals without “WPP’s thumbnails cache”? Just some dig in as it maybe better for performance.