• 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

Adding a link to the post from featured image

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 › Adding a link to the post from featured image

This topic is: resolved

Tagged: featured image, get_permalink

  • This topic has 1 reply, 1 voice, and was last updated 10 years, 1 month ago by aaronsummers.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • February 26, 2013 at 9:53 am #22916
    aaronsummers
    Member

    I've moved the featured image above the title using this snippet

    remove_action('genesis_post_title','genesis_do_post_title');
    remove_action('genesis_post_content','genesis_do_post_image');
    remove_action('genesis_post_content','genesis_do_post_content');

    add_action('genesis_before_post_title','child_post_image');
    add_action('genesis_post_title','genesis_do_post_title');
    add_action('genesis_post_content','the_content');

    function child_post_image() {
    $large_image_url = genesis_get_image( array( 'format' = & > 'url', 'size' = & > 'themes'));
    $img = genesis_get_image( array( 'format' = & > 'html', 'size' = & > 'themes', 'attr' = & > array( 'class' = & > 'alignleft post-image' ) ) );
    printf( '<a href="%s" title="%s">%s</a>', $large_image_url, the_title_attribute('echo=0'), $img );
    }

    I tried replacing the first %s used for the href with this ' . get_permalink() . ' but that returns no image at all.

    Any help would be appreciated!

    February 26, 2013 at 11:11 am #22935
    aaronsummers
    Member

    Fixed it!

    printf( '<a href="' . get_permalink() . '"><img src="%s" class="alignleft post-image" title="%s" alt="' . get_the_title() . '"></a>', $large_image_url, the_title_attribute('echo=0'));

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Adding a link to the post from featured image’ is closed to new replies.

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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