Title: Working with Minimum Pro
Last modified: August 24, 2016

---

# Working with Minimum Pro

 *  Resolved [webspyredmedia](https://wordpress.org/support/users/chrissyjmarq22/)
 * (@chrissyjmarq22)
 * [11 years ago](https://wordpress.org/support/topic/working-with-minimum-pro/)
 * Hello Robin
 * I am using the minimum pro theme and want to be able to set one featured image
   for each page. I added the filter for this:
 *     ```
       add_filter( 'display_featured_image_genesis_use_default', 'rgc_force_default_image' );
       function rgc_force_default_image( $post_types ) {
           $post_types[] = 'post';
   
           return $post_types;
       }
       ```
   
 * and it is causing the image to appear twice on the home page and the blog page,
   and stretching out on other pages. How can I fix this?
 * Thank you for your help
 * [https://wordpress.org/plugins/display-featured-image-genesis/](https://wordpress.org/plugins/display-featured-image-genesis/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Robin Cornett](https://wordpress.org/support/users/littlerchicken/)
 * (@littlerchicken)
 * [11 years ago](https://wordpress.org/support/topic/working-with-minimum-pro/#post-6072904)
 * Do you have a link you can share with me, either here or privately through the
   [contact form](http://robincornett.com/contact/) on my site? I’ve got Minimum
   Pro on a test site and am unable to replicate what you are experiencing. If I
   can look at the actual site, I’d be happy to try to help.

Viewing 1 replies (of 1 total)

The topic ‘Working with Minimum Pro’ is closed to new replies.

 * ![](https://ps.w.org/display-featured-image-genesis/assets/icon-256x256.jpg?rev
   =995604)
 * [Display Featured Image for Genesis](https://wordpress.org/plugins/display-featured-image-genesis/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/display-featured-image-genesis/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/display-featured-image-genesis/)
 * [Active Topics](https://wordpress.org/support/plugin/display-featured-image-genesis/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/display-featured-image-genesis/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/display-featured-image-genesis/reviews/)

## Tags

 * [minimum pro](https://wordpress.org/support/topic-tag/minimum-pro/)

 * 1 reply
 * 2 participants
 * Last reply from: [Robin Cornett](https://wordpress.org/support/users/littlerchicken/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/working-with-minimum-pro/#post-6072904)
 * Status: resolved