Title: Codette's Replies | WordPress.org

---

# Codette

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multiple Post Thumbnails] Getting MPT to appear on an array on Custom Post Types](https://wordpress.org/support/topic/getting-mpt-to-appear-on-an-array-on-custom-post-types/)
 *  [Codette](https://wordpress.org/support/users/codette/)
 * (@codette)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/getting-mpt-to-appear-on-an-array-on-custom-post-types/#post-5985728)
 * Hi, I don’t know if you ever figured out the answer to your question, but the
   problem is probably that you are using “=>” instead of “=” for your array.
 * In other words, instead of what you are using in your second example above, you
   should have this instead:
 *     ```
       if (class_exists('MultiPostThumbnails')) {
           new MultiPostThumbnails(
               array(
                   'label' => 'Thumbnail Image (240x200)',
                   'id' => 'thumbnail-image',
                   'post_type' = array( 'culture', 'food', 'film', 'music', 'art', 'fashion', 'photography' )
               )
           );
       }
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Safari Browsers Don't Seem To Render "else" in my WP_Query](https://wordpress.org/support/topic/safari-browsers-doesnt-seem-to-render-else-in-my-wp_query/)
 *  Thread Starter [Codette](https://wordpress.org/support/users/codette/)
 * (@codette)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/safari-browsers-doesnt-seem-to-render-else-in-my-wp_query/#post-4583321)
 * After checking the site out in other browsers, it seems this is only a problem
   on platforms that aren’t running the latest version of iOS. I’m going to mark
   this as resolved now, since no one seems to have any insights on the matter.

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