• Resolved webspyredmedia

    (@chrissyjmarq22)


    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://www.ads-software.com/plugins/display-featured-image-genesis/

Viewing 1 replies (of 1 total)
  • Plugin Author Robin Cornett

    (@littlerchicken)

    Do you have a link you can share with me, either here or privately through the contact form 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.