• 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

Remove Image linking using genesis grid?

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 › Design Tips and Tricks › Remove Image linking using genesis grid?

This topic is: not resolved

Tagged: grid loop

  • This topic has 2 replies, 3 voices, and was last updated 12 years, 9 months ago by Amy Kvistad.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • December 18, 2012 at 6:24 am #5901
    charriott4
    Member

    Does anyone know how to Ā remove the image linking to grid loop posts? . I just want it to be a static image. Any help would be appreciated šŸ™‚
    URL
    http://www.businessenglishalley.com/lessons/


    Web Designs By Chrissy | Twitter @designbychrissy

    Follow Me On Facebook

    December 19, 2012 at 9:09 am #6166
    nickthegeek
    Member

    There isn't a good way to do this. The only way is to remove theĀ genesis_grid_loop_content action and build your own. You can see the existing action in the genesis/lib/structure/loops.php file as an example of the code you will use. For details on how to unhook and build your own actions please see my Genesis Explained series.

    http://designsbynickthegeek.com/tag/genesis-explained

    January 30, 2013 at 4:43 pm #16546
    Amy Kvistad
    Member

    Hi, I have a grid loop set up with the plugin Genesis Grid and want to remove the image link as well. I used the following code and it works except that there is the word "grid" just above each image. How can I remove that?

    /** Remove the link from the post featured image */
    remove_action('genesis_post_content', 'genesis_do_post_image');
    add_action('genesis_post_content', 'child_do_post_image', 5);

    function child_do_post_image() {

    if ( !is_singular() && genesis_get_option('content_archive_thumbnail') ) {
    genesis_image( array( 'format' => 'html', 'size' => genesis_option('image_size'), 'attr' => array( 'class' => 'alignleft post-image' ) ) );
    }
    }

     

    Thanks,

    Amy

  • Author
    Posts
Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Design Tips and Tricks’ 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

© 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