• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Featured Images not showing in Magazine Pro Theme

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › General Discussion › Featured Images not showing in Magazine Pro Theme

This topic is: not resolved

Tagged: featured images, Magazine Pro, Outreach Pro

  • This topic has 3 replies, 4 voices, and was last updated 8 years, 9 months ago by Victor Font.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • May 26, 2017 at 8:58 pm #207055
    ncurtis1
    Member

    My Featured Images on my pages have stopped showing up within my Magazine Pro Theme. I am all updated across the board (Genesis, Theme, WP). Is there a known plug-in that causes this issue?

    https://allaboutbaja.com/
    June 8, 2017 at 2:25 am #207462
    ferdia
    Member

    I'm having the same issue but in my case its the Outreach Pro child theme. Even with all other plugins disabled they still don't display. Everything works just fine in the 2017 wordpress theme.

    June 12, 2017 at 8:27 am #207653
    speedmouse
    Participant

    I'm also having the same problem in Magazine Pro. No images showing in the library (just has an empty pale blue square) ...and same happening with the featured images.

    Do Studio Press look at these forum questions or do we have to write them an email?

    Obviously, I would like to solve this in the speediest way.

    Many thanks for your time

    June 13, 2017 at 2:50 am #207683
    Victor Font
    Moderator

    Questions in this forum are answered by Community Volunteers. Studio Press does not monitor this forum.

    To display the featured image, try adding this to functions.php:

    //* Add featured image before entry header
    add_action( 'genesis_entry_header', 'single_featured_image', 1 );
    function single_featured_image() {
    
    	if ( ! genesis_get_option( 'content_archive_thumbnail' ) ) {
    		return;
    	}
    	
    	if ( $image = genesis_get_image( array( 'format' => 'url', 'size' => 'featured-image' ) ) ) {
    		printf( '<div class="featured-image"><img src="%s" alt="%s" /></div>', $image, the_title_attribute( 'echo=0' ) );
    	}
    	
    }

    As for the media library not displaying thumbnails, you may want to try the regenerate thumbnails plugin. To contact Studio Press support, visit https://my.studiopress.com/help/


    Regards,

    Victor
    https://victorfont.com/
    Call us toll free: 844-VIC-FONT (842-3668)
    Have you requested your free website audit yet?

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘General Discussion’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble