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://www.ads-software.com/plugins/display-featured-image-genesis/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Working with Minimum Pro’ is closed to new replies.