[Support request] Dispatch – Using medium_large thumbnails on mainpage

Home Forums Support [Support request] Dispatch – Using medium_large thumbnails on mainpage

Home Forums Support Dispatch – Using medium_large thumbnails on mainpage

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1652699
    Raul

    Hi,

    I am using the Dispatch demo for my theme. To increase my performance I would like to use the thumbnails or medium_thumbnails from as thumbs and not the original images.

    Is that possible?

    #1653349
    David
    Staff
    Customer Support

    Hi there,

    you can force WP Show Posts to use a different image size using this PHP Snippet:

    add_filter( 'wpsp_default_image_size', function() {
        return 'your-size-name';
    } );

    Just swap out your-size-name with the size you want eg. medium

    #1653508
    Raul

    Thank you. And for archives overview like here (private message)

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.