• 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

abails06

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
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • September 30, 2020 at 3:49 pm in reply to: Wellness Pro – Display Featured Image Caption in Posts #501269
    abails06
    Participant

    Thanks for the response. I should have been more clear in my question. Is there additional php I can add to this code in functions.php to get it to automatically display the caption associated with the image when I imported it. If I can also assign it the alt tag associated with the uploaded image and not the post title, that would also be helpful, but more of a minor issue.

    add_action( 'genesis_entry_content', 'wellness_featured_image', 1 );
    function wellness_featured_image() {
    
    	$add_single_image = get_theme_mod( 'wellness_single_image_setting', true );
    
    	$image = genesis_get_image( array(
    			'format'  => 'html',
    			'size'    => 'featured-image-large',
    			'context' => '',
    			'attr'    => array ( 'alt' => the_title_attribute( 'echo=0' ), 'class' => 'aligncenter' ),
    		) );
    
    	if ( is_singular() && ( true === $add_single_image ) ) {
    		if ( $image ) {
    			printf( '<div class="featured-image">%s</div>', $image );
    		}
    	}
    
    }
    February 4, 2015 at 3:48 pm in reply to: Help with Logo and Header #139711
    abails06
    Participant

    I found the answer here:

    How to use an inline logo instead of a background image in Genesis

    And kept the background image.

    February 4, 2015 at 12:14 pm in reply to: Help with Logo and Header #139670
    abails06
    Participant

    Hey Christoph,

    Thanks for the suggestion. I have a background that repeats across the site, and I want the logo image to overlay on top of that. I also want to be able to modify the site and leave the logo in place if I change the background and not have to create a new image each time. Everything I've read has the logo set as the background, and I want to place the logo over the background.

    Thoughts?

    Thanks!

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 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