• 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

how do I change a function

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 › how do I change a function

This topic is: resolved
  • This topic has 1 reply, 1 voice, and was last updated 9 years, 8 months ago by zekit.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • January 25, 2014 at 10:26 am #86974
    zekit
    Member

    hey guys, I'm pretty new to working with genesis.

    I would like to change something in the function genesis_grid_loop_content that is inside "loops.php".

    not really sure how to do it.

    what I tried to do was the following, I add this code to function.php in my child theme:

    remove_action( 'genesis_entry_content', 'genesis_grid_loop_content' );
    add_action( 'genesis_entry_content', 'genesis_grid_loop_content_child' );
    function genesis_grid_loop_content_child() {
    <em>my stuff here</em>
    }

    it does add my code, but doesn't remove the old function \:

    any idea how i remove the old one and replace it with my own?

    January 25, 2014 at 9:39 pm #87023
    zekit
    Member

    finally i got it

    function genesis_grid_loop_content_child() {
    remove_action( 'genesis_entry_content', 'genesis_grid_loop_content');
    Costume Function Goes here
    }
    add_action( 'genesis_entry_content', 'genesis_grid_loop_content_child',9);
    
  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 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

© 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