Title: fvd's Replies | WordPress.org

---

# fvd

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

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

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MobilePress] Installation problem – Cannot Open/View Post or Page from Mobile Device](https://wordpress.org/support/topic/installation-problem-cannot-openview-post-or-page-from-mobile-device/)
 *  [fvd](https://wordpress.org/support/users/fvd/)
 * (@fvd)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/installation-problem-cannot-openview-post-or-page-from-mobile-device/#post-3541020)
 * I’ve got the same error and corrected it by adding a file into the plugin. I 
   created a file named functions.php in the directory
    mobilepress\themes\default
 * The file content is :
 *     ```
       <?php
       add_theme_support ('post-thumbnails');
       ?>
       ```
   

Viewing 1 replies (of 1 total)