Forum Replies Created

Viewing 1 replies (of 1 total)
  • Hi Dave, I like this plugin very much and I am trying to make it work thumbnails this filter adding something like this in function.php (on the end of file)

    add_filter('dwls_attachment_thumbnail', 'dwls_test_attachment_thumbnail');
    function dwls_test_attachment_thumbnail($foo) {
    
       get_the_post_thumbnail ($id, 'thumbnail', array('class' => 'photo main_photo'));
    
       echo get_the_post_thumbnail();
    
    }

    This is not working , so can you please give me advice about this ?
    Thanks

Viewing 1 replies (of 1 total)