Title: coreylee's Replies | WordPress.org

---

# coreylee

  [  ](https://wordpress.org/support/users/coreylee/)

 *   [Profile](https://wordpress.org/support/users/coreylee/)
 *   [Topics Started](https://wordpress.org/support/users/coreylee/topics/)
 *   [Replies Created](https://wordpress.org/support/users/coreylee/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/coreylee/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/coreylee/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/coreylee/engagements/)
 *   [Favorites](https://wordpress.org/support/users/coreylee/favorites/)

 Search replies:

## Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[App Store Assistant] PHP API for list, post…. images](https://wordpress.org/support/topic/php-api-for-list-post-images/)
 *  Thread Starter [coreylee](https://wordpress.org/support/users/coreylee/)
 * (@coreylee)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/php-api-for-list-post-images/#post-4647312)
 * Hi sealsystems,
 * Thanks a lot.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[App Store Assistant] Generating thumbnails for post listing](https://wordpress.org/support/topic/generating-thumbnails-for-post-listing/)
 *  Thread Starter [coreylee](https://wordpress.org/support/users/coreylee/)
 * (@coreylee)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/generating-thumbnails-for-post-listing/#post-4122416)
 * In order to generate some thumbnails that my website can use, I had to add some
   code to app-store-functions.php
 * $editor = wp_get_image_editor( $bestFilePath );
    $newSize = 180; $editor->resize(
   $newSize, $newSize, true ); $filename = $editor->generate_filename( ‘180×180’,
   CACHE_DIRECTORY .”AppStore/”. $appID . ‘/’, NULL ); $new_image_info = $editor-
   >save($filename);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[App Store Assistant] Generating thumbnails for post listing](https://wordpress.org/support/topic/generating-thumbnails-for-post-listing/)
 *  Thread Starter [coreylee](https://wordpress.org/support/users/coreylee/)
 * (@coreylee)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/generating-thumbnails-for-post-listing/#post-4122375)
 * It’s not featured image. It’s the images that are needed for home or category
   pages. If you look at my website ([http://appedreview.org/](http://appedreview.org/)),
   you will notice that all images are thumbnails. I have to generate these thumbnail
   manually, otherwise, it will try to load big Featured images, such as [http://appedreview.org/wp-content/uploads/appstoreassistant_cache/AppStore/378352300/artworkUrl512.png](http://appedreview.org/wp-content/uploads/appstoreassistant_cache/AppStore/378352300/artworkUrl512.png).
   This significantly slows down the loading speed of my website. I am hoping that
   your plugin will automatically generate these thumbnail automatically so that
   it will help the loading speed. Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)